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.h972 virtual void OnTestCaseEnd(const TestCase& /*test_case*/) {} in OnTestCaseEnd() function
1012 void OnTestCaseEnd(const TestCase& /*test_case*/) override {} in OnTestCaseEnd() function
/freebsd/contrib/googletest/googletest/src/
H A Dgtest.cc3035 repeater->OnTestCaseEnd(*this); in Run()
3065 repeater->OnTestCaseEnd(*this); in Skip()
3376 void OnTestCaseEnd(const TestCase& test_case) override;
3515 void PrettyUnitTestResultPrinter::OnTestCaseEnd(const TestCase& test_case) { in OnTestCaseEnd() function in testing::internal::PrettyUnitTestResultPrinter
3685 void OnTestCaseEnd(const TestCase& /*test_case*/) override {} in OnTestCaseEnd() function in testing::internal::BriefUnitTestResultPrinter
3792 void OnTestCaseEnd(const TestCase& parameter) override;
3867 GTEST_REVERSE_REPEATER_METHOD_(OnTestCaseEnd, TestSuite) in GTEST_REPEATER_METHOD_()