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

Method sectionStarting

unittests/catch.hpp:11928–11931  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11926}
11927
11928void ConsoleReporter::sectionStarting(SectionInfo const& _sectionInfo) {
11929 m_headerPrinted = false;
11930 StreamingReporterBase::sectionStarting(_sectionInfo);
11931}
11932void ConsoleReporter::sectionEnded(SectionStats const& _sectionStats) {
11933 m_tablePrinter->close();
11934 if (_sectionStats.missingAssertions) {

Callers 2

sectionStartedMethod · 0.45
runCurrentTestMethod · 0.45

Calls 2

trimFunction · 0.85
ensureTagClosedMethod · 0.80

Tested by

no test coverage detected