MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / minDuration

Method minDuration

extern/Catch2/catch.hpp:10004–10004  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

shouldShowDurationFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected