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

Method testCaseEnded

tests/catch.hpp:13493–13497  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13491}
13492
13493void ConsoleReporter::testCaseEnded(TestCaseStats const& _testCaseStats) {
13494 m_tablePrinter->close();
13495 StreamingReporterBase::testCaseEnded(_testCaseStats);
13496 m_headerPrinted = false;
13497}
13498void ConsoleReporter::testGroupEnded(TestGroupStats const& _testGroupStats) {
13499 if (currentGroupInfo.used) {
13500 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