Home
last modified time | relevance | path

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

/external/catch2/include/reporters/
Dcatch_reporter_xml.cpp201 void XmlReporter::testGroupEnded( TestGroupStats const& testGroupStats ) { in testGroupEnded()
Dcatch_reporter_listening.cpp116 void ListeningReporter::testGroupEnded( TestGroupStats const& testGroupStats ) { in testGroupEnded()
Dcatch_reporter_junit.cpp112 void JunitReporter::testGroupEnded( TestGroupStats const& testGroupStats ) { in testGroupEnded()
/external/bcc/tests/cc/
Dcatch.hpp7666 void LegacyReporterAdapter::testGroupEnded( TestGroupStats const& testGroupStats ) { in testGroupEnded()
8474 virtual void testGroupEnded( TestGroupStats const& testGroupStats ) CATCH_OVERRIDE { in testGroupEnded()
9234 virtual void testGroupEnded( TestGroupStats const& testGroupStats ) CATCH_OVERRIDE { in testGroupEnded()
9312 virtual void testGroupEnded( TestGroupStats const& testGroupStats ) CATCH_OVERRIDE { in testGroupEnded()
/external/catch2/single_include/catch2/
Dcatch.hpp14036 void JunitReporter::testGroupEnded( TestGroupStats const& testGroupStats ) { in testGroupEnded()
14287 void ListeningReporter::testGroupEnded( TestGroupStats const& testGroupStats ) { in testGroupEnded()
14502 void XmlReporter::testGroupEnded( TestGroupStats const& testGroupStats ) { in testGroupEnded()