Home
last modified time | relevance | path

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

/TaskScheduler/ThirdParty/UnitTest++/tests/
H A DTestTestMacros.cpp119 TestList throwingFixtureTestList1; variable
120 TEST_FIXTURE_EX(FixtureCtorThrows, FixtureCtorThrowsTestName, throwingFixtureTestList1) in TEST_FIXTURE_EX() argument
126 CHECK(throwingFixtureTestList1.GetHead() != NULL); in TEST()
131 throwingFixtureTestList1.GetHead()->Run(); in TEST()