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

Method testCaseEnded

test/expected/catch.hpp:16253–16257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16251#endif // CATCH_CONFIG_ENABLE_BENCHMARKING
16252
16253void ConsoleReporter::testCaseEnded(TestCaseStats const& _testCaseStats) {
16254 m_tablePrinter->close();
16255 StreamingReporterBase::testCaseEnded(_testCaseStats);
16256 m_headerPrinted = false;
16257}
16258void ConsoleReporter::testGroupEnded(TestGroupStats const& _testGroupStats) {
16259 if (currentGroupInfo.used) {
16260 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