Searched refs:lastStartedSuite (Results 1 – 3 of 3) sorted by relevance
26 lastStartedSuite[0] = '\0'; in RecordingReporter()41 strcpy(lastStartedSuite, test.suiteName); in ReportTestStart()76 char lastStartedSuite[kMaxStringLength]; member
65 CHECK_EQUAL ("suitename", reporter.lastStartedSuite); in TEST()
327 CHECK_EQUAL("suite", reporter.lastStartedSuite); in TEST_FIXTURE()