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

Method sectionStarting

tests/catch.hpp:13446–13449  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13444}
13445
13446void ConsoleReporter::sectionStarting(SectionInfo const& _sectionInfo) {
13447 m_headerPrinted = false;
13448 StreamingReporterBase::sectionStarting(_sectionInfo);
13449}
13450void ConsoleReporter::sectionEnded(SectionStats const& _sectionStats) {
13451 m_tablePrinter->close();
13452 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