Searched refs:allowThrows (Results 1 – 10 of 10) sorted by relevance
90 if( catchAssertionHandler.allowThrows() ) \107 if( catchAssertionHandler.allowThrows() ) \151 if( catchAssertionHandler.allowThrows() ) \
71 auto AssertionHandler::allowThrows() const -> bool { in allowThrows() function in Catch::AssertionHandler72 return getCurrentContext().getConfig()->allowThrows(); in allowThrows()
60 virtual bool allowThrows() const = 0;
81 auto allowThrows() const -> bool;
71 if( catchAssertionHandler.allowThrows() ) \
94 bool allowThrows() const override;
51 bool Config::allowThrows() const { return !m_data.noThrow; } in allowThrows() function in Catch::Config
40 return testSpec.matches( testCase ) && ( config.allowThrows() || !testCase.throws() ); in matchTest()
2209 auto allowThrows() const -> bool;2368 if( catchAssertionHandler.allowThrows() ) \2385 if( catchAssertionHandler.allowThrows() ) \2427 if( catchAssertionHandler.allowThrows() ) \3419 if( catchAssertionHandler.allowThrows() ) \4013 virtual bool allowThrows() const = 0;4720 bool allowThrows() const override;6305 auto AssertionHandler::allowThrows() const -> bool { in allowThrows() function in Catch::AssertionHandler6306 return getCurrentContext().getConfig()->allowThrows(); in allowThrows()8056 bool Config::allowThrows() const { return !m_data.noThrow; } in allowThrows() function in Catch::Config[all …]
1260 bool allowThrows() const;2098 if( __catchResult.allowThrows() ) \2115 if( __catchResult.allowThrows() ) \3387 virtual bool allowThrows() const = 0;3575 virtual bool allowThrows() const { return !m_data.noThrow; } in allowThrows() function in Catch::Config6441 return testSpec.matches( testCase ) && ( config.allowThrows() || !testCase.throws() ); in matchTest()8251 … bool ResultBuilder::allowThrows() const { return getCurrentContext().getConfig()->allowThrows(); } in allowThrows() function in Catch::ResultBuilder