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

Method printSummaryDivider

unittests/catch.hpp:12172–12174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12170 stream << '\n';
12171}
12172void ConsoleReporter::printSummaryDivider() {
12173 stream << getLineOfChars<'-'>() << '\n';
12174}
12175
12176CATCH_REGISTER_REPORTER("console", ConsoleReporter)
12177

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected