/external/catch2/include/reporters/ |
D | catch_reporter_listening.cpp | 138 void ListeningReporter::testGroupEnded( TestGroupStats const& testGroupStats ) { in testGroupEnded() function in Catch::ListeningReporter 140 listener->testGroupEnded( testGroupStats ); in testGroupEnded() 142 m_reporter->testGroupEnded( testGroupStats ); in testGroupEnded()
|
D | catch_reporter_sonarqube.hpp | 49 void testGroupEnded(TestGroupStats const& testGroupStats) override { in testGroupEnded() function 50 CumulativeReporterBase::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_junit.h | 36 void testGroupEnded(TestGroupStats const& testGroupStats) override;
|
D | catch_reporter_xml.h | 49 void testGroupEnded(TestGroupStats const& testGroupStats) override;
|
D | catch_reporter_listening.h | 53 void testGroupEnded( TestGroupStats const& testGroupStats ) override;
|
D | catch_reporter_console.h | 52 void testGroupEnded(TestGroupStats const& _testGroupStats) override;
|
D | catch_reporter_junit.cpp | 106 void JunitReporter::testGroupEnded( TestGroupStats const& testGroupStats ) { in testGroupEnded() function in Catch::JunitReporter 108 CumulativeReporterBase::testGroupEnded( testGroupStats ); in testGroupEnded()
|
D | catch_reporter_bases.hpp | 77 void testGroupEnded(TestGroupStats const& /* _testGroupStats */) override { in testGroupEnded() function 230 void testGroupEnded(TestGroupStats const& testGroupStats) override { in testGroupEnded() function
|
D | catch_reporter_xml.cpp | 203 void XmlReporter::testGroupEnded( TestGroupStats const& testGroupStats ) { in testGroupEnded() function in Catch::XmlReporter 204 StreamingReporterBase::testGroupEnded( testGroupStats ); in testGroupEnded()
|
D | catch_reporter_console.cpp | 483 void ConsoleReporter::testGroupEnded(TestGroupStats const& _testGroupStats) { in testGroupEnded() function in Catch::ConsoleReporter 490 StreamingReporterBase::testGroupEnded(_testGroupStats); in testGroupEnded()
|
/external/catch2/single_include/catch2/ |
D | catch_reporter_sonarqube.hpp | 49 void testGroupEnded(TestGroupStats const& testGroupStats) override { in testGroupEnded() function 50 CumulativeReporterBase::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.hpp | 5640 virtual void testGroupEnded( TestGroupStats const& testGroupStats ) = 0; 5735 void testGroupEnded(TestGroupStats const& /* _testGroupStats */) override { in testGroupEnded() function 5887 void testGroupEnded(TestGroupStats const& testGroupStats) override { in testGroupEnded() function 6136 void testGroupEnded(TestGroupStats const& _testGroupStats) override; 6301 void testGroupEnded(TestGroupStats const& testGroupStats) override; 6362 void testGroupEnded(TestGroupStats const& testGroupStats) override; 8030 …void testGroupEnded( std::string const& testSpec, Totals const& totals, std::size_t groupIndex, st… 10935 void testGroupEnded( TestGroupStats const& testGroupStats ) override; 12533 …void RunContext::testGroupEnded(std::string const& testSpec, Totals const& totals, std::size_t gro… in testGroupEnded() function in Catch::RunContext 12534 …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() 309 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 | 239 virtual void testGroupEnded( TestGroupStats const& testGroupStats ) = 0;
|
D | catch_session.cpp | 106 m_context.testGroupEnded(m_config->name(), totals, 1, 1); in execute()
|
/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 …]
|
/external/libabigail/tests/lib/ |
D | catch.hpp | 5673 virtual void testGroupEnded( TestGroupStats const& testGroupStats ) = 0; 5771 void testGroupEnded(TestGroupStats const& /* _testGroupStats */) override { in testGroupEnded() function 5923 void testGroupEnded(TestGroupStats const& testGroupStats) override { in testGroupEnded() function 6170 void testGroupEnded(TestGroupStats const& _testGroupStats) override; 6335 void testGroupEnded(TestGroupStats const& testGroupStats) override; 6396 void testGroupEnded(TestGroupStats const& testGroupStats) override; 8085 …void testGroupEnded( std::string const& testSpec, Totals const& totals, std::size_t groupIndex, st… 10997 void testGroupEnded( TestGroupStats const& testGroupStats ) override; 12676 …void RunContext::testGroupEnded(std::string const& testSpec, Totals const& totals, std::size_t gro… in testGroupEnded() function in Catch::RunContext 12677 …m_reporter->testGroupEnded(TestGroupStats(GroupInfo(testSpec, groupIndex, groupsCount), totals, ab… in testGroupEnded() [all …]
|