Lines Matching refs:testRunStarting
5248 virtual void testRunStarting( TestRunInfo const& testRunInfo ) = 0;
5874 m_reporter->testRunStarting( m_runInfo ); in RunContext()
7590 virtual void testRunStarting( TestRunInfo const& );
7621 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
8419 (*it)->testRunStarting( testRunInfo ); in testRunStarting()
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
9105 StreamingReporterBase::testRunStarting( testInfo ); in testRunStarting()
9287 virtual void testRunStarting( TestRunInfo const& runInfo ) CATCH_OVERRIDE { in testRunStarting() function in Catch::JunitReporter
9288 CumulativeReporterBase::testRunStarting( runInfo ); in testRunStarting()