MCPcopy Create free account
hub / github.com/apache/trafficserver / testCaseEnded

Method testCaseEnded

lib/catch2/catch.hpp:16575–16579  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16573#endif // CATCH_CONFIG_ENABLE_BENCHMARKING
16574
16575void ConsoleReporter::testCaseEnded(TestCaseStats const& _testCaseStats) {
16576 m_tablePrinter->close();
16577 StreamingReporterBase::testCaseEnded(_testCaseStats);
16578 m_headerPrinted = false;
16579}
16580void ConsoleReporter::testGroupEnded(TestGroupStats const& _testGroupStats) {
16581 if (currentGroupInfo.used) {
16582 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