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 "../TCPSelectionController.h"
5
6
#include <iostream>
7
#include <memory>
8
9
#include <VirtualRobot/XML/RobotIO.h>
10
11
#include "../../../../../build/testing/RobotTrajectoryDesigner/Test.h"
12
13
using namespace
armarx
;
14
using namespace
VirtualRobot
;
15
using namespace
std
;
16
17
struct
FixtureExample
18
{
19
FixtureExample
()
20
{
21
BOOST_TEST_MESSAGE(
"Setup fixture with TCP selection tab and controller"
);
22
}
23
24
~FixtureExample
()
25
{
26
BOOST_TEST_MESSAGE(
"Teardown fixture"
);
27
}
28
29
TCPSelectionControllerPtr
tcpSelectionController
;
30
};
31
32
BOOST_FIXTURE_TEST_CASE
(TCPSelectionControllerTest,
FixtureExample
)
33
{
34
}
VirtualRobot
Definition:
FramedPose.h:42
FixtureExample::FixtureExample
FixtureExample()
Definition:
TCPSelectionControllerTest.cpp:19
FixtureExample::tcpSelectionController
TCPSelectionControllerPtr tcpSelectionController
Definition:
TCPSelectionControllerTest.cpp:29
FixtureExample::~FixtureExample
~FixtureExample()
Definition:
TCPSelectionControllerTest.cpp:24
BOOST_FIXTURE_TEST_CASE
BOOST_FIXTURE_TEST_CASE(TCPSelectionControllerTest, FixtureExample)
Definition:
TCPSelectionControllerTest.cpp:32
std
Definition:
Application.h:66
armarx::TCPSelectionControllerPtr
std::shared_ptr< TCPSelectionController > TCPSelectionControllerPtr
Definition:
TCPSelectionController.h:131
armarx
This file offers overloads of toIce() and fromIce() functions for STL container types.
Definition:
ArmarXTimeserver.cpp:27
FixtureExample
Definition:
ExportDialogControllerTest.cpp:18
RobotComponents
gui-plugins
RobotTrajectoryDesignerGuiPlugin
Controller
Test
TCPSelectionControllerTest.cpp
Generated by
1.8.17