MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / testCaseEnded

Method testCaseEnded

extern/Catch2/catch.hpp:16577–16581  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16575#endif // CATCH_CONFIG_ENABLE_BENCHMARKING
16576
16577void ConsoleReporter::testCaseEnded(TestCaseStats const& _testCaseStats) {
16578 m_tablePrinter->close();
16579 StreamingReporterBase::testCaseEnded(_testCaseStats);
16580 m_headerPrinted = false;
16581}
16582void ConsoleReporter::testGroupEnded(TestGroupStats const& _testGroupStats) {
16583 if (currentGroupInfo.used) {
16584 printSummaryDivider();

Callers 2

runTestMethod · 0.45

Calls 7

trimFunction · 0.85
scopedElementMethod · 0.80
allOkMethod · 0.80
showDurationsMethod · 0.80
getElapsedSecondsMethod · 0.80
closeMethod · 0.45
emptyMethod · 0.45

Tested by

no test coverage detected