![]() |
ChimeraTK-ApplicationCore 04.06.00
|
#include <ChimeraTK/Exception.h>#include <boost/test/tools/old/interface.hpp>#include <chrono>#include <future>#include "Application.h"#include "DeviceModule.h"#include "Multiplier.h"#include "Pipe.h"#include "Utilities.h"#include <libxml++/libxml++.h>#include <boost/filesystem.hpp>#include <boost/mpl/list.hpp>#include <boost/test/included/unit_test.hpp>#include <boost/thread.hpp>
Include dependency graph for testApplication.cc:Go to the source code of this file.
Classes | |
| struct | Tests::testApplication::TestApp |
Namespaces | |
| namespace | Tests |
| namespace | Tests::testApplication |
Macros | |
| #define | BOOST_TEST_MODULE testApplication |
Functions | |
| Tests::testApplication::BOOST_AUTO_TEST_CASE (testApplicationExceptions) | |
| std::string | Tests::testApplication::getValueFromNode (const xmlpp::Node *node, const std::string &subnodeName) |
| Tests::testApplication::BOOST_AUTO_TEST_CASE (testXmlGeneration) | |
| Tests::testApplication::BOOST_AUTO_TEST_CASE (testDOTGeneration) | |
| #define BOOST_TEST_MODULE testApplication |
Definition at line 10 of file testApplication.cc.