MCPcopy Create free account
hub / github.com/WarmUpTill/SceneSwitcher / sectionStarting

Method sectionStarting

tests/catch.hpp:19111–19116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19109}
19110
19111void ConsoleReporter::sectionStarting(SectionInfo const &_sectionInfo)
19112{
19113 m_tablePrinter->close();
19114 m_headerPrinted = false;
19115 StreamingReporterBase::sectionStarting(_sectionInfo);
19116}
19117void ConsoleReporter::sectionEnded(SectionStats const &_sectionStats)
19118{
19119 m_tablePrinter->close();

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