/external/catch2/include/reporters/ |
D | catch_reporter_listening.cpp | 95 void ListeningReporter::testCaseStarting( TestCaseInfo const& testInfo ) { in testCaseStarting() function in Catch::ListeningReporter 97 listener->testCaseStarting( testInfo ); in testCaseStarting() 99 m_reporter->testCaseStarting( testInfo ); in testCaseStarting()
|
D | catch_reporter_teamcity.hpp | 145 void testCaseStarting( TestCaseInfo const& testInfo ) override { in testCaseStarting() function 147 StreamingReporterBase::testCaseStarting( testInfo ); in testCaseStarting()
|
D | catch_reporter_junit.h | 31 void testCaseStarting(TestCaseInfo const& testCaseInfo) override;
|
D | catch_reporter_xml.h | 37 void testCaseStarting(TestCaseInfo const& testInfo) override;
|
D | catch_reporter_listening.h | 45 void testCaseStarting( TestCaseInfo const& testInfo ) override;
|
D | catch_reporter_bases.hpp | 64 void testCaseStarting(TestCaseInfo const& _testInfo) override { in testCaseStarting() function 172 void testCaseStarting( TestCaseInfo const& ) override {} in testCaseStarting() function
|
D | catch_reporter_xml.cpp | 71 void XmlReporter::testCaseStarting( TestCaseInfo const& testInfo ) { in testCaseStarting() function in Catch::XmlReporter 72 StreamingReporterBase::testCaseStarting(testInfo); in testCaseStarting()
|
D | catch_reporter_junit.cpp | 90 void JunitReporter::testCaseStarting( TestCaseInfo const& testCaseInfo ) { in testCaseStarting() function in Catch::JunitReporter
|
/external/catch2/single_include/catch2/ |
D | catch_reporter_teamcity.hpp | 145 void testCaseStarting( TestCaseInfo const& testInfo ) override { in testCaseStarting() function 147 StreamingReporterBase::testCaseStarting( testInfo ); in testCaseStarting()
|
D | catch.hpp | 5623 virtual void testCaseStarting( TestCaseInfo const& testInfo ) = 0; 5722 void testCaseStarting(TestCaseInfo const& _testInfo) override { in testCaseStarting() function 5829 void testCaseStarting( TestCaseInfo const& ) override {} in testCaseStarting() function 6296 void testCaseStarting(TestCaseInfo const& testCaseInfo) override; 6350 void testCaseStarting(TestCaseInfo const& testInfo) override; 10927 void testCaseStarting( TestCaseInfo const& testInfo ) override; 12545 m_reporter->testCaseStarting(testInfo); in runTest() 16557 void JunitReporter::testCaseStarting( TestCaseInfo const& testCaseInfo ) { in testCaseStarting() function in Catch::JunitReporter 16830 void ListeningReporter::testCaseStarting( TestCaseInfo const& testInfo ) { in testCaseStarting() function in Catch::ListeningReporter 16832 listener->testCaseStarting( testInfo ); in testCaseStarting() [all …]
|
/external/catch2/docs/ |
D | event-listeners.md | 32 void testCaseStarting( Catch::TestCaseInfo const& testInfo ) override { 55 virtual void testCaseStarting( TestCaseInfo const& testInfo );
|
/external/catch2/include/internal/ |
D | catch_interfaces_reporter.h | 222 virtual void testCaseStarting( TestCaseInfo const& testInfo ) = 0;
|
D | catch_run_context.cpp | 104 m_reporter->testCaseStarting(testInfo); in runTest()
|
/external/catch2/examples/ |
D | 210-Evt-EventListeners.cpp | 332 void testCaseStarting( Catch::TestCaseInfo const& testInfo ) override { in testCaseStarting() function
|
/external/bcc/tests/cc/ |
D | catch.hpp | 5251 virtual void testCaseStarting( TestCaseInfo const& testInfo ) = 0; 5896 m_reporter->testCaseStarting( testInfo ); in runTest() 7592 virtual void testCaseStarting( TestCaseInfo const& testInfo ); 7627 void LegacyReporterAdapter::testCaseStarting( TestCaseInfo const& testInfo ) { in testCaseStarting() function in Catch::LegacyReporterAdapter 8429 virtual void testCaseStarting( TestCaseInfo const& testInfo ) CATCH_OVERRIDE { in testCaseStarting() function in Catch::MultipleReporters 8433 (*it)->testCaseStarting( testInfo ); in testCaseStarting() 8553 virtual void testCaseStarting( TestCaseInfo const& _testInfo ) CATCH_OVERRIDE { in testCaseStarting() function 8651 virtual void testCaseStarting( TestCaseInfo const& ) CATCH_OVERRIDE {} in testCaseStarting() function 9118 virtual void testCaseStarting( TestCaseInfo const& testInfo ) CATCH_OVERRIDE { in testCaseStarting() function in Catch::XmlReporter 9119 StreamingReporterBase::testCaseStarting(testInfo); in testCaseStarting()
|
/external/libabigail/tests/lib/ |
D | catch.hpp | 5656 virtual void testCaseStarting( TestCaseInfo const& testInfo ) = 0; 5758 void testCaseStarting(TestCaseInfo const& _testInfo) override { in testCaseStarting() function 5865 void testCaseStarting( TestCaseInfo const& ) override {} in testCaseStarting() function 6330 void testCaseStarting(TestCaseInfo const& testCaseInfo) override; 6384 void testCaseStarting(TestCaseInfo const& testInfo) override; 10989 void testCaseStarting( TestCaseInfo const& testInfo ) override; 12688 m_reporter->testCaseStarting(testInfo); in runTest() 16810 void JunitReporter::testCaseStarting( TestCaseInfo const& testCaseInfo ) { in testCaseStarting() function in Catch::JunitReporter 17088 void ListeningReporter::testCaseStarting( TestCaseInfo const& testInfo ) { in testCaseStarting() function in Catch::ListeningReporter 17090 listener->testCaseStarting( testInfo ); in testCaseStarting() [all …]
|