Home | History | Annotate | Download | only in src

Lines Matching refs:OnTestCaseStart

2420   repeater->OnTestCaseStart(*this);
2676 virtual void OnTestCaseStart(const TestCase& test_case);
2734 void PrettyUnitTestResultPrinter::OnTestCaseStart(const TestCase& test_case) {
2898 virtual void OnTestCaseStart(const TestCase& test_case);
2963 GTEST_REPEATER_METHOD_(OnTestCaseStart, TestCase)