MCPcopy Create free account
hub / github.com/Predelnik/DSpellCheck / sectionStarting

Method sectionStarting

deps/Catch/catch.hpp:16355–16359  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16353}
16354
16355void ConsoleReporter::sectionStarting(SectionInfo const& _sectionInfo) {
16356 m_tablePrinter->close();
16357 m_headerPrinted = false;
16358 StreamingReporterBase::sectionStarting(_sectionInfo);
16359}
16360void ConsoleReporter::sectionEnded(SectionStats const& _sectionStats) {
16361 m_tablePrinter->close();
16362 if (_sectionStats.missingAssertions) {

Callers 2

sectionStartedMethod · 0.45
runCurrentTestMethod · 0.45

Calls 3

ensureTagClosedMethod · 0.80
trimFunction · 0.70
closeMethod · 0.45

Tested by

no test coverage detected