Home
last modified time | relevance | path

Searched defs:testCaseEnded (Results 1 – 13 of 13) sorted by relevance

/external/catch2/single_include/catch2/
Dcatch_reporter_automake.hpp34 void testCaseEnded( TestCaseStats const& _testCaseStats ) override { in testCaseEnded() function
Dcatch_reporter_teamcity.hpp153 void testCaseEnded( TestCaseStats const& testCaseStats ) override { in testCaseEnded() function
Dcatch.hpp5732 void testCaseEnded(TestCaseStats const& /* _testCaseStats */) override { in testCaseEnded() function
5876 void testCaseEnded(TestCaseStats const& testCaseStats) override { in testCaseEnded() function
16260 void ConsoleReporter::testCaseEnded(TestCaseStats const& _testCaseStats) { in testCaseEnded() function in Catch::ConsoleReporter
16567 void JunitReporter::testCaseEnded( TestCaseStats const& testCaseStats ) { in testCaseEnded() function in Catch::JunitReporter
16866 void ListeningReporter::testCaseEnded( TestCaseStats const& testCaseStats ) { in testCaseEnded() function in Catch::ListeningReporter
17074 void XmlReporter::testCaseEnded( TestCaseStats const& testCaseStats ) { in testCaseEnded() function in Catch::XmlReporter
/external/catch2/include/reporters/
Dcatch_reporter_automake.hpp34 void testCaseEnded( TestCaseStats const& _testCaseStats ) override { in testCaseEnded() function
Dcatch_reporter_xml.cpp187 void XmlReporter::testCaseEnded( TestCaseStats const& testCaseStats ) { in testCaseEnded() function in Catch::XmlReporter
Dcatch_reporter_teamcity.hpp153 void testCaseEnded( TestCaseStats const& testCaseStats ) override { in testCaseEnded() function
Dcatch_reporter_listening.cpp131 void ListeningReporter::testCaseEnded( TestCaseStats const& testCaseStats ) { in testCaseEnded() function in Catch::ListeningReporter
Dcatch_reporter_junit.cpp100 void JunitReporter::testCaseEnded( TestCaseStats const& testCaseStats ) { in testCaseEnded() function in Catch::JunitReporter
Dcatch_reporter_bases.hpp74 void testCaseEnded(TestCaseStats const& /* _testCaseStats */) override { in testCaseEnded() function
219 void testCaseEnded(TestCaseStats const& testCaseStats) override { in testCaseEnded() function
Dcatch_reporter_console.cpp478 void ConsoleReporter::testCaseEnded(TestCaseStats const& _testCaseStats) { in testCaseEnded() function in Catch::ConsoleReporter
/external/catch2/examples/
D210-Evt-EventListeners.cpp340 void testCaseEnded( Catch::TestCaseStats const& testCaseStats ) override { in testCaseEnded() function
/external/bcc/tests/cc/
Dcatch.hpp7659 void LegacyReporterAdapter::testCaseEnded( TestCaseStats const& testCaseStats ) { in testCaseEnded() function in Catch::LegacyReporterAdapter
8467 virtual void testCaseEnded( TestCaseStats const& testCaseStats ) CATCH_OVERRIDE { in testCaseEnded() function in Catch::MultipleReporters
8563 virtual void testCaseEnded( TestCaseStats const& /* _testCaseStats */ ) CATCH_OVERRIDE { in testCaseEnded() function
8692 virtual void testCaseEnded( TestCaseStats const& testCaseStats ) CATCH_OVERRIDE { in testCaseEnded() function
9223 virtual void testCaseEnded( TestCaseStats const& testCaseStats ) CATCH_OVERRIDE { in testCaseEnded() function in Catch::XmlReporter
9306 virtual void testCaseEnded( TestCaseStats const& testCaseStats ) CATCH_OVERRIDE { in testCaseEnded() function in Catch::JunitReporter
9541 virtual void testCaseEnded( TestCaseStats const& _testCaseStats ) CATCH_OVERRIDE { in testCaseEnded() function
/external/libabigail/tests/lib/
Dcatch.hpp5768 void testCaseEnded(TestCaseStats const& /* _testCaseStats */) override { in testCaseEnded() function
5912 void testCaseEnded(TestCaseStats const& testCaseStats) override { in testCaseEnded() function
16513 void ConsoleReporter::testCaseEnded(TestCaseStats const& _testCaseStats) { in testCaseEnded() function in Catch::ConsoleReporter
16820 void JunitReporter::testCaseEnded( TestCaseStats const& testCaseStats ) { in testCaseEnded() function in Catch::JunitReporter
17124 void ListeningReporter::testCaseEnded( TestCaseStats const& testCaseStats ) { in testCaseEnded() function in Catch::ListeningReporter
17332 void XmlReporter::testCaseEnded( TestCaseStats const& testCaseStats ) { in testCaseEnded() function in Catch::XmlReporter