/external/catch2/include/reporters/ |
D | catch_reporter_listening.cpp | 116 void ListeningReporter::testGroupEnded( TestGroupStats const& testGroupStats ) { in testGroupEnded() function in Catch::ListeningReporter 118 listener->testGroupEnded( testGroupStats ); in testGroupEnded() 120 m_reporter->testGroupEnded( testGroupStats ); in testGroupEnded()
|
D | catch_reporter_teamcity.hpp | 59 void testGroupEnded( TestGroupStats const& testGroupStats ) override { in testGroupEnded() function 60 StreamingReporterBase::testGroupEnded( testGroupStats ); in testGroupEnded()
|
D | catch_reporter_xml.cpp | 201 void XmlReporter::testGroupEnded( TestGroupStats const& testGroupStats ) { in testGroupEnded() function in Catch::XmlReporter 202 StreamingReporterBase::testGroupEnded( testGroupStats ); in testGroupEnded()
|
D | catch_reporter_xml.h | 49 void testGroupEnded(TestGroupStats const& testGroupStats) override;
|
D | catch_reporter_junit.cpp | 112 void JunitReporter::testGroupEnded( TestGroupStats const& testGroupStats ) { in testGroupEnded() function in Catch::JunitReporter 114 CumulativeReporterBase::testGroupEnded( testGroupStats ); in testGroupEnded()
|
D | catch_reporter_junit.h | 36 void testGroupEnded(TestGroupStats const& testGroupStats) override;
|
D | catch_reporter_listening.h | 47 void testGroupEnded( TestGroupStats const& testGroupStats ) override;
|
D | catch_reporter_console.h | 47 void testGroupEnded(TestGroupStats const& _testGroupStats) override;
|
D | catch_reporter_bases.hpp | 72 void testGroupEnded(TestGroupStats const& /* _testGroupStats */) override { in testGroupEnded() function 225 void testGroupEnded(TestGroupStats const& testGroupStats) override { in testGroupEnded() function
|
D | catch_reporter_console.cpp | 429 void ConsoleReporter::testGroupEnded(TestGroupStats const& _testGroupStats) { in testGroupEnded() function in Catch::ConsoleReporter 436 StreamingReporterBase::testGroupEnded(_testGroupStats); in testGroupEnded()
|
/external/catch2/single_include/catch2/ |
D | catch_reporter_teamcity.hpp | 59 void testGroupEnded( TestGroupStats const& testGroupStats ) override { in testGroupEnded() function 60 StreamingReporterBase::testGroupEnded( testGroupStats ); in testGroupEnded()
|
D | catch.hpp | 5039 virtual void testGroupEnded( TestGroupStats const& testGroupStats ) = 0; 5129 void testGroupEnded(TestGroupStats const& /* _testGroupStats */) override { in testGroupEnded() function 5281 void testGroupEnded(TestGroupStats const& testGroupStats) override { in testGroupEnded() function 5522 void testGroupEnded(TestGroupStats const& _testGroupStats) override; 5675 void testGroupEnded(TestGroupStats const& testGroupStats) override; 5736 void testGroupEnded(TestGroupStats const& testGroupStats) override; 6146 …void testGroupEnded( std::string const& testSpec, Totals const& totals, std::size_t groupIndex, st… 8902 void testGroupEnded( TestGroupStats const& testGroupStats ) override; 10322 …void RunContext::testGroupEnded(std::string const& testSpec, Totals const& totals, std::size_t gro… in testGroupEnded() function in Catch::RunContext 10323 …m_reporter->testGroupEnded(TestGroupStats(GroupInfo(testSpec, groupIndex, groupsCount), totals, ab… in testGroupEnded() [all …]
|
/external/catch2/include/internal/ |
D | catch_run_context.cpp | 92 …void RunContext::testGroupEnded(std::string const& testSpec, Totals const& totals, std::size_t gro… in testGroupEnded() function in Catch::RunContext 93 …m_reporter->testGroupEnded(TestGroupStats(GroupInfo(testSpec, groupIndex, groupsCount), totals, ab… in testGroupEnded() 300 testGroupEnded(std::string(), m_totals, 1, 1); in handleFatalErrorCondition()
|
D | catch_run_context.h | 45 …void testGroupEnded( std::string const& testSpec, Totals const& totals, std::size_t groupIndex, st…
|
D | catch_interfaces_reporter.h | 201 virtual void testGroupEnded( TestGroupStats const& testGroupStats ) = 0;
|
D | catch_session.cpp | 95 context.testGroupEnded(config->name(), totals, 1, 1); in runTests()
|
/external/bcc/tests/cc/ |
D | catch.hpp | 5261 virtual void testGroupEnded( TestGroupStats const& testGroupStats ) = 0; 5884 …void testGroupEnded( std::string const& testSpec, Totals const& totals, std::size_t groupIndex, st… in testGroupEnded() function in Catch::RunContext 5885 …m_reporter->testGroupEnded( TestGroupStats( GroupInfo( testSpec, groupIndex, groupsCount ), totals… in testGroupEnded() 6054 testGroupEnded( "", m_totals, 1, 1 ); in handleFatalErrorCondition() 6258 context.testGroupEnded( iconfig->name(), totals, 1, 1 ); in runTests() 7598 virtual void testGroupEnded( TestGroupStats const& testGroupStats ); 7666 void LegacyReporterAdapter::testGroupEnded( TestGroupStats const& testGroupStats ) { in testGroupEnded() function in Catch::LegacyReporterAdapter 8474 virtual void testGroupEnded( TestGroupStats const& testGroupStats ) CATCH_OVERRIDE { in testGroupEnded() function in Catch::MultipleReporters 8478 (*it)->testGroupEnded( testGroupStats ); in testGroupEnded() 8566 virtual void testGroupEnded( TestGroupStats const& /* _testGroupStats */ ) CATCH_OVERRIDE { in testGroupEnded() function [all …]
|