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

Method name

unittests/catch.hpp:6750–6750  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6748 bool Config::allowThrows() const { return !m_data.noThrow; }
6749 std::ostream& Config::stream() const { return m_stream->stream(); }
6750 std::string Config::name() const { return m_data.name.empty() ? m_data.processName : m_data.name; }
6751 bool Config::includeSuccessfulResults() const { return m_data.showSuccessfulTests; }
6752 bool Config::warnAboutMissingAssertions() const { return !!(m_data.warnings & WarnAbout::NoAssertions); }
6753 bool Config::warnAboutNoTests() const { return !!(m_data.warnings & WarnAbout::NoTests); }

Callers 8

mainFunction · 0.45
writeToStreamMethod · 0.45
RunContextMethod · 0.45
runTestsFunction · 0.45
writeTestCaseMethod · 0.45
testRunStartingMethod · 0.45
compiled_tests.cppFile · 0.45
test_type_conversionFunction · 0.45

Calls 1

emptyMethod · 0.45

Tested by 1

test_type_conversionFunction · 0.36