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"
6using namespace armarx;
7
9{
10}
11
12/*
13//Check incorrect nodes parameters
14BOOST_AUTO_TEST_CASE(NodesTest)
15{
16 //BOOST_CHECK_THROW(dt1.getTrajectorySegment(2), IndexOutOfBoundsException);
17}
18//Check if the correct path is returned
19BOOST_AUTO_TEST_CASE(CorrectPathTest)
20{
21 //BOOST_CHECK_EQUAL(traj5->getDimensionData(0), traj4->getDimensionData(0));
22}*/
BOOST_AUTO_TEST_CASE(empty)
This file offers overloads of toIce() and fromIce() functions for STL container types.