Searched refs:OnTestCaseStart (Results 1 – 3 of 3) sorted by relevance
1100 virtual void OnTestCaseStart(const TestCase& /*test_case*/) {} in OnTestCaseStart() function1151 void OnTestCaseStart(const TestCase& /*test_case*/) override {} in OnTestCaseStart() function
1158 void OnTestCaseStart(const TestCase& test_case) override { in OnTestCaseStart() function
2807 repeater->OnTestCaseStart(*this); in Run()3115 void OnTestCaseStart(const TestCase& test_case) override;3184 void PrettyUnitTestResultPrinter::OnTestCaseStart(const TestCase& test_case) { in OnTestCaseStart() function in testing::internal::PrettyUnitTestResultPrinter3405 void OnTestCaseStart(const TestSuite& parameter) override;3475 GTEST_REPEATER_METHOD_(OnTestCaseStart, TestSuite) in GTEST_REPEATER_METHOD_()