Searched refs:test_info (Results 1 – 4 of 4) sorted by relevance
34 virtual void OnTestStart(const ::testing::TestInfo& test_info) { in OnTestStart() argument35 printf("*** Test %s.%s starting.\n", test_info.test_case_name(), test_info.name()); in OnTestStart()46 virtual void OnTestEnd(const ::testing::TestInfo& test_info) { in OnTestEnd() argument47 printf("*** Test %s.%s ending.\n", test_info.test_case_name(), test_info.name()); in OnTestEnd()
40 const testing::TestInfo* const test_info = in testSocketPath() local42 return std::string(ANDROID_SOCKET_DIR "/") + std::string(test_info->test_case_name()) + in testSocketPath()43 std::string(".") + std::string(test_info->name()); in testSocketPath()
604 virtual void OnTestStart(const ::testing::TestInfo& test_info) { in OnTestStart() argument605 pinfo_ = &test_info; // Record test_info for use in OnTestPartResult. in OnTestStart()
2090 void OnTestStart(const ::testing::TestInfo& test_info) override { in OnTestStart() argument2097 StringPrintf("=== %s::%s (%s:%d)", test_info.test_case_name(), in OnTestStart()2098 test_info.name(), test_info.file(), test_info.line()); in OnTestStart()2102 UNUSED(test_info); in OnTestStart()