MCPcopy Create free account
hub / github.com/RenderKit/oidn / sectionStarting

Method sectionStarting

external/catch.hpp:16490–16494  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16488}
16489
16490void ConsoleReporter::sectionStarting(SectionInfo const& _sectionInfo) {
16491 m_tablePrinter->close();
16492 m_headerPrinted = false;
16493 StreamingReporterBase::sectionStarting(_sectionInfo);
16494}
16495void ConsoleReporter::sectionEnded(SectionStats const& _sectionStats) {
16496 m_tablePrinter->close();
16497 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