Home
last modified time | relevance | path

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

/TaskScheduler/ThirdParty/UnitTest++/tests/
H A DTestTestRunner.cpp69 struct TestRunnerFixture : public FixtureBase struct
74 TEST_FIXTURE(TestRunnerFixture, TestStartIsReportedCorrectly) in TEST_FIXTURE() argument
84 TEST_FIXTURE(TestRunnerFixture, TestFinishIsReportedCorrectly) in TEST_FIXTURE() argument
108 TEST_FIXTURE(TestRunnerFixture, TestFinishIsCalledWithCorrectTime) in TEST_FIXTURE() argument
117 TEST_FIXTURE(TestRunnerFixture, FailureCountIsZeroWhenNoTestsAreRun) in TEST_FIXTURE() argument
147 TEST_FIXTURE(TestRunnerFixture, ReporterNotifiedOfTestCount) in TEST_FIXTURE() argument
160 TEST_FIXTURE(TestRunnerFixture, ReporterNotifiedOfFailedTests) in TEST_FIXTURE() argument
173 TEST_FIXTURE(TestRunnerFixture, ReporterNotifiedOfFailures) in TEST_FIXTURE() argument
186 TEST_FIXTURE(TestRunnerFixture, SlowTestPassesForHighTimeThreshold) in TEST_FIXTURE() argument
195 TEST_FIXTURE(TestRunnerFixture, SlowTestFailsForLowTimeThreshold) in TEST_FIXTURE() argument
[all …]