Home
last modified time | relevance | path

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

/TaskScheduler/ThirdParty/UnitTest++/UnitTest++/
H A DTestMacros.h57 #define TEST_FIXTURE_EX(Fixture, Name, List) \ argument
58 class Fixture##Name##Helper : public Fixture \
65 Fixture##Name##Helper(Fixture##Name##Helper const&); \
66 Fixture##Name##Helper& operator =(Fixture##Name##Helper const&); \
77 UnitTest::ListAdder adder##Fixture##Name (List, &test##Fixture##Name##Instance); \
79 void Test##Fixture##Name::RunImpl() const \
84 Fixture##Name##Helper fixtureHelper(m_details); \
103 "Unhandled exception while destroying fixture " #Fixture); \
108 "Unhandled exception while constructing fixture " #Fixture); \
112 void Fixture##Name##Helper::RunImpl()
[all …]
/TaskScheduler/ThirdParty/UnitTest++/tests/
H A DTestCompositeTestReporter.cpp100 struct Fixture struct
102 Fixture() in Fixture() argument
112 TEST_FIXTURE(Fixture, ReportTestStartCallsReportTestStartOnAllAggregates) in TEST_FIXTURE() argument
123 TEST_FIXTURE(Fixture, ReportFailureCallsReportFailureOnAllAggregates) in TEST_FIXTURE() argument
138 TEST_FIXTURE(Fixture, ReportTestFinishCallsReportTestFinishOnAllAggregates) in TEST_FIXTURE() argument
153 TEST_FIXTURE(Fixture, ReportSummaryCallsReportSummaryOnAllAggregates) in TEST_FIXTURE() argument