Searched refs:OnTestCaseStart (Results 1 – 3 of 3) sorted by relevance
76 void OnTestCaseStart(const TestCase& /*test_case*/) override { in OnTestCaseStart() function in testing::internal::EventRecordingListener
949 virtual void OnTestCaseStart(const TestCase& /*test_case*/) {} in OnTestCaseStart() function1002 void OnTestCaseStart(const TestCase& /*test_case*/) override {} in OnTestCaseStart() function
3021 repeater->OnTestCaseStart(*this); in Run()3075 repeater->OnTestCaseStart(*this); in Skip()3386 void OnTestCaseStart(const TestCase& test_case) override;3457 void PrettyUnitTestResultPrinter::OnTestCaseStart(const TestCase& test_case) { in OnTestCaseStart() function in testing::internal::PrettyUnitTestResultPrinter3695 void OnTestCaseStart(const TestCase& /*test_case*/) override {} in OnTestCaseStart() function in testing::internal::BriefUnitTestResultPrinter3804 void OnTestCaseStart(const TestSuite& parameter) override;3876 GTEST_REPEATER_METHOD_(OnTestCaseStart, TestSuite) in GTEST_REPEATER_METHOD_()