Home
last modified time | relevance | path

Searched refs:TEST_FIXTURE_EX (Results 1 – 2 of 2) sorted by relevance

/TaskScheduler/ThirdParty/UnitTest++/tests/
H A DTestTestMacros.cpp40 TEST_FIXTURE_EX(ThrowingThingie, DummyTestName, list2) in TEST_FIXTURE_EX() function
101 TEST_FIXTURE_EX(DummyFixture, MacroTestHelper2, macroTestList2) in TEST_FIXTURE_EX() function
120 TEST_FIXTURE_EX(FixtureCtorThrows, FixtureCtorThrowsTestName, throwingFixtureTestList1) in TEST_FIXTURE_EX() function
145 TEST_FIXTURE_EX(FixtureDtorThrows, FixtureDtorThrowsTestName, throwingFixtureTestList2) in TEST_FIXTURE_EX() function
176 TEST_FIXTURE_EX(FixtureCtorAsserts, CorrectlyReportsAssertFailureInCtor, ctorAssertFixtureTestList) in TEST_FIXTURE_EX() function
/TaskScheduler/ThirdParty/UnitTest++/UnitTest++/
H A DTestMacros.h26 #ifdef TEST_FIXTURE_EX
27 #error UnitTest++ redefines TEST_FIXTURE_EX
57 #define TEST_FIXTURE_EX(Fixture, Name, List) \ macro
114 #define TEST_FIXTURE(Fixture,Name) TEST_FIXTURE_EX(Fixture, Name, UnitTest::Test::GetTestList())