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
120 TEST_F(StreamingListenerTest, OnTestCaseStart) { in TEST_F() argument122 streamer_.OnTestCaseStart(TestCase("FooTest", "Bar", NULL, NULL)); in TEST_F()
954 virtual void OnTestCaseStart(const TestCase& test_case) = 0;994 virtual void OnTestCaseStart(const TestCase& /*test_case*/) {} in OnTestCaseStart() function
2411 repeater->OnTestCaseStart(*this); in Run()2678 virtual void OnTestCaseStart(const TestCase& test_case);2735 void PrettyUnitTestResultPrinter::OnTestCaseStart(const TestCase& test_case) { in OnTestCaseStart() function in testing::internal::PrettyUnitTestResultPrinter2889 virtual void OnTestCaseStart(const TestCase& test_case);2952 GTEST_REPEATER_METHOD_(OnTestCaseStart, TestCase) in GTEST_REPEATER_METHOD_()
1162 void OnTestCaseStart(const TestCase& test_case) { in OnTestCaseStart() function