Searched defs:BOOST_CHECK_THROW (Results 1 – 5 of 5) sorted by relevance
/third_party/boost/libs/program_options/test/ |
D | minitest.hpp | 12 #define BOOST_CHECK_THROW(expression, exception) \ macro
|
/third_party/boost/libs/regex/test/ |
D | test_macros.hpp | 219 #define BOOST_CHECK_THROW(x, E) BOOST_MT_CHECK_THROW_IMP(x, E, error_on_fail) macro
|
/third_party/boost/libs/multiprecision/test/ |
D | test.hpp | 344 #define BOOST_CHECK_THROW(x, E) BOOST_MT_CHECK_THROW_IMP(x, E, error_on_fail) macro
|
/third_party/boost/boost/test/tools/old/ |
D | interface.hpp | 119 #define BOOST_CHECK_THROW( S, E ) BOOST_CHECK_THROW_IMPL( S, E, true, "", CHECK ) macro
|
/third_party/boost/boost/test/tools/ |
D | interface.hpp | 217 #define BOOST_CHECK_THROW( S, E ) \ macro
|