#include "Application.h"
#include "ApplicationModule.h"
#include "ArrayAccessor.h"
#include "ScalarAccessor.h"
#include "TestFacility.h"
#include <ChimeraTK/BackendFactory.h>
#include <boost/mpl/list.hpp>
#include <future>
#include <boost/test/included/unit_test.hpp>
Go to the source code of this file.
|
| | Tests::testAppModuleConnections::BOOST_AUTO_TEST_CASE_TEMPLATE (testTwoScalarPushAccessors, T, test_types) |
| |
| | Tests::testAppModuleConnections::BOOST_AUTO_TEST_CASE_TEMPLATE (testFourScalarPushAccessors, T, test_types) |
| |
| | Tests::testAppModuleConnections::BOOST_AUTO_TEST_CASE_TEMPLATE (testTwoScalarPushPollAccessors, T, test_types) |
| |
| | Tests::testAppModuleConnections::BOOST_AUTO_TEST_CASE_TEMPLATE (testTwoArrayAccessors, T, test_types) |
| |
| | Tests::testAppModuleConnections::BOOST_AUTO_TEST_CASE_TEMPLATE (testPseudoArray, T, test_types) |
| |
| | Tests::testAppModuleConnections::BOOST_AUTO_TEST_CASE_TEMPLATE (testConstants, T, test_types) |
| |
| | Tests::testAppModuleConnections::BOOST_AUTO_TEST_CASE (testSelfUnregisteringModule) |
| |
◆ BOOST_NO_EXCEPTIONS
| #define BOOST_NO_EXCEPTIONS |
◆ BOOST_TEST_MODULE
| #define BOOST_TEST_MODULE testAppModuleConnections |