Home
last modified time | relevance | path

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

/TaskScheduler/ThirdParty/UnitTest++/tests/
H A DTestCompositeTestReporter.cpp100 struct Fixture struct
102 Fixture() in Fixture() function
108 MockReporter r0, r1;
109 CompositeTestReporter c;
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
/TaskScheduler/ThirdParty/UnitTest++/UnitTest++/
H A DTestMacros.h57 #define TEST_FIXTURE_EX(Fixture, Name, List) \ argument
114 #define TEST_FIXTURE(Fixture,Name) TEST_FIXTURE_EX(Fixture, Name, UnitTest::Test::GetTestList()) argument