RTC Toolkit
1.0.0
|
Implementation of support functions to provide an in-memory OLDB for testing. More...
#include <ciiOldbConfigClass.hpp>
#include <ciiOldbDataPoint.hpp>
#include <ciiOldbFactory.hpp>
#include <ciiOldbProviderFactory.hpp>
#include <meta/mdOldb.hpp>
#include <meta/mdOldbMatrix.hpp>
#include <provider/ciiOldbDirectoryTreeProvider.hpp>
#include <provider/ciiOldbInMemoryDataPointProvider.hpp>
#include <provider/ciiOldbLocalFileProvider.hpp>
#include "rtctk/componentFramework/test/inMemoryOldb.hpp"
Namespaces | |
rtctk | |
rtctk::componentFramework | |
rtctk::componentFramework::test | |
Functions | |
std::shared_ptr< elt::oldb::CiiOldb > | rtctk::componentFramework::test::CreateInMemoryOldb () |
This function prepares an in-memory OLDB that is suitable for unit testing. More... | |
void | rtctk::componentFramework::test::RegisterMetadataTypes (MetadataGroups flags) |
Registers the standard OLDB metadata values for various types. More... | |
void | rtctk::componentFramework::test::DeleteAllConfigDataPoints (const std::string &target_config_storage) |
Deletes all configuration datapoints in the CII configuration service. More... | |
Implementation of support functions to provide an in-memory OLDB for testing.