Searched defs:allowThrows (Results 1 – 1 of 1) sorted by relevance
3575 virtual bool allowThrows() const { return !m_data.noThrow; } in allowThrows() function in Catch::Config8251 … bool ResultBuilder::allowThrows() const { return getCurrentContext().getConfig()->allowThrows(); } in allowThrows() function in Catch::ResultBuilder