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

Method sectionStarting

extlibs/catch/include/catch/catch.hpp:15668–15672  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15666}
15667
15668void ConsoleReporter::sectionStarting(SectionInfo const& _sectionInfo) {
15669 m_tablePrinter->close();
15670 m_headerPrinted = false;
15671 StreamingReporterBase::sectionStarting(_sectionInfo);
15672}
15673void ConsoleReporter::sectionEnded(SectionStats const& _sectionStats) {
15674 m_tablePrinter->close();
15675 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