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.cc3057 repeater->OnTestCaseEnd(*this); in Run()
3086 repeater->OnTestCaseEnd(*this); in Skip()
3397 void OnTestCaseEnd(const TestCase& test_case) override;
3536 void PrettyUnitTestResultPrinter::OnTestCaseEnd(const TestCase& test_case) { in OnTestCaseEnd() function in testing::internal::PrettyUnitTestResultPrinter
3706 void OnTestCaseEnd(const TestCase& /*test_case*/) override {} in OnTestCaseEnd() function in testing::internal::BriefUnitTestResultPrinter
3813 void OnTestCaseEnd(const TestCase& parameter) override;
3888 GTEST_REVERSE_REPEATER_METHOD_(OnTestCaseEnd, TestSuite) in GTEST_REPEATER_METHOD_()