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

Method lazyPrintWithoutClosingBenchmarkTable

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

Source from the content-addressed store, hash-verified

16264}
16265
16266void ConsoleReporter::lazyPrintWithoutClosingBenchmarkTable() {
16267
16268 if (!currentTestRunInfo.used)
16269 lazyPrintRunInfo();
16270 if (!currentGroupInfo.used)
16271 lazyPrintGroupInfo();
16272
16273 if (!m_headerPrinted) {
16274 printTestCaseAndSectionHeader();
16275 m_headerPrinted = true;
16276 }
16277}
16278void ConsoleReporter::lazyPrintRunInfo() {
16279 stream << '\n' << getLineOfChars<'~'>() << '\n';
16280 Colour colour(Colour::SecondaryText);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected