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
F
18
{
19
F
()
20
{
21
BOOST_TEST_MESSAGE(
"Setup fixture with TCP selection tab and controller"
);
22
}
23
24
~F
()
25
{
26
BOOST_TEST_MESSAGE(
"Teardown fixture"
);
27
}
28
29
TCPSelectionControllerPtr
tcpSelectionController
;
30
};
31
32
BOOST_FIXTURE_TEST_CASE
(TCPSelectionControllerTest,
F
)
33
{
34
}
BOOST_FIXTURE_TEST_CASE
BOOST_FIXTURE_TEST_CASE(TCPSelectionControllerTest, F)
Definition:
TCPSelectionControllerTest.cpp:32
VirtualRobot
Definition:
FramedPose.h:42
F::F
F()
Definition:
TCPSelectionControllerTest.cpp:19
F::tcpSelectionController
TCPSelectionControllerPtr tcpSelectionController
Definition:
TCPSelectionControllerTest.cpp:29
F::~F
~F()
Definition:
TCPSelectionControllerTest.cpp:24
std
Definition:
Application.h:66
armarx::TCPSelectionControllerPtr
std::shared_ptr< TCPSelectionController > TCPSelectionControllerPtr
Definition:
TCPSelectionController.h:131
F
Definition:
ExportDialogControllerTest.cpp:18
armarx
This file offers overloads of toIce() and fromIce() functions for STL container types.
Definition:
ArmarXTimeserver.cpp:27
RobotComponents
gui-plugins
RobotTrajectoryDesignerGuiPlugin
Controller
Test
TCPSelectionControllerTest.cpp
Generated on Sat Apr 5 2025 09:13:30 for armarx_documentation by
1.8.17