Home
last modified time | relevance | path

Searched defs:testCaseStarting (Results 1 – 9 of 9) sorted by relevance

/external/catch2/include/reporters/
Dcatch_reporter_xml.cpp69 void XmlReporter::testCaseStarting( TestCaseInfo const& testInfo ) { in testCaseStarting() function in Catch::XmlReporter
Dcatch_reporter_teamcity.hpp145 void testCaseStarting( TestCaseInfo const& testInfo ) override { in testCaseStarting() function
Dcatch_reporter_listening.cpp73 void ListeningReporter::testCaseStarting( TestCaseInfo const& testInfo ) { in testCaseStarting() function in Catch::ListeningReporter
Dcatch_reporter_junit.cpp96 void JunitReporter::testCaseStarting( TestCaseInfo const& testCaseInfo ) { in testCaseStarting() function in Catch::JunitReporter
Dcatch_reporter_bases.hpp59 void testCaseStarting(TestCaseInfo const& _testInfo) override { in testCaseStarting() function
167 void testCaseStarting( TestCaseInfo const& ) override {} in testCaseStarting() function
/external/catch2/single_include/catch2/
Dcatch_reporter_teamcity.hpp145 void testCaseStarting( TestCaseInfo const& testInfo ) override { in testCaseStarting() function
Dcatch.hpp5116 void testCaseStarting(TestCaseInfo const& _testInfo) override { in testCaseStarting() function
5223 void testCaseStarting( TestCaseInfo const& ) override {} in testCaseStarting() function
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
14371 void XmlReporter::testCaseStarting( TestCaseInfo const& testInfo ) { in testCaseStarting() function in Catch::XmlReporter
/external/catch2/examples/
D210-Evt-EventListeners.cpp332 virtual void testCaseStarting( Catch::TestCaseInfo const& testInfo ) override { in testCaseStarting() function
/external/bcc/tests/cc/
Dcatch.hpp7627 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
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