Searched refs:Fixture (Results 1 – 2 of 2) sorted by relevance
57 #define TEST_FIXTURE_EX(Fixture, Name, List) \ argument58 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 …]
100 struct Fixture struct102 Fixture() in Fixture() function112 TEST_FIXTURE(Fixture, ReportTestStartCallsReportTestStartOnAllAggregates) in TEST_FIXTURE() argument123 TEST_FIXTURE(Fixture, ReportFailureCallsReportFailureOnAllAggregates) in TEST_FIXTURE() argument138 TEST_FIXTURE(Fixture, ReportTestFinishCallsReportTestFinishOnAllAggregates) in TEST_FIXTURE() argument153 TEST_FIXTURE(Fixture, ReportSummaryCallsReportSummaryOnAllAggregates) in TEST_FIXTURE() argument