Searched refs:OnTestCaseStart (Results 1 – 2 of 2) sorted by relevance
1539 void OnTestCaseStart(const TestCase& test_case) { in OnTestCaseStart() function in testing::internal::StreamingListener4260 repeater->OnTestCaseStart(*this); in Run()4566 virtual void OnTestCaseStart(const TestCase& test_case);4623 void PrettyUnitTestResultPrinter::OnTestCaseStart(const TestCase& test_case) { in OnTestCaseStart() function in testing::internal::PrettyUnitTestResultPrinter4777 virtual void OnTestCaseStart(const TestCase& test_case);4840 GTEST_REPEATER_METHOD_(OnTestCaseStart, TestCase) in GTEST_REPEATER_METHOD_()
20827 virtual void OnTestCaseStart(const TestCase& test_case) = 0;20869 virtual void OnTestCaseStart(const TestCase& /*test_case*/) {}