TCPSelectionControllerTest.cpp
Go to the documentation of this file.
1#define BOOST_TEST_MODULE ArmarX::RobotTrajectoryDesigner::Controller::TCPSelectioncontroller
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"
12
13using namespace armarx;
14using namespace VirtualRobot;
15using namespace std;
16
17struct FixtureExample
18{
20 {
21 BOOST_TEST_MESSAGE("Setup fixture with TCP selection tab and controller");
22 }
23
25 {
26 BOOST_TEST_MESSAGE("Teardown fixture");
27 }
28
30};
31
32BOOST_FIXTURE_TEST_CASE(TCPSelectionControllerTest, FixtureExample)
33{
34}
BOOST_FIXTURE_TEST_CASE(TCPSelectionControllerTest, FixtureExample)
This file offers overloads of toIce() and fromIce() functions for STL container types.
std::shared_ptr< TCPSelectionController > TCPSelectionControllerPtr
TCPSelectionControllerPtr tcpSelectionController