Home | History | Annotate | Download | only in src

Lines Matching refs:OnTestCaseStart

2390   repeater->OnTestCaseStart(*this);
2646 virtual void OnTestCaseStart(const TestCase& test_case);
2704 void PrettyUnitTestResultPrinter::OnTestCaseStart(const TestCase& test_case) {
2868 virtual void OnTestCaseStart(const TestCase& test_case);
2933 GTEST_REPEATER_METHOD_(OnTestCaseStart, TestCase)