7 #include <boost/test/unit_test.hpp>
8 #include <boost/utility/binary.hpp>
20 BOOST_AUTO_TEST_SUITE(BOOST_TEST_MODULE)
34 expected_msg =
"wrong argument size: expected 2, got 3\n"
35 "hint: v.size() is different from size\n";
36 BOOST_CHECK_EXCEPTION(
38 expected_msg =
"wrong argument size: expected 2, got 3\n"
39 "hint: custom message with stream\n";
40 BOOST_CHECK_EXCEPTION(
44 BOOST_AUTO_TEST_SUITE_END()