Home
last modified time | relevance | path

Searched refs:OnTestCaseStart (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/googletest/googletest/test/
H A Dgoogletest-listener-test.cc80 virtual void OnTestCaseStart(const TestCase& /*test_case*/) { in OnTestCaseStart() function in testing::internal::EventRecordingListener
H A Dgtest_unittest.cc115 TEST_F(StreamingListenerTest, OnTestCaseStart) { in TEST_F() argument
117 streamer_.OnTestCaseStart(TestCase("FooTest", "Bar", NULL, NULL)); in TEST_F()
/freebsd-13.1/contrib/googletest/googletest/include/gtest/
H A Dgtest.h1078 virtual void OnTestCaseStart(const TestCase& test_case) = 0;
1120 virtual void OnTestCaseStart(const TestCase& /*test_case*/) {} in OnTestCaseStart() function
/freebsd-13.1/contrib/googletest/googletest/src/
H A Dgtest-internal-inl.h1138 void OnTestCaseStart(const TestCase& test_case) { in OnTestCaseStart() function
H A Dgtest.cc2831 repeater->OnTestCaseStart(*this); in Run()
3139 virtual void OnTestCaseStart(const TestCase& test_case);
3197 void PrettyUnitTestResultPrinter::OnTestCaseStart(const TestCase& test_case) { in OnTestCaseStart() function in testing::internal::PrettyUnitTestResultPrinter
3389 virtual void OnTestCaseStart(const TestCase& test_case);
3452 GTEST_REPEATER_METHOD_(OnTestCaseStart, TestCase) in GTEST_REPEATER_METHOD_()