Lines Matching defs:test_info
671 // test_info: the TestInfo object
674 TestInfo* test_info) {
690 GetTestSuite(test_info->test_suite_name(), test_info->type_param(),
692 ->AddTestInfo(test_info);
1177 void OnTestStart(const TestInfo& test_info) override {
1178 SendLn(std::string("event=TestStart&name=") + test_info.name());
1181 void OnTestEnd(const TestInfo& test_info) override {
1183 FormatBool((test_info.result())->Passed()) + "&elapsed_time=" +
1184 StreamableToString((test_info.result())->elapsed_time()) + "ms");