Home
last modified time | relevance | path

Searched refs:testRunStarting (Results 1 – 13 of 13) sorted by relevance

/external/catch2/include/reporters/
Dcatch_reporter_listening.cpp58 void ListeningReporter::testRunStarting( TestRunInfo const& testRunInfo ) { in testRunStarting() function in Catch::ListeningReporter
60 listener->testRunStarting( testRunInfo ); in testRunStarting()
62 m_reporter->testRunStarting( testRunInfo ); in testRunStarting()
Dcatch_reporter_xml.cpp50 void XmlReporter::testRunStarting( TestRunInfo const& testInfo ) { in testRunStarting() function in Catch::XmlReporter
51 StreamingReporterBase::testRunStarting( testInfo ); in testRunStarting()
Dcatch_reporter_xml.h33 void testRunStarting(TestRunInfo const& testInfo) override;
Dcatch_reporter_junit.cpp76 void JunitReporter::testRunStarting( TestRunInfo const& runInfo ) { in testRunStarting() function in Catch::JunitReporter
77 CumulativeReporterBase::testRunStarting( runInfo ); in testRunStarting()
Dcatch_reporter_junit.h27 void testRunStarting(TestRunInfo const& runInfo) override;
Dcatch_reporter_listening.h37 void testRunStarting( TestRunInfo const& testRunInfo ) override;
Dcatch_reporter_bases.hpp52 void testRunStarting(TestRunInfo const& _testRunInfo) override { in testRunStarting() function
164 void testRunStarting( TestRunInfo const& ) override {} in testRunStarting() function
/external/catch2/docs/
Devent-listeners.md51 virtual void testRunStarting( TestRunInfo const& testRunInfo );
/external/catch2/include/internal/
Dcatch_interfaces_reporter.h182 virtual void testRunStarting( TestRunInfo const& testRunInfo ) = 0;
Dcatch_run_context.cpp81 m_reporter->testRunStarting(m_runInfo);
/external/catch2/examples/
D210-Evt-EventListeners.cpp308 virtual void testRunStarting( Catch::TestRunInfo const& testRunInfo ) override { in testRunStarting() function
/external/bcc/tests/cc/
Dcatch.hpp5248 virtual void testRunStarting( TestRunInfo const& testRunInfo ) = 0;
5874 m_reporter->testRunStarting( m_runInfo ); in RunContext()
7590 virtual void testRunStarting( TestRunInfo const& );
7621 void LegacyReporterAdapter::testRunStarting( TestRunInfo const& ) { in testRunStarting() function in Catch::LegacyReporterAdapter
8415 virtual void testRunStarting( TestRunInfo const& testRunInfo ) CATCH_OVERRIDE { in testRunStarting() function in Catch::MultipleReporters
8419 (*it)->testRunStarting( testRunInfo ); in testRunStarting()
8546 virtual void testRunStarting( TestRunInfo const& _testRunInfo ) CATCH_OVERRIDE { in testRunStarting() function
8648 virtual void testRunStarting( TestRunInfo const& ) CATCH_OVERRIDE {} in testRunStarting() function
9104 virtual void testRunStarting( TestRunInfo const& testInfo ) CATCH_OVERRIDE { in testRunStarting() function in Catch::XmlReporter
9105 StreamingReporterBase::testRunStarting( testInfo ); in testRunStarting()
[all …]
/external/catch2/single_include/catch2/
Dcatch.hpp5020 virtual void testRunStarting( TestRunInfo const& testRunInfo ) = 0;
5109 void testRunStarting(TestRunInfo const& _testRunInfo) override { in testRunStarting() function
5220 void testRunStarting( TestRunInfo const& ) override {} in testRunStarting() function
5666 void testRunStarting(TestRunInfo const& runInfo) override;
5720 void testRunStarting(TestRunInfo const& testInfo) override;
8892 void testRunStarting( TestRunInfo const& testRunInfo ) override;
10311 m_reporter->testRunStarting(m_runInfo);
14000 void JunitReporter::testRunStarting( TestRunInfo const& runInfo ) { in testRunStarting() function in Catch::JunitReporter
14001 CumulativeReporterBase::testRunStarting( runInfo ); in testRunStarting()
14230 void ListeningReporter::testRunStarting( TestRunInfo const& testRunInfo ) { in testRunStarting() function in Catch::ListeningReporter
[all …]