Home
last modified time | relevance | path

Searched refs:PrintTestName (Results 1 – 1 of 1) sorted by relevance

/trusty/user/base/lib/googletest/include/
Dtrusty-gtest.h47 PrintTestName(test_info, "DISABLED"); in OnTestStart()
51 PrintTestName(test_info, "RUN "); in OnTestStart()
61 PrintTestName(test_info, " OK"); in OnTestEnd()
63 PrintTestName(test_info, " FAILED "); in OnTestEnd()
66 PrintTestName(test_info, " SKIPPED"); in OnTestEnd()
89 static void PrintTestName(const testing::TestInfo& test_info, in PrintTestName() function