Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-listener-test.cc76 void OnTestCaseStart(const TestCase& /*test_case*/) override { in OnTestCaseStart() function in testing::internal::EventRecordingListener
/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest.h949 virtual void OnTestCaseStart(const TestCase& /*test_case*/) {} in OnTestCaseStart() function
1002 void OnTestCaseStart(const TestCase& /*test_case*/) override {} in OnTestCaseStart() function
/freebsd/contrib/googletest/googletest/src/
H A Dgtest.cc3021 repeater->OnTestCaseStart(*this); in Run()
3075 repeater->OnTestCaseStart(*this); in Skip()
3386 void OnTestCaseStart(const TestCase& test_case) override;
3457 void PrettyUnitTestResultPrinter::OnTestCaseStart(const TestCase& test_case) { in OnTestCaseStart() function in testing::internal::PrettyUnitTestResultPrinter
3695 void OnTestCaseStart(const TestCase& /*test_case*/) override {} in OnTestCaseStart() function in testing::internal::BriefUnitTestResultPrinter
3804 void OnTestCaseStart(const TestSuite& parameter) override;
3876 GTEST_REPEATER_METHOD_(OnTestCaseStart, TestSuite) in GTEST_REPEATER_METHOD_()