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