37#include <boost/test/tools/floating_point_comparison.hpp>
38#include <boost/test/unit_test.hpp>
102 static const unsigned int Value = 10;
112 BOOST_CHECK(p1.
x() == 0.0);
113 BOOST_CHECK(p1.
y() == 0.0);
114 BOOST_CHECK(p1.
z() == 0.0);
117 BOOST_CHECK(p1 == p3);
132 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)
The above copyright notice and this permission notice shall be included.
static const unsigned int Value