MCPcopy Create free account
hub / github.com/RenderKit/embree / warnAboutNoTests

Method warnAboutNoTests

tutorials/external/catch.hpp:8080–8080  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8078 bool Config::includeSuccessfulResults() const { return m_data.showSuccessfulTests; }
8079 bool Config::warnAboutMissingAssertions() const { return !!(m_data.warnings & WarnAbout::NoAssertions); }
8080 bool Config::warnAboutNoTests() const { return !!(m_data.warnings & WarnAbout::NoTests); }
8081 ShowDurations::OrNot Config::showDurations() const { return m_data.showDurations; }
8082 RunTests::InWhatOrder Config::runOrder() const { return m_data.runOrder; }
8083 unsigned int Config::rngSeed() const { return m_data.rngSeed; }

Callers 1

runTestsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected