MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / includeSuccessfulResults

Method includeSuccessfulResults

extern/Catch2/catch.hpp:10000–10000  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9998 std::ostream& Config::stream() const { return m_stream->stream(); }
9999 std::string Config::name() const { return m_data.name.empty() ? m_data.processName : m_data.name; }
10000 bool Config::includeSuccessfulResults() const { return m_data.showSuccessfulTests; }
10001 bool Config::warnAboutMissingAssertions() const { return !!(m_data.warnings & WarnAbout::NoAssertions); }
10002 bool Config::warnAboutNoTests() const { return !!(m_data.warnings & WarnAbout::NoTests); }
10003 ShowDurations::OrNot Config::showDurations() const { return m_data.showDurations; }

Callers 2

RunContextMethod · 0.80
assertionEndedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected