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

Method showDurations

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

Source from the content-addressed store, hash-verified

10003 bool Config::warnAboutMissingAssertions() const { return !!(m_data.warnings & WarnAbout::NoAssertions); }
10004 bool Config::warnAboutNoTests() const { return !!(m_data.warnings & WarnAbout::NoTests); }
10005 ShowDurations::OrNot Config::showDurations() const { return m_data.showDurations; }
10006 double Config::minDuration() const { return m_data.minDuration; }
10007 RunTests::InWhatOrder Config::runOrder() const { return m_data.runOrder; }
10008 unsigned int Config::rngSeed() const { return m_data.rngSeed; }

Callers 5

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

Calls

no outgoing calls

Tested by

no test coverage detected