Home
last modified time | relevance | path

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

/TaskScheduler/ThirdParty/UnitTest++/tests/
H A DRecordingReporter.h26 lastStartedSuite[0] = '\0'; in RecordingReporter()
41 strcpy(lastStartedSuite, test.suiteName); in ReportTestStart()
76 char lastStartedSuite[kMaxStringLength]; member
H A DTestTestResults.cpp65 CHECK_EQUAL ("suitename", reporter.lastStartedSuite); in TEST()
H A DTestTestRunner.cpp327 CHECK_EQUAL("suite", reporter.lastStartedSuite); in TEST_FIXTURE()