Home | History | Annotate | Download | only in src

Lines Matching refs:OnTestCaseStart

1579   void OnTestCaseStart(const TestCase& test_case) {
3937 repeater->OnTestCaseStart(*this);
4204 virtual void OnTestCaseStart(const TestCase& test_case);
4269 void PrettyUnitTestResultPrinter::OnTestCaseStart(const TestCase& test_case) {
4423 virtual void OnTestCaseStart(const TestCase& test_case);
4486 GTEST_REPEATER_METHOD_(OnTestCaseStart, TestCase)