DesignerTrajectoryCalculatorTest.cpp
Go to the documentation of this file.
1 #define BOOST_TEST_MODULE ArmarX::RobotTrajectoryDesigner::DesignerTrajectoryCalculator
2 #define ARMARX_BOOST_TEST
3 
4 #include "../DesignerTrajectoryCalculator.h"
5 
6 #include "../../../../../build/testing/RobotTrajectoryDesigner/Test.h"
7 using namespace armarx;
8 
9 //Check if trajectories are calculated correctly
10 BOOST_AUTO_TEST_CASE(TrajectoryCalculationTest)
11 {
12  BOOST_CHECK_EQUAL(1, 1);
13  //BOOST_CHECK_THROW(dt1.getTrajectorySegment(2), IndexOutOfBoundsException);
14 }
BOOST_AUTO_TEST_CASE
BOOST_AUTO_TEST_CASE(TrajectoryCalculationTest)
Definition: DesignerTrajectoryCalculatorTest.cpp:10
armarx
This file offers overloads of toIce() and fromIce() functions for STL container types.
Definition: ArmarXTimeserver.cpp:27