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

Method sectionStarting

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

Source from the content-addressed store, hash-verified

16160}
16161
16162void ConsoleReporter::sectionStarting(SectionInfo const& _sectionInfo) {
16163 m_tablePrinter->close();
16164 m_headerPrinted = false;
16165 StreamingReporterBase::sectionStarting(_sectionInfo);
16166}
16167void ConsoleReporter::sectionEnded(SectionStats const& _sectionStats) {
16168 m_tablePrinter->close();
16169 if (_sectionStats.missingAssertions) {

Callers 2

sectionStartedMethod · 0.45
runCurrentTestMethod · 0.45

Calls 3

trimFunction · 0.85
ensureTagClosedMethod · 0.80
closeMethod · 0.45

Tested by

no test coverage detected