MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / testRunStarting

Method testRunStarting

tests/catch.hpp:13764–13774  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13762 void JunitReporter::noMatchingTestCases( std::string const& /*spec*/ ) {}
13763
13764 void JunitReporter::testRunStarting( TestRunInfo const& runInfo ) {
13765 CumulativeReporterBase::testRunStarting( runInfo );
13766 xml.startElement( "testsuites" );
13767 if( m_config->rngSeed() != 0 ) {
13768 xml.startElement( "properties" );
13769 xml.scopedElement( "property" )
13770 .writeAttribute( "name", "random-seed" )
13771 .writeAttribute( "value", m_config->rngSeed() );
13772 xml.endElement();
13773 }
13774 }
13775
13776 void JunitReporter::testGroupStarting( GroupInfo const& groupInfo ) {
13777 suiteTimer.start();

Callers 1

RunContextMethod · 0.45

Calls 5

rngSeedMethod · 0.80
scopedElementMethod · 0.80
writeStylesheetRefMethod · 0.80
emptyMethod · 0.45
nameMethod · 0.45

Tested by

no test coverage detected