TCPSelectionControllerTest.cpp
Go to the documentation of this file.
1 #define BOOST_TEST_MODULE ArmarX::RobotTrajectoryDesigner::Controller::TCPSelectioncontroller
2 #define ARMARX_BOOST_TEST
3 
4 #include "../../../../../build/testing/RobotTrajectoryDesigner/Test.h"
5 
6 #include "../TCPSelectionController.h"
7 #include <memory>
8 #include <VirtualRobot/XML/RobotIO.h>
9 #include <iostream>
10 
11 using namespace armarx;
12 using namespace VirtualRobot;
13 using namespace std;
14 
15 struct F
16 {
17  F()
18  {
19  BOOST_TEST_MESSAGE("Setup fixture with TCP selection tab and controller");
20 
21  }
22  ~F()
23  {
24  BOOST_TEST_MESSAGE("Teardown fixture");
25  }
26 
28 };
29 
30 BOOST_FIXTURE_TEST_CASE(TCPSelectionControllerTest, F)
31 {
32 
33 }
BOOST_FIXTURE_TEST_CASE
BOOST_FIXTURE_TEST_CASE(TCPSelectionControllerTest, F)
Definition: TCPSelectionControllerTest.cpp:30
VirtualRobot
Definition: FramedPose.h:43
F::F
F()
Definition: TCPSelectionControllerTest.cpp:17
F::tcpSelectionController
TCPSelectionControllerPtr tcpSelectionController
Definition: TCPSelectionControllerTest.cpp:27
F::~F
~F()
Definition: TCPSelectionControllerTest.cpp:22
std
Definition: Application.h:66
armarx::TCPSelectionControllerPtr
std::shared_ptr< TCPSelectionController > TCPSelectionControllerPtr
Definition: TCPSelectionController.h:132
F
Definition: ExportDialogControllerTest.cpp:16
armarx
This file offers overloads of toIce() and fromIce() functions for STL container types.
Definition: ArmarXTimeserver.cpp:28