Home
last modified time | relevance | path

Searched refs:allowThrows (Results 1 – 10 of 10) sorted by relevance

/external/catch2/include/internal/
Dcatch_capture.hpp90 if( catchAssertionHandler.allowThrows() ) \
107 if( catchAssertionHandler.allowThrows() ) \
151 if( catchAssertionHandler.allowThrows() ) \
Dcatch_assertionhandler.cpp71 auto AssertionHandler::allowThrows() const -> bool { in allowThrows() function in Catch::AssertionHandler
72 return getCurrentContext().getConfig()->allowThrows(); in allowThrows()
Dcatch_interfaces_config.h60 virtual bool allowThrows() const = 0;
Dcatch_assertionhandler.h81 auto allowThrows() const -> bool;
Dcatch_capture_matchers.h71 if( catchAssertionHandler.allowThrows() ) \
Dcatch_config.hpp94 bool allowThrows() const override;
Dcatch_config.cpp51 bool Config::allowThrows() const { return !m_data.noThrow; } in allowThrows() function in Catch::Config
Dcatch_test_case_registry_impl.cpp40 return testSpec.matches( testCase ) && ( config.allowThrows() || !testCase.throws() ); in matchTest()
/external/catch2/single_include/catch2/
Dcatch.hpp2209 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::AssertionHandler
6306 return getCurrentContext().getConfig()->allowThrows(); in allowThrows()
8056 bool Config::allowThrows() const { return !m_data.noThrow; } in allowThrows() function in Catch::Config
[all …]
/external/bcc/tests/cc/
Dcatch.hpp1260 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::Config
6441 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