MCPcopy Create free account
hub / github.com/apache/trafficserver / sectionStarting

Method sectionStarting

lib/catch2/catch.hpp:16501–16505  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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