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

Method warnAboutNoTests

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

Source from the content-addressed store, hash-verified

6751 bool Config::includeSuccessfulResults() const { return m_data.showSuccessfulTests; }
6752 bool Config::warnAboutMissingAssertions() const { return !!(m_data.warnings & WarnAbout::NoAssertions); }
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; }

Callers 1

runTestsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected