Home
last modified time | relevance | path

Searched defs:BOOST_CHECK_MESSAGE (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/libs/serialization/test/
Dtest_unregistered.cpp92 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
Dtest_tools.hpp165 #define BOOST_CHECK_MESSAGE( P, M ) \ macro
/third_party/boost/libs/gil/test/core/
Dpromote_integral.cpp129 #define BOOST_CHECK_MESSAGE(expr, msg) BOOST_TEST(expr) macro
/third_party/boost/libs/type_traits/test/
Dtest.hpp68 #define BOOST_CHECK_MESSAGE(pred, message)\ macro
/third_party/boost/boost/test/tools/old/
Dinterface.hpp90 #define BOOST_CHECK_MESSAGE( P, M ) BOOST_TEST_TOOL_IMPL( 2, (P), M, CHECK, CHECK_MSG, _ ) macro
/third_party/boost/boost/test/tools/
Dinterface.hpp267 #define BOOST_CHECK_MESSAGE( P, M ) BOOST_TEST_TOOL_DIRECT_IMPL( P, CHECK, M ) macro