Searched refs:test_info (Results 1 – 1 of 1) sorted by relevance
45 void OnTestStart(const testing::TestInfo& test_info) override { in OnTestStart() argument46 if (!test_info.should_run()) { in OnTestStart()47 PrintTestName(test_info, "DISABLED"); in OnTestStart()51 PrintTestName(test_info, "RUN "); in OnTestStart()54 void OnTestEnd(const testing::TestInfo& test_info) override { in OnTestEnd() argument55 if (!test_info.should_run()) { in OnTestEnd()59 const testing::TestResult* result = test_info.result(); in OnTestEnd()61 PrintTestName(test_info, " OK"); in OnTestEnd()63 PrintTestName(test_info, " FAILED "); in OnTestEnd()66 PrintTestName(test_info, " SKIPPED"); in OnTestEnd()[all …]