MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / testCaseEnded

Method testCaseEnded

extlibs/catch/include/catch/catch.hpp:15733–15737  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15731#endif // CATCH_CONFIG_ENABLE_BENCHMARKING
15732
15733void ConsoleReporter::testCaseEnded(TestCaseStats const& _testCaseStats) {
15734 m_tablePrinter->close();
15735 StreamingReporterBase::testCaseEnded(_testCaseStats);
15736 m_headerPrinted = false;
15737}
15738void ConsoleReporter::testGroupEnded(TestGroupStats const& _testGroupStats) {
15739 if (currentGroupInfo.used) {
15740 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