MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / name

Method name

extlibs/catch/include/catch/catch.hpp:9660–9660  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9658 bool Config::allowThrows() const { return !m_data.noThrow; }
9659 std::ostream& Config::stream() const { return m_stream->stream(); }
9660 std::string Config::name() const { return m_data.name.empty() ? m_data.processName : m_data.name; }
9661 bool Config::includeSuccessfulResults() const { return m_data.showSuccessfulTests; }
9662 bool Config::warnAboutMissingAssertions() const { return !!(m_data.warnings & WarnAbout::NoAssertions); }
9663 bool Config::warnAboutNoTests() const { return !!(m_data.warnings & WarnAbout::NoTests); }

Callers 13

writeToStreamMethod · 0.45
RunContextMethod · 0.45
executeMethod · 0.45
ExcludedPatternMethod · 0.45
matchesByFilterMethod · 0.45
writeTestCaseMethod · 0.45
testRunStartingMethod · 0.45
set_default_loggerMethod · 0.45
dropMethod · 0.45
register_logger_Method · 0.45
node.hppFile · 0.45
exceptionMethod · 0.45

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected