Searched defs:BOOST_CHECK_MESSAGE (Results 1 – 6 of 6) sorted by relevance
/third_party/boost/libs/serialization/test/ |
D | test_unregistered.cpp | 92 BOOST_CHECK_MESSAGE(except, "lack of registration not detected !"); in save_unregistered1() local 147 BOOST_CHECK_MESSAGE(! except, "registration not detected !"); in save_unregistered2() local 177 BOOST_CHECK_MESSAGE(! except, "registration not detected !"); in load_unregistered2() local 290 BOOST_CHECK_MESSAGE(except, "lack of registration not detected !"); in load_unregistered_pointer() local
|
D | test_tools.hpp | 165 #define BOOST_CHECK_MESSAGE( P, M ) \ macro
|
/third_party/boost/libs/gil/test/core/ |
D | promote_integral.cpp | 129 #define BOOST_CHECK_MESSAGE(expr, msg) BOOST_TEST(expr) macro
|
/third_party/boost/libs/type_traits/test/ |
D | test.hpp | 68 #define BOOST_CHECK_MESSAGE(pred, message)\ macro
|
/third_party/boost/boost/test/tools/old/ |
D | interface.hpp | 90 #define BOOST_CHECK_MESSAGE( P, M ) BOOST_TEST_TOOL_IMPL( 2, (P), M, CHECK, CHECK_MSG, _ ) macro
|
/third_party/boost/boost/test/tools/ |
D | interface.hpp | 267 #define BOOST_CHECK_MESSAGE( P, M ) BOOST_TEST_TOOL_DIRECT_IMPL( P, CHECK, M ) macro
|