Home | History | Annotate | Download | only in gtest

Lines Matching refs:OnTestCaseStart

1569   void OnTestCaseStart(const TestCase& test_case) {
3921 repeater->OnTestCaseStart(*this);
4188 virtual void OnTestCaseStart(const TestCase& test_case);
4245 void PrettyUnitTestResultPrinter::OnTestCaseStart(const TestCase& test_case) {
4399 virtual void OnTestCaseStart(const TestCase& test_case);
4462 GTEST_REPEATER_METHOD_(OnTestCaseStart, TestCase)