Home
last modified time | relevance | path

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

/TaskScheduler/ThirdParty/UnitTest++/tests/
H A DTestTestMacros.cpp139 struct FixtureDtorThrows struct
141 ~FixtureDtorThrows() { throw "exception"; } in ~FixtureDtorThrows() argument
145 TEST_FIXTURE_EX(FixtureDtorThrows, FixtureDtorThrowsTestName, throwingFixtureTestList2) in TEST_FIXTURE_EX() argument