PathFactoryTest.cpp
Go to the documentation of this file.
1 #define BOOST_TEST_MODULE ArmarX::RobotTrajectoryDesigner::PathFactory
2 #define ARMARX_BOOST_TEST
3 
4 #include "../../../../../build/testing/RobotTrajectoryDesigner/Test.h"
5 #include "../DesignerTrajectoryCalculator.h"
6 using namespace armarx;
7 
9 {
10 
11 }
12 /*
13 //Check incorrect nodes parameters
14 BOOST_AUTO_TEST_CASE(NodesTest)
15 {
16  //BOOST_CHECK_THROW(dt1.getTrajectorySegment(2), IndexOutOfBoundsException);
17 }
18 //Check if the correct path is returned
19 BOOST_AUTO_TEST_CASE(CorrectPathTest)
20 {
21  //BOOST_CHECK_EQUAL(traj5->getDimensionData(0), traj4->getDimensionData(0));
22 }*/
23 
24 
cxxopts::empty
bool empty(const std::string &s)
Definition: cxxopts.hpp:255
BOOST_AUTO_TEST_CASE
BOOST_AUTO_TEST_CASE(empty)
Definition: PathFactoryTest.cpp:8
armarx
This file offers overloads of toIce() and fromIce() functions for STL container types.
Definition: ArmarXTimeserver.cpp:28