MCPcopy Create free account
hub / github.com/catchorg/Catch2 / testRunStarting

Method testRunStarting

extras/catch_amalgamated.cpp:9384–9393  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9382 }
9383
9384 void CompactReporter::testRunStarting( TestRunInfo const& ) {
9385 if ( m_config->testSpec().hasFilters() ) {
9386 m_stream << m_colour->guardColour( Colour::BrightYellow )
9387 << "Filters: "
9388 << m_config->testSpec()
9389 << '\n';
9390 }
9391 m_stream << "RNG seed: " << getSeed() << '\n'
9392 << std::flush;
9393 }
9394
9395 void CompactReporter::assertionEnded( AssertionStats const& _assertionStats ) {
9396 AssertionResult const& result = _assertionStats.assertionResult;

Callers 1

RunContextMethod · 0.45

Calls 12

getSeedFunction · 0.70
createMetadataStringFunction · 0.70
escapeFunction · 0.70
hasFiltersMethod · 0.45
testSpecMethod · 0.45
guardColourMethod · 0.45
startMethod · 0.45
clearMethod · 0.45
rngSeedMethod · 0.45
emptyMethod · 0.45
writeStylesheetRefMethod · 0.45
nameMethod · 0.45

Tested by

no test coverage detected