Home
last modified time | relevance | path

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

/TaskScheduler/ThirdParty/UnitTest++/tests/
H A DTestTestMacros.cpp114 struct FixtureCtorThrows struct
116 FixtureCtorThrows() { throw "exception"; } in FixtureCtorThrows() function
120 TEST_FIXTURE_EX(FixtureCtorThrows, FixtureCtorThrowsTestName, throwingFixtureTestList1) in TEST_FIXTURE_EX() argument