Home
last modified time | relevance | path

Searched refs:testCaseStarting (Results 1 – 15 of 15) sorted by relevance

/external/catch2/include/reporters/
Dcatch_reporter_listening.cpp73 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()
Dcatch_reporter_teamcity.hpp145 void testCaseStarting( TestCaseInfo const& testInfo ) override { in testCaseStarting() function
147 StreamingReporterBase::testCaseStarting( testInfo ); in testCaseStarting()
Dcatch_reporter_xml.h37 void testCaseStarting(TestCaseInfo const& testInfo) override;
Dcatch_reporter_junit.h31 void testCaseStarting(TestCaseInfo const& testCaseInfo) override;
Dcatch_reporter_xml.cpp71 void XmlReporter::testCaseStarting( TestCaseInfo const& testInfo ) { in testCaseStarting() function in Catch::XmlReporter
72 StreamingReporterBase::testCaseStarting(testInfo); in testCaseStarting()
Dcatch_reporter_listening.h39 void testCaseStarting( TestCaseInfo const& testInfo ) override;
Dcatch_reporter_bases.hpp62 void testCaseStarting(TestCaseInfo const& _testInfo) override { in testCaseStarting() function
170 void testCaseStarting( TestCaseInfo const& ) override {} in testCaseStarting() function
Dcatch_reporter_junit.cpp89 void JunitReporter::testCaseStarting( TestCaseInfo const& testCaseInfo ) { in testCaseStarting() function in Catch::JunitReporter
/external/catch2/single_include/catch2/
Dcatch_reporter_teamcity.hpp145 void testCaseStarting( TestCaseInfo const& testInfo ) override { in testCaseStarting() function
147 StreamingReporterBase::testCaseStarting( testInfo ); in testCaseStarting()
Dcatch.hpp5038 virtual void testCaseStarting( TestCaseInfo const& testInfo ) = 0;
5134 void testCaseStarting(TestCaseInfo const& _testInfo) override { in testCaseStarting() function
5241 void testCaseStarting( TestCaseInfo const& ) override {} in testCaseStarting() function
5689 void testCaseStarting(TestCaseInfo const& testCaseInfo) override;
5743 void testCaseStarting(TestCaseInfo const& testInfo) override;
8921 void testCaseStarting( TestCaseInfo const& testInfo ) override;
10361 m_reporter->testCaseStarting(testInfo); in runTest()
14071 void JunitReporter::testCaseStarting( TestCaseInfo const& testCaseInfo ) { in testCaseStarting() function in Catch::JunitReporter
14311 void ListeningReporter::testCaseStarting( TestCaseInfo const& testInfo ) { in testCaseStarting() function in Catch::ListeningReporter
14313 listener->testCaseStarting( testInfo ); in testCaseStarting()
[all …]
/external/catch2/docs/
Devent-listeners.md32 void testCaseStarting( Catch::TestCaseInfo const& testInfo ) override {
55 virtual void testCaseStarting( TestCaseInfo const& testInfo );
/external/catch2/include/internal/
Dcatch_interfaces_reporter.h185 virtual void testCaseStarting( TestCaseInfo const& testInfo ) = 0;
Dcatch_run_context.cpp104 m_reporter->testCaseStarting(testInfo); in runTest()
/external/catch2/examples/
D210-Evt-EventListeners.cpp332 void testCaseStarting( Catch::TestCaseInfo const& testInfo ) override { in testCaseStarting() function
/external/bcc/tests/cc/
Dcatch.hpp5251 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()