/external/catch2/include/reporters/ |
D | catch_reporter_listening.cpp | 65 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()
|
D | catch_reporter_teamcity.hpp | 54 void testGroupStarting( GroupInfo const& groupInfo ) override { in testGroupStarting() function 55 StreamingReporterBase::testGroupStarting( groupInfo ); in testGroupStarting()
|
D | catch_reporter_xml.cpp | 63 void XmlReporter::testGroupStarting( GroupInfo const& groupInfo ) { in testGroupStarting() function in Catch::XmlReporter 64 StreamingReporterBase::testGroupStarting( groupInfo ); in testGroupStarting()
|
D | catch_reporter_xml.h | 35 void testGroupStarting(GroupInfo const& groupInfo) override;
|
D | catch_reporter_junit.cpp | 88 void JunitReporter::testGroupStarting( GroupInfo const& groupInfo ) { in testGroupStarting() function in Catch::JunitReporter 93 CumulativeReporterBase::testGroupStarting( groupInfo ); in testGroupStarting()
|
D | catch_reporter_junit.h | 29 void testGroupStarting(GroupInfo const& groupInfo) override;
|
D | catch_reporter_listening.h | 38 void testGroupStarting( GroupInfo const& groupInfo ) override;
|
D | catch_reporter_bases.hpp | 55 void testGroupStarting(GroupInfo const& _groupInfo) override { in testGroupStarting() function 165 void testGroupStarting( GroupInfo const& ) override {} in testGroupStarting() function
|
/external/catch2/single_include/catch2/ |
D | catch_reporter_teamcity.hpp | 54 void testGroupStarting( GroupInfo const& groupInfo ) override { in testGroupStarting() function 55 StreamingReporterBase::testGroupStarting( groupInfo ); in testGroupStarting()
|
D | catch.hpp | 5021 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/ |
D | catch_run_context.h | 44 …void testGroupStarting( std::string const& testSpec, std::size_t groupIndex, std::size_t groupsCou…
|
D | catch_run_context.cpp | 88 …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()
|
D | catch_interfaces_reporter.h | 183 virtual void testGroupStarting( GroupInfo const& groupInfo ) = 0;
|
D | catch_session.cpp | 69 context.testGroupStarting(config->name(), 1, 1); in runTests()
|
/external/bcc/tests/cc/ |
D | catch.hpp | 5249 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 …]
|