Home
last modified time | relevance | path

Searched defs: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.cc3457 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