/external/catch2/include/reporters/ |
D | catch_reporter_listening.cpp | 73 void ListeningReporter::testCaseStarting( TestCaseInfo const& testInfo ) { in testCaseStarting() function in Catch::ListeningReporter 75 listener->testCaseStarting( testInfo ); in testCaseStarting() 77 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_xml.cpp | 69 void XmlReporter::testCaseStarting( TestCaseInfo const& testInfo ) { in testCaseStarting() function in Catch::XmlReporter 70 StreamingReporterBase::testCaseStarting(testInfo); in testCaseStarting()
|
D | catch_reporter_xml.h | 37 void testCaseStarting(TestCaseInfo const& testInfo) override;
|
D | catch_reporter_junit.h | 31 void testCaseStarting(TestCaseInfo const& testCaseInfo) override;
|
D | catch_reporter_listening.h | 39 void testCaseStarting( TestCaseInfo const& testInfo ) override;
|
D | catch_reporter_bases.hpp | 59 void testCaseStarting(TestCaseInfo const& _testInfo) override { in testCaseStarting() function 167 void testCaseStarting( TestCaseInfo const& ) override {} in testCaseStarting() function
|
D | catch_reporter_junit.cpp | 96 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 | 5023 virtual void testCaseStarting( TestCaseInfo const& testInfo ) = 0; 5116 void testCaseStarting(TestCaseInfo const& _testInfo) override { in testCaseStarting() function 5223 void testCaseStarting( TestCaseInfo const& ) override {} in testCaseStarting() function 5670 void testCaseStarting(TestCaseInfo const& testCaseInfo) override; 5724 void testCaseStarting(TestCaseInfo const& testInfo) override; 8894 void testCaseStarting( TestCaseInfo const& testInfo ) override; 10334 m_reporter->testCaseStarting(testInfo); in runTest() 14020 void JunitReporter::testCaseStarting( TestCaseInfo const& testCaseInfo ) { in testCaseStarting() function in Catch::JunitReporter 14244 void ListeningReporter::testCaseStarting( TestCaseInfo const& testInfo ) { in testCaseStarting() function in Catch::ListeningReporter 14246 listener->testCaseStarting( testInfo ); in testCaseStarting() [all …]
|
/external/catch2/docs/ |
D | event-listeners.md | 32 virtual void testCaseStarting( Catch::TestCaseInfo const& testInfo ) override { 55 virtual void testCaseStarting( TestCaseInfo const& testInfo );
|
/external/catch2/include/internal/ |
D | catch_interfaces_reporter.h | 185 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 virtual 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()
|