Home
last modified time | relevance | path

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

/external/catch2/include/reporters/
Dcatch_reporter_listening.cpp80 void ListeningReporter::testRunStarting( TestRunInfo const& testRunInfo ) { in testRunStarting() function in Catch::ListeningReporter
82 listener->testRunStarting( testRunInfo ); in testRunStarting()
84 m_reporter->testRunStarting( testRunInfo ); in testRunStarting()
Dcatch_reporter_sonarqube.hpp43 void testRunStarting(TestRunInfo const& testRunInfo) override { in testRunStarting() function
44 CumulativeReporterBase::testRunStarting(testRunInfo); in testRunStarting()
Dcatch_reporter_junit.h27 void testRunStarting(TestRunInfo const& runInfo) override;
Dcatch_reporter_xml.h33 void testRunStarting(TestRunInfo const& testInfo) override;
Dcatch_reporter_listening.h43 void testRunStarting( TestRunInfo const& testRunInfo ) override;
Dcatch_reporter_junit.cpp77 void JunitReporter::testRunStarting( TestRunInfo const& runInfo ) { in testRunStarting() function in Catch::JunitReporter
78 CumulativeReporterBase::testRunStarting( runInfo ); in testRunStarting()
Dcatch_reporter_bases.hpp56 void testRunStarting(TestRunInfo const& _testRunInfo) override { in testRunStarting() function
169 void testRunStarting( TestRunInfo const& ) override {} in testRunStarting() function
Dcatch_reporter_console.h54 void testRunStarting(TestRunInfo const& _testRunInfo) override;
Dcatch_reporter_xml.cpp50 void XmlReporter::testRunStarting( TestRunInfo const& testInfo ) { in testRunStarting() function in Catch::XmlReporter
51 StreamingReporterBase::testRunStarting( testInfo ); in testRunStarting()
Dcatch_reporter_console.cpp498 void ConsoleReporter::testRunStarting(TestRunInfo const& _testInfo) { in testRunStarting() function in Catch::ConsoleReporter
499 StreamingReporterBase::testRunStarting(_testInfo); in testRunStarting()
/external/catch2/single_include/catch2/
Dcatch_reporter_sonarqube.hpp43 void testRunStarting(TestRunInfo const& testRunInfo) override { in testRunStarting() function
44 CumulativeReporterBase::testRunStarting(testRunInfo); in testRunStarting()
Dcatch.hpp5620 virtual void testRunStarting( TestRunInfo const& testRunInfo ) = 0;
5714 void testRunStarting(TestRunInfo const& _testRunInfo) override { in testRunStarting() function
5826 void testRunStarting( TestRunInfo const& ) override {} in testRunStarting() function
6138 void testRunStarting(TestRunInfo const& _testRunInfo) override;
6292 void testRunStarting(TestRunInfo const& runInfo) override;
6346 void testRunStarting(TestRunInfo const& testInfo) override;
10925 void testRunStarting( TestRunInfo const& testRunInfo ) override;
12522 m_reporter->testRunStarting(m_runInfo);
16280 void ConsoleReporter::testRunStarting(TestRunInfo const& _testInfo) { in testRunStarting() function in Catch::ConsoleReporter
16281 StreamingReporterBase::testRunStarting(_testInfo); in testRunStarting()
[all …]
/external/catch2/docs/
Devent-listeners.md51 virtual void testRunStarting( TestRunInfo const& testRunInfo );
/external/catch2/include/internal/
Dcatch_interfaces_reporter.h219 virtual void testRunStarting( TestRunInfo const& testRunInfo ) = 0;
Dcatch_run_context.cpp81 m_reporter->testRunStarting(m_runInfo);
/external/catch2/examples/
D210-Evt-EventListeners.cpp308 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/libabigail/tests/lib/
Dcatch.hpp5653 virtual void testRunStarting( TestRunInfo const& testRunInfo ) = 0;
5750 void testRunStarting(TestRunInfo const& _testRunInfo) override { in testRunStarting() function
5862 void testRunStarting( TestRunInfo const& ) override {} in testRunStarting() function
6172 void testRunStarting(TestRunInfo const& _testRunInfo) override;
6326 void testRunStarting(TestRunInfo const& runInfo) override;
6380 void testRunStarting(TestRunInfo const& testInfo) override;
10987 void testRunStarting( TestRunInfo const& testRunInfo ) override;
12665 m_reporter->testRunStarting(m_runInfo);
16533 void ConsoleReporter::testRunStarting(TestRunInfo const& _testInfo) { in testRunStarting() function in Catch::ConsoleReporter
16534 StreamingReporterBase::testRunStarting(_testInfo); in testRunStarting()
[all …]