MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / warnAboutNoTests

Method warnAboutNoTests

Bcore/src/main/cpp/Dobby/tests/catch.hpp:6536–6538  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6534 return !!(m_data.warnings & WarnAbout::NoAssertions);
6535}
6536bool Config::warnAboutNoTests() const {
6537 return !!(m_data.warnings & WarnAbout::NoTests);
6538}
6539ShowDurations::OrNot Config::showDurations() const {
6540 return m_data.showDurations;
6541}

Callers 1

runTestsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected