Home
last modified time | relevance | path

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

/external/catch2/include/reporters/
Dcatch_reporter_listening.cpp116 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()
Dcatch_reporter_teamcity.hpp59 void testGroupEnded( TestGroupStats const& testGroupStats ) override { in testGroupEnded() function
60 StreamingReporterBase::testGroupEnded( testGroupStats ); in testGroupEnded()
Dcatch_reporter_xml.cpp201 void XmlReporter::testGroupEnded( TestGroupStats const& testGroupStats ) { in testGroupEnded() function in Catch::XmlReporter
202 StreamingReporterBase::testGroupEnded( testGroupStats ); in testGroupEnded()
Dcatch_reporter_xml.h49 void testGroupEnded(TestGroupStats const& testGroupStats) override;
Dcatch_reporter_junit.cpp112 void JunitReporter::testGroupEnded( TestGroupStats const& testGroupStats ) { in testGroupEnded() function in Catch::JunitReporter
114 CumulativeReporterBase::testGroupEnded( testGroupStats ); in testGroupEnded()
Dcatch_reporter_junit.h36 void testGroupEnded(TestGroupStats const& testGroupStats) override;
Dcatch_reporter_listening.h47 void testGroupEnded( TestGroupStats const& testGroupStats ) override;
Dcatch_reporter_console.h47 void testGroupEnded(TestGroupStats const& _testGroupStats) override;
Dcatch_reporter_bases.hpp72 void testGroupEnded(TestGroupStats const& /* _testGroupStats */) override { in testGroupEnded() function
225 void testGroupEnded(TestGroupStats const& testGroupStats) override { in testGroupEnded() function
Dcatch_reporter_console.cpp429 void ConsoleReporter::testGroupEnded(TestGroupStats const& _testGroupStats) { in testGroupEnded() function in Catch::ConsoleReporter
436 StreamingReporterBase::testGroupEnded(_testGroupStats); in testGroupEnded()
/external/catch2/single_include/catch2/
Dcatch_reporter_teamcity.hpp59 void testGroupEnded( TestGroupStats const& testGroupStats ) override { in testGroupEnded() function
60 StreamingReporterBase::testGroupEnded( testGroupStats ); in testGroupEnded()
Dcatch.hpp5039 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/
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()
300 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.h201 virtual void testGroupEnded( TestGroupStats const& testGroupStats ) = 0;
Dcatch_session.cpp95 context.testGroupEnded(config->name(), totals, 1, 1); in runTests()
/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 …]