MCPcopy Create free account
hub / github.com/Profactor/cv-plot / lazyPrintRunInfo

Method lazyPrintRunInfo

CvPlot/ext/catch2/inc/catch.hpp:16278–16289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16276 }
16277}
16278void ConsoleReporter::lazyPrintRunInfo() {
16279 stream << '\n' << getLineOfChars<'~'>() << '\n';
16280 Colour colour(Colour::SecondaryText);
16281 stream << currentTestRunInfo->name
16282 << " is a Catch v" << libraryVersion() << " host application.\n"
16283 << "Run with -? for options\n\n";
16284
16285 if (m_config->rngSeed() != 0)
16286 stream << "Randomness seeded to: " << m_config->rngSeed() << "\n\n";
16287
16288 currentTestRunInfo.used = true;
16289}
16290void ConsoleReporter::lazyPrintGroupInfo() {
16291 if (!currentGroupInfo->name.empty() && currentGroupInfo->groupsCounts > 1) {
16292 printClosedHeader("Group: " + currentGroupInfo->name);

Callers

nothing calls this directly

Calls 1

rngSeedMethod · 0.80

Tested by

no test coverage detected