MCPcopy Create free account
hub / github.com/catchorg/Catch2 / sectionStarting

Method sectionStarting

extras/catch_amalgamated.cpp:9848–9852  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9846}
9847
9848void ConsoleReporter::sectionStarting(SectionInfo const& _sectionInfo) {
9849 m_tablePrinter->close();
9850 m_headerPrinted = false;
9851 StreamingReporterBase::sectionStarting(_sectionInfo);
9852}
9853void ConsoleReporter::sectionEnded(SectionStats const& _sectionStats) {
9854 m_tablePrinter->close();
9855 if (_sectionStats.missingAssertions) {

Callers 2

sectionStartedMethod · 0.45
runCurrentTestMethod · 0.45

Calls 13

SectionInfoClass · 0.70
CountsClass · 0.70
BySectionInfoClass · 0.70
writeSourceInfoFunction · 0.70
trimFunction · 0.70
StringRefClass · 0.70
closeMethod · 0.45
emptyMethod · 0.45
getMethod · 0.45
beginMethod · 0.45
endMethod · 0.45
writeMethod · 0.45

Tested by

no test coverage detected