MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / testRunStarting

Method testRunStarting

unittests/catch.hpp:12245–12248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12243 void JunitReporter::noMatchingTestCases( std::string const& /*spec*/ ) {}
12244
12245 void JunitReporter::testRunStarting( TestRunInfo const& runInfo ) {
12246 CumulativeReporterBase::testRunStarting( runInfo );
12247 xml.startElement( "testsuites" );
12248 }
12249
12250 void JunitReporter::testGroupStarting( GroupInfo const& groupInfo ) {
12251 suiteTimer.start();

Callers 1

RunContextMethod · 0.45

Calls 3

writeStylesheetRefMethod · 0.80
emptyMethod · 0.45
nameMethod · 0.45

Tested by

no test coverage detected