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.h950 virtual void OnTestCaseStart(const TestCase& /*test_case*/) {} in OnTestCaseStart() function
1003 void OnTestCaseStart(const TestCase& /*test_case*/) override {} in OnTestCaseStart() function
/freebsd/contrib/googletest/googletest/src/
H A Dgtest.cc2999 repeater->OnTestCaseStart(*this); in Run()
3054 repeater->OnTestCaseStart(*this); in Skip()
3365 void OnTestCaseStart(const TestCase& test_case) override;
3436 void PrettyUnitTestResultPrinter::OnTestCaseStart(const TestCase& test_case) { in OnTestCaseStart() function in testing::internal::PrettyUnitTestResultPrinter
3674 void OnTestCaseStart(const TestCase& /*test_case*/) override {} in OnTestCaseStart() function in testing::internal::BriefUnitTestResultPrinter
3783 void OnTestCaseStart(const TestSuite& parameter) override;
3855 GTEST_REPEATER_METHOD_(OnTestCaseStart, TestSuite) in GTEST_REPEATER_METHOD_()