37#include <boost/test/tools/floating_point_comparison.hpp>
38#include <boost/test/unit_test.hpp>
100 static const unsigned int Value = 10;
110 BOOST_CHECK(p1.
x() == 0.0);
111 BOOST_CHECK(p1.
y() == 0.0);
112 BOOST_CHECK(p1.
z() == 0.0);
115 BOOST_CHECK(p1 == p3);
130 BOOST_CHECK(p1 == p3);
boost::call_traits< DataType >::const_reference x() const
boost::call_traits< DataType >::const_reference z() const
boost::call_traits< DataType >::const_reference y() const
PointTestClass(const PointTestClass &)=default
PointTestClass operator=(const PointTestClass &rhs)
TestPoint(const TestPoint &rhs)
bool operator!=(const PointTestClass &lhs, const PointTestClass &rhs)
std::vector< double > p(NPUPPER)
bool operator==(const PointTestClass &lhs, const PointTestClass &rhs)
BOOST_AUTO_TEST_CASE(TestGaussInt)
static const unsigned int Value