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

Method includeSuccessfulResults

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

Source from the content-addressed store, hash-verified

6528 return m_data.name.empty() ? m_data.processName : m_data.name;
6529}
6530bool Config::includeSuccessfulResults() const {
6531 return m_data.showSuccessfulTests;
6532}
6533bool Config::warnAboutMissingAssertions() const {
6534 return !!(m_data.warnings & WarnAbout::NoAssertions);
6535}

Callers 2

RunContextMethod · 0.80
assertionEndedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected