Home
last modified time | relevance | path

Searched defs:testCaseStats (Results 1 – 5 of 5) sorted by relevance

/external/catch2/include/reporters/
Dcatch_reporter_xml.cpp185 void XmlReporter::testCaseEnded( TestCaseStats const& testCaseStats ) { in testCaseEnded()
Dcatch_reporter_listening.cpp109 void ListeningReporter::testCaseEnded( TestCaseStats const& testCaseStats ) { in testCaseEnded()
Dcatch_reporter_junit.cpp106 void JunitReporter::testCaseEnded( TestCaseStats const& testCaseStats ) { in testCaseEnded()
/external/bcc/tests/cc/
Dcatch.hpp7659 void LegacyReporterAdapter::testCaseEnded( TestCaseStats const& testCaseStats ) { in testCaseEnded()
8467 virtual void testCaseEnded( TestCaseStats const& testCaseStats ) CATCH_OVERRIDE { in testCaseEnded()
9223 virtual void testCaseEnded( TestCaseStats const& testCaseStats ) CATCH_OVERRIDE { in testCaseEnded()
9306 virtual void testCaseEnded( TestCaseStats const& testCaseStats ) CATCH_OVERRIDE { in testCaseEnded()
/external/catch2/single_include/catch2/
Dcatch.hpp14030 void JunitReporter::testCaseEnded( TestCaseStats const& testCaseStats ) { in testCaseEnded()
14280 void ListeningReporter::testCaseEnded( TestCaseStats const& testCaseStats ) { in testCaseEnded()
14486 void XmlReporter::testCaseEnded( TestCaseStats const& testCaseStats ) { in testCaseEnded()