Lines Matching refs:test_case
1142 void OnTestCaseStart(const TestCase& test_case) {
1143 SendLn(std::string("event=TestCaseStart&name=") + test_case.name());
1146 void OnTestCaseEnd(const TestCase& test_case) {
1147 SendLn("event=TestCaseEnd&passed=" + FormatBool(test_case.Passed())
1148 + "&elapsed_time=" + StreamableToString(test_case.elapsed_time())