Searched refs:allowThrows (Results 1 – 1 of 1) sorted by relevance
2542 auto allowThrows() const -> bool;2702 if( catchAssertionHandler.allowThrows() ) \2719 if( catchAssertionHandler.allowThrows() ) \2761 if( catchAssertionHandler.allowThrows() ) \3771 if( catchAssertionHandler.allowThrows() ) \4459 virtual bool allowThrows() const = 0;5282 bool allowThrows() const override;8152 auto AssertionHandler::allowThrows() const -> bool { in allowThrows() function in Catch::AssertionHandler8153 return getCurrentContext().getConfig()->allowThrows(); in allowThrows()9906 bool Config::allowThrows() const { return !m_data.noThrow; } in allowThrows() function in Catch::Config[all …]