Home
last modified time | relevance | path

Searched refs:testGroupStarting (Results 1 – 15 of 15) sorted by relevance

/external/catch2/include/reporters/
Dcatch_reporter_listening.cpp65 void ListeningReporter::testGroupStarting( GroupInfo const& groupInfo ) { in testGroupStarting() function in Catch::ListeningReporter
67 listener->testGroupStarting( groupInfo ); in testGroupStarting()
69 m_reporter->testGroupStarting( groupInfo ); in testGroupStarting()
Dcatch_reporter_teamcity.hpp54 void testGroupStarting( GroupInfo const& groupInfo ) override { in testGroupStarting() function
55 StreamingReporterBase::testGroupStarting( groupInfo ); in testGroupStarting()
Dcatch_reporter_xml.cpp63 void XmlReporter::testGroupStarting( GroupInfo const& groupInfo ) { in testGroupStarting() function in Catch::XmlReporter
64 StreamingReporterBase::testGroupStarting( groupInfo ); in testGroupStarting()
Dcatch_reporter_xml.h35 void testGroupStarting(GroupInfo const& groupInfo) override;
Dcatch_reporter_junit.cpp88 void JunitReporter::testGroupStarting( GroupInfo const& groupInfo ) { in testGroupStarting() function in Catch::JunitReporter
93 CumulativeReporterBase::testGroupStarting( groupInfo ); in testGroupStarting()
Dcatch_reporter_junit.h29 void testGroupStarting(GroupInfo const& groupInfo) override;
Dcatch_reporter_listening.h38 void testGroupStarting( GroupInfo const& groupInfo ) override;
Dcatch_reporter_bases.hpp55 void testGroupStarting(GroupInfo const& _groupInfo) override { in testGroupStarting() function
165 void testGroupStarting( GroupInfo const& ) override {} in testGroupStarting() function
/external/catch2/single_include/catch2/
Dcatch_reporter_teamcity.hpp54 void testGroupStarting( GroupInfo const& groupInfo ) override { in testGroupStarting() function
55 StreamingReporterBase::testGroupStarting( groupInfo ); in testGroupStarting()
Dcatch.hpp5021 virtual void testGroupStarting( GroupInfo const& groupInfo ) = 0;
5112 void testGroupStarting(GroupInfo const& _groupInfo) override { in testGroupStarting() function
5221 void testGroupStarting( GroupInfo const& ) override {} in testGroupStarting() function
5668 void testGroupStarting(GroupInfo const& groupInfo) override;
5722 void testGroupStarting(GroupInfo const& groupInfo) override;
6145 …void testGroupStarting( std::string const& testSpec, std::size_t groupIndex, std::size_t groupsCou…
8893 void testGroupStarting( GroupInfo const& groupInfo ) override;
10318 …void RunContext::testGroupStarting(std::string const& testSpec, std::size_t groupIndex, std::size_… in testGroupStarting() function in Catch::RunContext
10319 m_reporter->testGroupStarting(GroupInfo(testSpec, groupIndex, groupsCount)); in testGroupStarting()
10896 context.testGroupStarting(config->name(), 1, 1); in runTests()
[all …]
/external/catch2/include/internal/
Dcatch_run_context.h44 …void testGroupStarting( std::string const& testSpec, std::size_t groupIndex, std::size_t groupsCou…
Dcatch_run_context.cpp88 …void RunContext::testGroupStarting(std::string const& testSpec, std::size_t groupIndex, std::size_… in testGroupStarting() function in Catch::RunContext
89 m_reporter->testGroupStarting(GroupInfo(testSpec, groupIndex, groupsCount)); in testGroupStarting()
Dcatch_interfaces_reporter.h183 virtual void testGroupStarting( GroupInfo const& groupInfo ) = 0;
Dcatch_session.cpp69 context.testGroupStarting(config->name(), 1, 1); in runTests()
/external/bcc/tests/cc/
Dcatch.hpp5249 virtual void testGroupStarting( GroupInfo const& groupInfo ) = 0;
5881 …void testGroupStarting( std::string const& testSpec, std::size_t groupIndex, std::size_t groupsCou… in testGroupStarting() function in Catch::RunContext
5882 m_reporter->testGroupStarting( GroupInfo( testSpec, groupIndex, groupsCount ) ); in testGroupStarting()
6242 context.testGroupStarting( config->name(), 1, 1 ); in runTests()
7591 virtual void testGroupStarting( GroupInfo const& groupInfo );
7624 void LegacyReporterAdapter::testGroupStarting( GroupInfo const& groupInfo ) { in testGroupStarting() function in Catch::LegacyReporterAdapter
8422 virtual void testGroupStarting( GroupInfo const& groupInfo ) CATCH_OVERRIDE { in testGroupStarting() function in Catch::MultipleReporters
8426 (*it)->testGroupStarting( groupInfo ); in testGroupStarting()
8549 virtual void testGroupStarting( GroupInfo const& _groupInfo ) CATCH_OVERRIDE { in testGroupStarting() function
8649 virtual void testGroupStarting( GroupInfo const& ) CATCH_OVERRIDE {} in testGroupStarting() function
[all …]