ExportDialogControllerTest.cpp
Go to the documentation of this file.
1#define BOOST_TEST_MODULE ArmarX::RobotTrajectoryDesigner::Controller::Exportdialogcontroller
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"
13
14using namespace armarx;
15using namespace VirtualRobot;
16using namespace std;
17
19{
21 {
22 BOOST_TEST_MESSAGE("Setup fixture with export dialog and controller");
23 }
24
26 {
27 BOOST_TEST_MESSAGE("Teardown fixture");
28 }
29
31 //ExportDialogControllerPtr exportDialogController(new ExportDialogController(environment));
32};
33
34BOOST_FIXTURE_TEST_CASE(ExportDialogControllerTest, FixtureExample)
35{
36}
BOOST_FIXTURE_TEST_CASE(ExportDialogControllerTest, FixtureExample)
This file offers overloads of toIce() and fromIce() functions for STL container types.