Home | History | Annotate | Download | only in src

Lines Matching defs:OnTestCaseStart

2337   repeater->OnTestCaseStart(*this);
2597 virtual void OnTestCaseStart(const TestCase& test_case);
2654 void PrettyUnitTestResultPrinter::OnTestCaseStart(const TestCase& test_case) {
2808 virtual void OnTestCaseStart(const TestCase& test_case);
2871 GTEST_REPEATER_METHOD_(OnTestCaseStart, TestCase)