TwiceAsNice
2019-02-18
|
#include <boost/test/unit_test.hpp>
#include <Nice/Application.h>
#include <Basda/Device.h>
#include <Basda/DeviceFactory.h>
#include <NDeviceDummy/NDeviceDummy.h>
#include <string>
#include <Basda/Mocca/PropertyName.h>
#include <NDeviceDummy/PropertyName.h>
Classes | |
class | Basda::NiceInfrastructure |
struct | Fixture |
struct | Fixture::DeviceAsyncImpl |
struct | Fixture::DeviceCmdAsyncImpl |
Namespaces | |
Basda | |
These are contants that are used by the services internally. | |
Macros | |
#define | BOOST_TEST_DYN_LINK |
#define | BOOST_TEST_MODULE NDeviceDummyTest |
Typedefs | |
typedef IceUtil::Handle< Basda::NiceInfrastructure > | NiceInfrastructurePtr |
Functions | |
static int | startSingletons () |
BOOST_AUTO_TEST_CASE (creation) | |
BOOST_AUTO_TEST_CASE (shouldMoveRelative) | |
BOOST_AUTO_TEST_CASE (shouldSetPosition) | |
BOOST_AUTO_TEST_CASE (shouldMoveAbsolute) | |
BOOST_AUTO_TEST_CASE (shouldUpdateAbsoluteAndIncrementalEncoderPositionOnRelativeMovement) | |
Variables | |
static NiceInfrastructurePtr | s_app |
static volatile int | s_niceEnvironment = startSingletons() |
#define BOOST_TEST_DYN_LINK |
#define BOOST_TEST_MODULE NDeviceDummyTest |
typedef IceUtil::Handle<Basda::NiceInfrastructure> NiceInfrastructurePtr |
BOOST_AUTO_TEST_CASE | ( | creation | ) |
BOOST_AUTO_TEST_CASE | ( | shouldMoveRelative | ) |
BOOST_AUTO_TEST_CASE | ( | shouldSetPosition | ) |
BOOST_AUTO_TEST_CASE | ( | shouldMoveAbsolute | ) |
BOOST_AUTO_TEST_CASE | ( | shouldUpdateAbsoluteAndIncrementalEncoderPositionOnRelativeMovement | ) |
|
static |
|
static |
|
static |