TwiceAsNice  2019-02-18
Classes | Namespaces | Macros | Typedefs | Functions | Variables
NDeviceDummyTest.cc File Reference
#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>
Include dependency graph for NDeviceDummyTest.cc:

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::NiceInfrastructureNiceInfrastructurePtr
 

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()
 

Macro Definition Documentation

◆ BOOST_TEST_DYN_LINK

#define BOOST_TEST_DYN_LINK

◆ BOOST_TEST_MODULE

#define BOOST_TEST_MODULE   NDeviceDummyTest

Typedef Documentation

◆ NiceInfrastructurePtr

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/5]

BOOST_AUTO_TEST_CASE ( creation  )

◆ BOOST_AUTO_TEST_CASE() [2/5]

BOOST_AUTO_TEST_CASE ( shouldMoveRelative  )

◆ BOOST_AUTO_TEST_CASE() [3/5]

BOOST_AUTO_TEST_CASE ( shouldSetPosition  )

◆ BOOST_AUTO_TEST_CASE() [4/5]

BOOST_AUTO_TEST_CASE ( shouldMoveAbsolute  )

◆ BOOST_AUTO_TEST_CASE() [5/5]

BOOST_AUTO_TEST_CASE ( shouldUpdateAbsoluteAndIncrementalEncoderPositionOnRelativeMovement  )

◆ startSingletons()

static int startSingletons ( )
static

Variable Documentation

◆ s_app

NiceInfrastructurePtr s_app
static

◆ s_niceEnvironment

volatile int s_niceEnvironment = startSingletons()
static