Searched refs:test_info (Results 1 – 7 of 7) sorted by relevance
87 void TestForkerEventListener::OnTestEnd(const ::testing::TestInfo& test_info) { in OnTestEnd() argument94 exit(test_info.result()->Passed() in OnTestEnd()99 test_info.test_case_name(), test_info.name(), in OnTestEnd()
89 const ::testing::TestInfo* const test_info = in TEST_P() local92 << test_info->test_case_name() << "." in TEST_P()93 << test_info->name() in TEST_P()
36 virtual void OnTestStart(const ::testing::TestInfo& test_info);43 virtual void OnTestEnd(const ::testing::TestInfo& test_info);
75 const ::testing::TestInfo* const test_info = in TEST_F() local78 << test_info->test_case_name() << "." in TEST_F()79 << test_info->name() in TEST_F()
373 const ::testing::TestInfo* const test_info = in TEST_F() local376 << test_info->test_case_name() << "." in TEST_F()377 << test_info->name() in TEST_F()
516 const ::testing::TestInfo* const test_info = in TEST_F() local519 << test_info->test_case_name() << "." in TEST_F()520 << test_info->name() in TEST_F()
10489 linked_ptr<TestInfo> test_info = *test_it;10499 test_case_name += test_info->test_case_base_name;10506 test_name_stream << test_info->test_base_name << "/" << i;10515 test_info->test_meta_factory->CreateTestFactory(*param_it));18128 static void ClearTestResult(TestInfo* test_info) {18129 test_info->result_.Clear();18253 void AddTestInfo(TestInfo * test_info);18275 static bool TestPassed(const TestInfo* test_info) {18276 return test_info->should_run() && test_info->result()->Passed();18280 static bool TestFailed(const TestInfo* test_info) {[all …]