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

Method runOrder

unittests/catch.hpp:6755–6755  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6753 bool Config::warnAboutNoTests() const { return !!(m_data.warnings & WarnAbout::NoTests); }
6754 ShowDurations::OrNot Config::showDurations() const { return m_data.showDurations; }
6755 RunTests::InWhatOrder Config::runOrder() const { return m_data.runOrder; }
6756 unsigned int Config::rngSeed() const { return m_data.rngSeed; }
6757 int Config::benchmarkResolutionMultiple() const { return m_data.benchmarkResolutionMultiple; }
6758 UseColour::YesOrNo Config::useColour() const { return m_data.useColour; }

Callers 2

sortTestsFunction · 0.80
catch.hppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected