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

Method runOrder

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

Source from the content-addressed store, hash-verified

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; }
9668 bool Config::shouldDebugBreak() const { return m_data.shouldDebugBreak; }

Callers 2

sortTestsFunction · 0.80
catch.hppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected