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

Method showDurations

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

Source from the content-addressed store, hash-verified

9662 bool Config::warnAboutMissingAssertions() const { return !!(m_data.warnings & WarnAbout::NoAssertions); }
9663 bool Config::warnAboutNoTests() const { return !!(m_data.warnings & WarnAbout::NoTests); }
9664 ShowDurations::OrNot Config::showDurations() const { return m_data.showDurations; }
9665 RunTests::InWhatOrder Config::runOrder() const { return m_data.runOrder; }
9666 unsigned int Config::rngSeed() const { return m_data.rngSeed; }
9667 UseColour::YesOrNo Config::useColour() const { return m_data.useColour; }

Callers 4

sectionEndedMethod · 0.80
writeGroupMethod · 0.80
testCaseStartingMethod · 0.80
testCaseEndedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected