10 #include <boost/test/test_case_template.hpp>
11 #include <adobe/implementation/swap.hpp>
28 BOOST_CHECK(x != T());
30 BOOST_CHECK_MESSAGE(x == y,
"copy-ctor");
32 BOOST_CHECK_MESSAGE(z != x,
"default-ctor");
34 BOOST_CHECK_MESSAGE(x == z,
"assignment");
37 BOOST_CHECK(x == w && x != y && y == T());