Home
last modified time | relevance | path

Searched refs:testGroupEnded (Results 1 – 20 of 20) sorted by relevance

/external/catch2/include/reporters/
Dcatch_reporter_listening.cpp138 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()
Dcatch_reporter_sonarqube.hpp49 void testGroupEnded(TestGroupStats const& testGroupStats) override { in testGroupEnded() function
50 CumulativeReporterBase::testGroupEnded(testGroupStats); in testGroupEnded()
Dcatch_reporter_teamcity.hpp59 void testGroupEnded( TestGroupStats const& testGroupStats ) override { in testGroupEnded() function
60 StreamingReporterBase::testGroupEnded( testGroupStats ); in testGroupEnded()
Dcatch_reporter_junit.h36 void testGroupEnded(TestGroupStats const& testGroupStats) override;
Dcatch_reporter_xml.h49 void testGroupEnded(TestGroupStats const& testGroupStats) override;
Dcatch_reporter_listening.h53 void testGroupEnded( TestGroupStats const& testGroupStats ) override;
Dcatch_reporter_console.h52 void testGroupEnded(TestGroupStats const& _testGroupStats) override;
Dcatch_reporter_junit.cpp106 void JunitReporter::testGroupEnded( TestGroupStats const& testGroupStats ) { in testGroupEnded() function in Catch::JunitReporter
108 CumulativeReporterBase::testGroupEnded( testGroupStats ); in testGroupEnded()
Dcatch_reporter_bases.hpp77 void testGroupEnded(TestGroupStats const& /* _testGroupStats */) override { in testGroupEnded() function
230 void testGroupEnded(TestGroupStats const& testGroupStats) override { in testGroupEnded() function
Dcatch_reporter_xml.cpp203 void XmlReporter::testGroupEnded( TestGroupStats const& testGroupStats ) { in testGroupEnded() function in Catch::XmlReporter
204 StreamingReporterBase::testGroupEnded( testGroupStats ); in testGroupEnded()
Dcatch_reporter_console.cpp483 void ConsoleReporter::testGroupEnded(TestGroupStats const& _testGroupStats) { in testGroupEnded() function in Catch::ConsoleReporter
490 StreamingReporterBase::testGroupEnded(_testGroupStats); in testGroupEnded()
/external/catch2/single_include/catch2/
Dcatch_reporter_sonarqube.hpp49 void testGroupEnded(TestGroupStats const& testGroupStats) override { in testGroupEnded() function
50 CumulativeReporterBase::testGroupEnded(testGroupStats); in testGroupEnded()
Dcatch_reporter_teamcity.hpp59 void testGroupEnded( TestGroupStats const& testGroupStats ) override { in testGroupEnded() function
60 StreamingReporterBase::testGroupEnded( testGroupStats ); in testGroupEnded()
Dcatch.hpp5640 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/
Dcatch_run_context.cpp92 …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()
Dcatch_run_context.h45 …void testGroupEnded( std::string const& testSpec, Totals const& totals, std::size_t groupIndex, st…
Dcatch_interfaces_reporter.h239 virtual void testGroupEnded( TestGroupStats const& testGroupStats ) = 0;
Dcatch_session.cpp106 m_context.testGroupEnded(m_config->name(), totals, 1, 1); in execute()
/external/bcc/tests/cc/
Dcatch.hpp5261 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/
Dcatch.hpp5673 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 …]