Home
last modified time | relevance | path

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

/TaskScheduler/ThirdParty/UnitTest++/tests/
H A DRecordingReporter.h27 lastStartedTest[0] = '\0'; in RecordingReporter()
42 strcpy(lastStartedTest, test.testName); in ReportTestStart()
77 char lastStartedTest[kMaxStringLength]; member
H A DTestTestRunner.cpp81 CHECK_EQUAL("goodtest", reporter.lastStartedTest); in TEST_FIXTURE()
308 CHECK_EQUAL("goodtest", reporter.lastStartedTest); in TEST_FIXTURE()
326 CHECK_EQUAL("goodtest", reporter.lastStartedTest); in TEST_FIXTURE()
H A DTestTestResults.cpp66 CHECK_EQUAL ("testname", reporter.lastStartedTest); in TEST()