MCPcopy Create free account
hub / github.com/cirquit/trdrop / testRunStarting

Method testRunStarting

ext/catch.hpp:9880–9888  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9878 }
9879
9880 virtual void testRunStarting( TestRunInfo const& testInfo ) CATCH_OVERRIDE {
9881 StreamingReporterBase::testRunStarting( testInfo );
9882 std::string stylesheetRef = getStylesheetRef();
9883 if( !stylesheetRef.empty() )
9884 m_xml.writeStylesheetRef( stylesheetRef );
9885 m_xml.startElement( "Catch" );
9886 if( !m_config->name().empty() )
9887 m_xml.writeAttribute( "name", m_config->name() );
9888 }
9889
9890 virtual void testGroupStarting( GroupInfo const& groupInfo ) CATCH_OVERRIDE {
9891 StreamingReporterBase::testGroupStarting( groupInfo );

Callers

nothing calls this directly

Calls 2

emptyMethod · 0.80
writeStylesheetRefMethod · 0.80

Tested by

no test coverage detected