MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / name

Method name

tests/catch.hpp:7861–7861  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7859 bool Config::allowThrows() const { return !m_data.noThrow; }
7860 std::ostream& Config::stream() const { return m_stream->stream(); }
7861 std::string Config::name() const { return m_data.name.empty() ? m_data.processName : m_data.name; }
7862 bool Config::includeSuccessfulResults() const { return m_data.showSuccessfulTests; }
7863 bool Config::warnAboutMissingAssertions() const { return !!(m_data.warnings & WarnAbout::NoAssertions); }
7864 bool Config::warnAboutNoTests() const { return !!(m_data.warnings & WarnAbout::NoTests); }

Callers 5

writeToStreamMethod · 0.45
RunContextMethod · 0.45
runTestsFunction · 0.45
writeTestCaseMethod · 0.45
testRunStartingMethod · 0.45

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected