TwiceAsNice
2019-02-18
|
#include <boost/test/unit_test.hpp>
#include "Service/PulseGenerator/BasdaServiceWorker.h"
#include "test/Service/PulseGenerator/PulseGeneratorDeviceMock.h"
#include "test/NiceInfrastructure.h"
#include <Nice/Time.h>
#include <string>
Classes | |
class | TestableBasdaServiceWorker |
struct | Fixture |
Typedefs | |
typedef IceUtil::Handle< TestableBasdaServiceWorker > | TestableBasdaServiceWorkerPtr |
Functions | |
BOOST_AUTO_TEST_CASE (CreateMissingWorkIntervalProperty) | |
BOOST_AUTO_TEST_CASE (KeepExistingWorkIntervalProperty) | |
BOOST_AUTO_TEST_CASE (OpenAndInitDevicesDuringInitialization) | |
BOOST_AUTO_TEST_CASE (UpdatePropertiesDuringWork) | |
BOOST_AUTO_TEST_CASE (ShouldOpenAndInitializeOnlyUninitializedDevices) | |
BOOST_AUTO_TEST_CASE (ShouldInitializeDevicesAfterWorking) | |
BOOST_AUTO_TEST_CASE (ConsiderWorkInterval) | |
BOOST_AUTO_TEST_SUITE_END () | |
Variables | |
static volatile int | niceEnvironment |
typedef IceUtil::Handle<TestableBasdaServiceWorker> TestableBasdaServiceWorkerPtr |
BOOST_AUTO_TEST_CASE | ( | CreateMissingWorkIntervalProperty | ) |
BOOST_AUTO_TEST_CASE | ( | KeepExistingWorkIntervalProperty | ) |
BOOST_AUTO_TEST_CASE | ( | OpenAndInitDevicesDuringInitialization | ) |
BOOST_AUTO_TEST_CASE | ( | UpdatePropertiesDuringWork | ) |
BOOST_AUTO_TEST_CASE | ( | ShouldOpenAndInitializeOnlyUninitializedDevices | ) |
BOOST_AUTO_TEST_CASE | ( | ShouldInitializeDevicesAfterWorking | ) |
BOOST_AUTO_TEST_CASE | ( | ConsiderWorkInterval | ) |
BOOST_AUTO_TEST_SUITE_END | ( | ) |
|
static |