Home | History | Annotate | Download | only in gtest

Lines Matching refs:OnTestCaseStart

416   virtual void OnTestCaseStart(const TestCase*) {}
2089 result_printer->OnTestCaseStart(this);
2297 virtual void OnTestCaseStart(const TestCase * test_case);
2334 void PrettyUnitTestResultPrinter::OnTestCaseStart(
2464 virtual void OnTestCaseStart(const TestCase* test_case);
2506 GTEST_REPEATER_METHOD(OnTestCaseStart, TestCase)