MCPcopy Create free account
hub / github.com/RenderKit/embree / testCaseEnded

Method testCaseEnded

tutorials/external/catch.hpp:13780–13784  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13778}
13779
13780void ConsoleReporter::testCaseEnded(TestCaseStats const& _testCaseStats) {
13781 m_tablePrinter->close();
13782 StreamingReporterBase::testCaseEnded(_testCaseStats);
13783 m_headerPrinted = false;
13784}
13785void ConsoleReporter::testGroupEnded(TestGroupStats const& _testGroupStats) {
13786 if (currentGroupInfo.used) {
13787 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