Home
last modified time | relevance | path

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

/freebsd-src/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-src/contrib/googletest/googletest/include/gtest/
H A Dgtest.h950 virtual void OnTestCaseStart(const TestCase& /*test_case*/) {} OnTestCaseStart() function
1003 void OnTestCaseStart(const TestCase& /*test_case*/) override {} OnTestCaseStart() function
/freebsd-src/contrib/googletest/googletest/src/
H A Dgtest.cc3436 void PrettyUnitTestResultPrinter::OnTestCaseStart(const TestCase& test_case) { OnTestCaseStart() function in testing::internal::PrettyUnitTestResultPrinter
3674 void OnTestCaseStart(const TestCase& /*test_case*/) override {} OnTestCaseStart() function in testing::internal::BriefUnitTestResultPrinter