/external/catch2/include/reporters/ |
D | catch_reporter_listening.cpp | 80 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()
|
D | catch_reporter_sonarqube.hpp | 43 void testRunStarting(TestRunInfo const& testRunInfo) override { in testRunStarting() function 44 CumulativeReporterBase::testRunStarting(testRunInfo); in testRunStarting()
|
D | catch_reporter_junit.h | 27 void testRunStarting(TestRunInfo const& runInfo) override;
|
D | catch_reporter_xml.h | 33 void testRunStarting(TestRunInfo const& testInfo) override;
|
D | catch_reporter_listening.h | 43 void testRunStarting( TestRunInfo const& testRunInfo ) override;
|
D | catch_reporter_junit.cpp | 77 void JunitReporter::testRunStarting( TestRunInfo const& runInfo ) { in testRunStarting() function in Catch::JunitReporter 78 CumulativeReporterBase::testRunStarting( runInfo ); in testRunStarting()
|
D | catch_reporter_bases.hpp | 56 void testRunStarting(TestRunInfo const& _testRunInfo) override { in testRunStarting() function 169 void testRunStarting( TestRunInfo const& ) override {} in testRunStarting() function
|
D | catch_reporter_console.h | 54 void testRunStarting(TestRunInfo const& _testRunInfo) override;
|
D | catch_reporter_xml.cpp | 50 void XmlReporter::testRunStarting( TestRunInfo const& testInfo ) { in testRunStarting() function in Catch::XmlReporter 51 StreamingReporterBase::testRunStarting( testInfo ); in testRunStarting()
|
D | catch_reporter_console.cpp | 498 void ConsoleReporter::testRunStarting(TestRunInfo const& _testInfo) { in testRunStarting() function in Catch::ConsoleReporter 499 StreamingReporterBase::testRunStarting(_testInfo); in testRunStarting()
|
/external/catch2/single_include/catch2/ |
D | catch_reporter_sonarqube.hpp | 43 void testRunStarting(TestRunInfo const& testRunInfo) override { in testRunStarting() function 44 CumulativeReporterBase::testRunStarting(testRunInfo); in testRunStarting()
|
D | catch.hpp | 5620 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/ |
D | event-listeners.md | 51 virtual void testRunStarting( TestRunInfo const& testRunInfo );
|
/external/catch2/include/internal/ |
D | catch_interfaces_reporter.h | 219 virtual void testRunStarting( TestRunInfo const& testRunInfo ) = 0;
|
D | catch_run_context.cpp | 81 m_reporter->testRunStarting(m_runInfo);
|
/external/catch2/examples/ |
D | 210-Evt-EventListeners.cpp | 308 void testRunStarting( Catch::TestRunInfo const& testRunInfo ) override { in testRunStarting() function
|
/external/bcc/tests/cc/ |
D | catch.hpp | 5248 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/ |
D | catch.hpp | 5653 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 …]
|