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

Method sectionStarting

tutorials/external/catch.hpp:13733–13736  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13731}
13732
13733void ConsoleReporter::sectionStarting(SectionInfo const& _sectionInfo) {
13734 m_headerPrinted = false;
13735 StreamingReporterBase::sectionStarting(_sectionInfo);
13736}
13737void ConsoleReporter::sectionEnded(SectionStats const& _sectionStats) {
13738 m_tablePrinter->close();
13739 if (_sectionStats.missingAssertions) {

Callers 2

sectionStartedMethod · 0.45
runCurrentTestMethod · 0.45

Calls 2

trimFunction · 0.85
ensureTagClosedMethod · 0.80

Tested by

no test coverage detected