Searched refs:OnTestCaseStart (Results 1 – 5 of 5) sorted by relevance
80 virtual void OnTestCaseStart(const TestCase& /*test_case*/) { in OnTestCaseStart() function in testing::internal::EventRecordingListener
115 TEST_F(StreamingListenerTest, OnTestCaseStart) { in TEST_F() argument117 streamer_.OnTestCaseStart(TestCase("FooTest", "Bar", NULL, NULL)); in TEST_F()
1078 virtual void OnTestCaseStart(const TestCase& test_case) = 0;1120 virtual void OnTestCaseStart(const TestCase& /*test_case*/) {} in OnTestCaseStart() function
1138 void OnTestCaseStart(const TestCase& test_case) { in OnTestCaseStart() function
2831 repeater->OnTestCaseStart(*this); in Run()3139 virtual void OnTestCaseStart(const TestCase& test_case);3197 void PrettyUnitTestResultPrinter::OnTestCaseStart(const TestCase& test_case) { in OnTestCaseStart() function in testing::internal::PrettyUnitTestResultPrinter3389 virtual void OnTestCaseStart(const TestCase& test_case);3452 GTEST_REPEATER_METHOD_(OnTestCaseStart, TestCase) in GTEST_REPEATER_METHOD_()