Searched refs:test_info (Results 1 – 6 of 6) 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()
21 from acts.test_decorators import test_info78 return test_info(**args)
273 void OnTestStart(const ::testing::TestInfo& test_info) override { in OnTestStart() argument275 LOG(INFO) << "===== " << test_info.test_suite_name() << "::" << test_info.name() << " (" in OnTestStart()276 << test_info.file() << ":" << test_info.line() << ")"; in OnTestStart()278 UNUSED(test_info); in OnTestStart()
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()
639 virtual void OnTestStart(const ::testing::TestInfo& test_info) { in OnTestStart() argument640 pinfo_ = &test_info; // Record test_info for use in OnTestPartResult. in OnTestStart()
2939 void OnTestStart(const ::testing::TestInfo& test_info) override { in OnTestStart() argument2946 StringPrintf("=== %s::%s (%s:%d)", test_info.test_suite_name(), in OnTestStart()2947 test_info.name(), test_info.file(), test_info.line()); in OnTestStart()2951 UNUSED(test_info); in OnTestStart()