Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-listener-test.cc94 void OnTestCaseEnd(const TestCase& /*test_case*/) override { in OnTestCaseEnd() function in testing::internal::EventRecordingListener
/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest.h971 virtual void OnTestCaseEnd(const TestCase& /*test_case*/) {} in OnTestCaseEnd() function
1011 void OnTestCaseEnd(const TestCase& /*test_case*/) override {} in OnTestCaseEnd() function
/freebsd/contrib/googletest/googletest/src/
H A Dgtest.cc3084 repeater->OnTestCaseEnd(*this); in Run()
3113 repeater->OnTestCaseEnd(*this); in Skip()
3424 void OnTestCaseEnd(const TestCase& test_case) override;
3563 void PrettyUnitTestResultPrinter::OnTestCaseEnd(const TestCase& test_case) { in OnTestCaseEnd() function in testing::internal::PrettyUnitTestResultPrinter
3733 void OnTestCaseEnd(const TestCase& /*test_case*/) override {} in OnTestCaseEnd() function in testing::internal::BriefUnitTestResultPrinter
3840 void OnTestCaseEnd(const TestCase& parameter) override;
3915 GTEST_REVERSE_REPEATER_METHOD_(OnTestCaseEnd, TestSuite) in GTEST_REPEATER_METHOD_()