Searched refs:test_info (Results 1 – 1 of 1) sorted by relevance
60 virtual void OnTestStart(const TestInfo& test_info) { in OnTestStart() argument62 test_info.test_case_name(), test_info.name()); in OnTestStart()80 virtual void OnTestEnd(const TestInfo& test_info) { in OnTestEnd() argument81 const char * result = test_info.result()->Passed() ? in OnTestEnd()85 result, test_info.test_case_name(), test_info.name(), in OnTestEnd()86 test_info.result()->elapsed_time()); in OnTestEnd()126 virtual void OnTestStart(const TestInfo& test_info) { in OnTestStart() argument127 LOGI("[ RUN ] %s.%s\n", test_info.test_case_name(), in OnTestStart()128 test_info.name()); in OnTestStart()141 virtual void OnTestEnd(const TestInfo& test_info) { in OnTestEnd() argument[all …]