Home | History | Annotate | Download | only in src

Lines Matching refs:OnTestCaseStart

2414   repeater->OnTestCaseStart(*this);
2675 virtual void OnTestCaseStart(const TestCase& test_case);
2733 void PrettyUnitTestResultPrinter::OnTestCaseStart(const TestCase& test_case) {
2897 virtual void OnTestCaseStart(const TestCase& test_case);
2960 GTEST_REPEATER_METHOD_(OnTestCaseStart, TestCase)