Home | History | Annotate | Download | only in src

Lines Matching refs:OnTestCaseStart

2437   repeater->OnTestCaseStart(*this);
2704 virtual void OnTestCaseStart(const TestCase& test_case);
2761 void PrettyUnitTestResultPrinter::OnTestCaseStart(const TestCase& test_case) {
2915 virtual void OnTestCaseStart(const TestCase& test_case);
2978 GTEST_REPEATER_METHOD_(OnTestCaseStart, TestCase)