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.cpp69 void XmlReporter::testCaseStarting( TestCaseInfo const& testInfo ) { in testCaseStarting() function in Catch::XmlReporter
70 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_listening.h39 void testCaseStarting( TestCaseInfo const& testInfo ) override;
Dcatch_reporter_bases.hpp59 void testCaseStarting(TestCaseInfo const& _testInfo) override { in testCaseStarting() function
167 void testCaseStarting( TestCaseInfo const& ) override {} in testCaseStarting() function
Dcatch_reporter_junit.cpp96 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.hpp5023 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/
Devent-listeners.md32 virtual 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 virtual 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()