TCPInformationControllerTest.cpp
Go to the documentation of this file.
1#define BOOST_TEST_MODULE ArmarX::RobotTrajectoryDesigner::Controller::TCPInformationcontroller
2#define ARMARX_BOOST_TEST
3
5
6#include <iostream>
7#include <memory>
8
9#include <VirtualRobot/XML/RobotIO.h>
10
11#include "../../../../../build/testing/RobotTrajectoryDesigner/Test.h"
13
14using namespace armarx;
15using namespace VirtualRobot;
16using namespace std;
17
18struct FixtureExample
19{
21 {
22 BOOST_TEST_MESSAGE("Setup fixture with TCP information tab and controller");
23 }
24
26 {
27 BOOST_TEST_MESSAGE("Teardown fixture");
28 }
29
32};
33
34BOOST_FIXTURE_TEST_CASE(TCPInformationControllerTest, FixtureExample)
35{
36}
BOOST_FIXTURE_TEST_CASE(TCPInformationControllerTest, FixtureExample)
std::shared_ptr< TCPInformationTab > TCPInformationPtr
This file offers overloads of toIce() and fromIce() functions for STL container types.
std::shared_ptr< TCPInformationController > TCPInformationControllerPtr
TCPInformationControllerPtr tcpInformationController