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

Method lazyPrintWithoutClosingBenchmarkTable

unittests/catch.hpp:12002–12013  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12000}
12001
12002void ConsoleReporter::lazyPrintWithoutClosingBenchmarkTable() {
12003
12004 if (!currentTestRunInfo.used)
12005 lazyPrintRunInfo();
12006 if (!currentGroupInfo.used)
12007 lazyPrintGroupInfo();
12008
12009 if (!m_headerPrinted) {
12010 printTestCaseAndSectionHeader();
12011 m_headerPrinted = true;
12012 }
12013}
12014void ConsoleReporter::lazyPrintRunInfo() {
12015 stream << '\n' << getLineOfChars<'~'>() << '\n';
12016 Colour colour(Colour::SecondaryText);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected