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

Method sectionStarting

test/expected/catch.hpp:16180–16184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16178}
16179
16180void ConsoleReporter::sectionStarting(SectionInfo const& _sectionInfo) {
16181 m_tablePrinter->close();
16182 m_headerPrinted = false;
16183 StreamingReporterBase::sectionStarting(_sectionInfo);
16184}
16185void ConsoleReporter::sectionEnded(SectionStats const& _sectionStats) {
16186 m_tablePrinter->close();
16187 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