Searched refs:OnTestCaseStart (Results 1 – 2 of 2) sorted by relevance
1569 void OnTestCaseStart(const TestCase& test_case) { in OnTestCaseStart() function in testing::internal::StreamingListener3921 repeater->OnTestCaseStart(*this); in Run()4188 virtual void OnTestCaseStart(const TestCase& test_case);4245 void PrettyUnitTestResultPrinter::OnTestCaseStart(const TestCase& test_case) { in OnTestCaseStart() function in testing::internal::PrettyUnitTestResultPrinter4399 virtual void OnTestCaseStart(const TestCase& test_case);4462 GTEST_REPEATER_METHOD_(OnTestCaseStart, TestCase) in GTEST_REPEATER_METHOD_()
18392 virtual void OnTestCaseStart(const TestCase& test_case) = 0;18432 virtual void OnTestCaseStart(const TestCase& /*test_case*/) {}