MCPcopy Create free account
hub / github.com/catchorg/Catch2 / allowThrows

Method allowThrows

extras/catch_amalgamated.cpp:899–899  ·  view source on GitHub ↗

IConfig interface

Source from the content-addressed store, hash-verified

897
898 // IConfig interface
899 bool Config::allowThrows() const { return !m_data.noThrow; }
900 StringRef Config::name() const { return m_data.name.empty() ? m_data.processName : m_data.name; }
901 bool Config::includeSuccessfulResults() const { return m_data.showSuccessfulTests; }
902 bool Config::warnAboutMissingAssertions() const {

Callers 1

isThrowSafeFunction · 0.45

Calls 1

getConfigMethod · 0.45

Tested by

no test coverage detected