![]() |
Project
|
#include <boost/test/unit_test.hpp>
#include <boost/test/data/test_case.hpp>
#include "../include/MCHContour/Vertex.h"
Go to the source code of this file.
Macros | |
#define | BOOST_TEST_MODULE Test MCHContour Vertex |
#define | BOOST_TEST_MAIN |
#define | BOOST_TEST_DYN_LINK |
Functions | |
BOOST_AUTO_TEST_CASE (Vertical) | |
BOOST_AUTO_TEST_CASE (Horizontal) | |
BOOST_AUTO_TEST_CASE (Equality) | |
BOOST_AUTO_TEST_CASE (DistancePointToSegmentWhereBasePointIsWithinSegment) | |
BOOST_AUTO_TEST_CASE (DistancePointToSegmentWhereBasePointIsLeftOfSegment) | |
BOOST_AUTO_TEST_CASE (DistancePointToSegmentWhereBasePointIsRightOfSegment) | |
#define BOOST_TEST_DYN_LINK |
Definition at line 17 of file Vertex.cxx.
#define BOOST_TEST_MAIN |
Definition at line 16 of file Vertex.cxx.
Definition at line 15 of file Vertex.cxx.
BOOST_AUTO_TEST_CASE | ( | DistancePointToSegmentWhereBasePointIsLeftOfSegment | ) |
Definition at line 61 of file Vertex.cxx.
BOOST_AUTO_TEST_CASE | ( | DistancePointToSegmentWhereBasePointIsRightOfSegment | ) |
Definition at line 70 of file Vertex.cxx.
BOOST_AUTO_TEST_CASE | ( | DistancePointToSegmentWhereBasePointIsWithinSegment | ) |
Definition at line 53 of file Vertex.cxx.
BOOST_AUTO_TEST_CASE | ( | Equality | ) |
Definition at line 46 of file Vertex.cxx.
BOOST_AUTO_TEST_CASE | ( | Horizontal | ) |
Definition at line 37 of file Vertex.cxx.
BOOST_AUTO_TEST_CASE | ( | Vertical | ) |
Definition at line 28 of file Vertex.cxx.