Home
last modified time | relevance | path

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

/external/catch2/include/reporters/
Dcatch_reporter_listening.cpp87 void ListeningReporter::testGroupStarting( GroupInfo const& groupInfo ) { in testGroupStarting() function in Catch::ListeningReporter
89 listener->testGroupStarting( groupInfo ); in testGroupStarting()
91 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_junit.h29 void testGroupStarting(GroupInfo const& groupInfo) override;
Dcatch_reporter_xml.h35 void testGroupStarting(GroupInfo const& groupInfo) override;
Dcatch_reporter_listening.h44 void testGroupStarting( GroupInfo const& groupInfo ) override;
Dcatch_reporter_junit.cpp82 void JunitReporter::testGroupStarting( GroupInfo const& groupInfo ) { in testGroupStarting() function in Catch::JunitReporter
87 CumulativeReporterBase::testGroupStarting( groupInfo ); in testGroupStarting()
Dcatch_reporter_bases.hpp60 void testGroupStarting(GroupInfo const& _groupInfo) override { in testGroupStarting() function
170 void testGroupStarting( GroupInfo const& ) override {} in testGroupStarting() function
Dcatch_reporter_xml.cpp65 void XmlReporter::testGroupStarting( GroupInfo const& groupInfo ) { in testGroupStarting() function in Catch::XmlReporter
66 StreamingReporterBase::testGroupStarting( groupInfo ); in testGroupStarting()
/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.hpp5621 virtual void testGroupStarting( GroupInfo const& groupInfo ) = 0;
5718 void testGroupStarting(GroupInfo const& _groupInfo) override { in testGroupStarting() function
5827 void testGroupStarting( GroupInfo const& ) override {} in testGroupStarting() function
6294 void testGroupStarting(GroupInfo const& groupInfo) override;
6348 void testGroupStarting(GroupInfo const& groupInfo) override;
8029 …void testGroupStarting( std::string const& testSpec, std::size_t groupIndex, std::size_t groupsCou…
10926 void testGroupStarting( GroupInfo const& groupInfo ) override;
12529 …void RunContext::testGroupStarting(std::string const& testSpec, std::size_t groupIndex, std::size_… in testGroupStarting() function in Catch::RunContext
12530 m_reporter->testGroupStarting(GroupInfo(testSpec, groupIndex, groupsCount)); in testGroupStarting()
13146 m_context.testGroupStarting(m_config->name(), 1, 1); in execute()
[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.h220 virtual void testGroupStarting( GroupInfo const& groupInfo ) = 0;
Dcatch_session.cpp86 m_context.testGroupStarting(m_config->name(), 1, 1); in execute()
/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 …]
/external/libabigail/tests/lib/
Dcatch.hpp5654 virtual void testGroupStarting( GroupInfo const& groupInfo ) = 0;
5754 void testGroupStarting(GroupInfo const& _groupInfo) override { in testGroupStarting() function
5863 void testGroupStarting( GroupInfo const& ) override {} in testGroupStarting() function
6328 void testGroupStarting(GroupInfo const& groupInfo) override;
6382 void testGroupStarting(GroupInfo const& groupInfo) override;
8084 …void testGroupStarting( std::string const& testSpec, std::size_t groupIndex, std::size_t groupsCou…
10988 void testGroupStarting( GroupInfo const& groupInfo ) override;
12672 …void RunContext::testGroupStarting(std::string const& testSpec, std::size_t groupIndex, std::size_… in testGroupStarting() function in Catch::RunContext
12673 m_reporter->testGroupStarting(GroupInfo(testSpec, groupIndex, groupsCount)); in testGroupStarting()
13289 m_context.testGroupStarting(m_config->name(), 1, 1); in execute()
[all …]