9 #include <boost/test/data/test_case.hpp>
10 #include <boost/test/tools/output_test_stream.hpp>
11 #include <boost/test/unit_test.hpp>
19 BOOST_AUTO_TEST_SUITE(Surfaces)
38 BOOST_CHECK(infiniteBoundsObject.
inside(anyVector, anyBoundaryCheck));
41 BOOST_TEST_MESSAGE(
"Perhaps the following should be inf?");
45 boost::test_tools::output_test_stream dumpOuput;
46 infiniteBoundsObject.
toStream(dumpOuput);
48 dumpOuput.is_equal(
"Acts::InfiniteBounds ... boundless surface\n"));
51 BOOST_AUTO_TEST_SUITE_END()