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
3048 repeater->OnTestCaseStart(*this); in Run()3102 repeater->OnTestCaseStart(*this); in Skip()3413 void OnTestCaseStart(const TestCase& test_case) override;3484 void PrettyUnitTestResultPrinter::OnTestCaseStart(const TestCase& test_case) { in OnTestCaseStart() function in testing::internal::PrettyUnitTestResultPrinter3722 void OnTestCaseStart(const TestCase& /*test_case*/) override {} in OnTestCaseStart() function in testing::internal::BriefUnitTestResultPrinter3831 void OnTestCaseStart(const TestSuite& parameter) override;3903 GTEST_REPEATER_METHOD_(OnTestCaseStart, TestSuite) in GTEST_REPEATER_METHOD_()