MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / sectionStarting

Method sectionStarting

Bcore/src/main/cpp/Dobby/tests/catch.hpp:11829–11832  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11827}
11828
11829void ConsoleReporter::sectionStarting(SectionInfo const &_sectionInfo) {
11830 m_headerPrinted = false;
11831 StreamingReporterBase::sectionStarting(_sectionInfo);
11832}
11833void ConsoleReporter::sectionEnded(SectionStats const &_sectionStats) {
11834 m_tablePrinter->close();
11835 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