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

Method lazyPrintRunInfo

unittests/catch.hpp:12014–12025  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12012 }
12013}
12014void ConsoleReporter::lazyPrintRunInfo() {
12015 stream << '\n' << getLineOfChars<'~'>() << '\n';
12016 Colour colour(Colour::SecondaryText);
12017 stream << currentTestRunInfo->name
12018 << " is a Catch v" << libraryVersion() << " host application.\n"
12019 << "Run with -? for options\n\n";
12020
12021 if (m_config->rngSeed() != 0)
12022 stream << "Randomness seeded to: " << m_config->rngSeed() << "\n\n";
12023
12024 currentTestRunInfo.used = true;
12025}
12026void ConsoleReporter::lazyPrintGroupInfo() {
12027 if (!currentGroupInfo->name.empty() && currentGroupInfo->groupsCounts > 1) {
12028 printClosedHeader("Group: " + currentGroupInfo->name);

Callers

nothing calls this directly

Calls 1

rngSeedMethod · 0.80

Tested by

no test coverage detected