Home
last modified time | relevance | path

Searched defs:testRunStarting (Results 1 – 7 of 7) sorted by relevance

/external/catch2/include/reporters/
Dcatch_reporter_xml.cpp50 void XmlReporter::testRunStarting( TestRunInfo const& testInfo ) { in testRunStarting() function in Catch::XmlReporter
Dcatch_reporter_listening.cpp58 void ListeningReporter::testRunStarting( TestRunInfo const& testRunInfo ) { in testRunStarting() function in Catch::ListeningReporter
Dcatch_reporter_junit.cpp76 void JunitReporter::testRunStarting( TestRunInfo const& runInfo ) { in testRunStarting() function in Catch::JunitReporter
Dcatch_reporter_bases.hpp52 void testRunStarting(TestRunInfo const& _testRunInfo) override { in testRunStarting() function
164 void testRunStarting( TestRunInfo const& ) override {} in testRunStarting() function
/external/catch2/examples/
D210-Evt-EventListeners.cpp308 virtual void testRunStarting( Catch::TestRunInfo const& testRunInfo ) override { in testRunStarting() function
/external/bcc/tests/cc/
Dcatch.hpp7621 void LegacyReporterAdapter::testRunStarting( TestRunInfo const& ) { in testRunStarting() function in Catch::LegacyReporterAdapter
8415 virtual void testRunStarting( TestRunInfo const& testRunInfo ) CATCH_OVERRIDE { in testRunStarting() function in Catch::MultipleReporters
8546 virtual void testRunStarting( TestRunInfo const& _testRunInfo ) CATCH_OVERRIDE { in testRunStarting() function
8648 virtual void testRunStarting( TestRunInfo const& ) CATCH_OVERRIDE {} in testRunStarting() function
9104 virtual void testRunStarting( TestRunInfo const& testInfo ) CATCH_OVERRIDE { in testRunStarting() function in Catch::XmlReporter
9287 virtual void testRunStarting( TestRunInfo const& runInfo ) CATCH_OVERRIDE { in testRunStarting() function in Catch::JunitReporter
/external/catch2/single_include/catch2/
Dcatch.hpp5109 void testRunStarting(TestRunInfo const& _testRunInfo) override { in testRunStarting() function
5220 void testRunStarting( TestRunInfo const& ) override {} in testRunStarting() function
14000 void JunitReporter::testRunStarting( TestRunInfo const& runInfo ) { in testRunStarting() function in Catch::JunitReporter
14230 void ListeningReporter::testRunStarting( TestRunInfo const& testRunInfo ) { in testRunStarting() function in Catch::ListeningReporter
14352 void XmlReporter::testRunStarting( TestRunInfo const& testInfo ) { in testRunStarting() function in Catch::XmlReporter