TwiceAsNice
2019-02-18
|
#include <boost/test/unit_test.hpp>
#include "Device/QuantumComposers/PulseGenerator.h"
#include "Device/QuantumComposers/BasdaDeviceMock.h"
#include "Device/QuantumComposers/PropertyName.h"
#include "Interface/Basda/PulseGenerator/PulseGeneratorDevice.h"
#include "test/Device/QuantumComposers/BasdaDeviceFixture.h"
#include "test/NiceInfrastructure.h"
#include <string>
#include <vector>
Classes | |
struct | Fixture |
Functions | |
BOOST_AUTO_TEST_CASE (ImplementPulseGeneratorInterface) | |
BOOST_AUTO_TEST_CASE (BuildRealPropertyTree) | |
BOOST_AUTO_TEST_CASE (shouldBeInitializedAfterConstruction) | |
BOOST_AUTO_TEST_CASE (shouldBeReachableAfterConstruction) | |
Variables | |
static volatile int | setup = basda::test::NiceInfrastructure::startSingletons() |
BOOST_AUTO_TEST_CASE | ( | ImplementPulseGeneratorInterface | ) |
BOOST_AUTO_TEST_CASE | ( | BuildRealPropertyTree | ) |
BOOST_AUTO_TEST_CASE | ( | shouldBeInitializedAfterConstruction | ) |
BOOST_AUTO_TEST_CASE | ( | shouldBeReachableAfterConstruction | ) |
|
static |