MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / sectionStarting

Method sectionStarting

extern/Catch2/catch.hpp:16503–16507  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16501}
16502
16503void ConsoleReporter::sectionStarting(SectionInfo const& _sectionInfo) {
16504 m_tablePrinter->close();
16505 m_headerPrinted = false;
16506 StreamingReporterBase::sectionStarting(_sectionInfo);
16507}
16508void ConsoleReporter::sectionEnded(SectionStats const& _sectionStats) {
16509 m_tablePrinter->close();
16510 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