|
|
#include "../InterpolationSegmentFactory.h"#include <boost/test/unit_test.hpp>#include <RobotAPI/libraries/core/Pose.h>#include <RobotComponents/Test.h>#include "../../Interpolation/LinearInterpolation.h"#include "../../Util/OrientationConversion.h"#include "../InterpolationType.h"#include "../exceptions/InterpolationNotDefinedException.h"#include "../exceptions/NoInterpolationPossibleException.h"
Include dependency graph for InterpolationSegmentFactoryTest.cpp:Go to the source code of this file.
Macros | |
| #define | ARMARX_BOOST_TEST |
| #define | BOOST_TEST_MODULE ArmarX::RobotTrajectoryDesigner::InterpolationSegmentFactory |
Functions | |
| BOOST_AUTO_TEST_CASE (advancedDominanceTest) | |
| BOOST_AUTO_TEST_CASE (basicDominanceTest) | |
| BOOST_AUTO_TEST_CASE (basicTest) | |
| BOOST_AUTO_TEST_CASE (reverseOrderDominanceTest) | |
| BOOST_AUTO_TEST_CASE (wrongSplineTest) | |
| bool | is_critical (exceptions::local::NoInterpolationPossibleException const &ex) |
| bool | is_critical2 (exceptions::local::InterpolationNotDefinedException const &ex) |
| #define ARMARX_BOOST_TEST |
Definition at line 2 of file InterpolationSegmentFactoryTest.cpp.
| #define BOOST_TEST_MODULE ArmarX::RobotTrajectoryDesigner::InterpolationSegmentFactory |
Definition at line 1 of file InterpolationSegmentFactoryTest.cpp.
| BOOST_AUTO_TEST_CASE | ( | advancedDominanceTest | ) |
Definition at line 301 of file InterpolationSegmentFactoryTest.cpp.
Here is the call graph for this function:| BOOST_AUTO_TEST_CASE | ( | basicDominanceTest | ) |
Definition at line 263 of file InterpolationSegmentFactoryTest.cpp.
Here is the call graph for this function:| BOOST_AUTO_TEST_CASE | ( | basicTest | ) |
Definition at line 20 of file InterpolationSegmentFactoryTest.cpp.
Here is the call graph for this function:| BOOST_AUTO_TEST_CASE | ( | reverseOrderDominanceTest | ) |
Definition at line 342 of file InterpolationSegmentFactoryTest.cpp.
Here is the call graph for this function:| BOOST_AUTO_TEST_CASE | ( | wrongSplineTest | ) |
Definition at line 177 of file InterpolationSegmentFactoryTest.cpp.
Here is the call graph for this function:| bool is_critical | ( | exceptions::local::NoInterpolationPossibleException const & | ex | ) |
Definition at line 166 of file InterpolationSegmentFactoryTest.cpp.
| bool is_critical2 | ( | exceptions::local::InterpolationNotDefinedException const & | ex | ) |
Definition at line 172 of file InterpolationSegmentFactoryTest.cpp.