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

Method warnAboutMissingAssertions

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

Source from the content-addressed store, hash-verified

6531 return m_data.showSuccessfulTests;
6532}
6533bool Config::warnAboutMissingAssertions() const {
6534 return !!(m_data.warnings & WarnAbout::NoAssertions);
6535}
6536bool Config::warnAboutNoTests() const {
6537 return !!(m_data.warnings & WarnAbout::NoTests);
6538}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected