4#define BOOST_TEST_DYN_LINK
5#define BOOST_TEST_MODULE BackendLoadingTest
6#include <boost/test/unit_test.hpp>
7using namespace boost::unit_test_framework;
16BOOST_AUTO_TEST_SUITE(BackendLoadingTestSuite)
45BOOST_AUTO_TEST_SUITE_END()
static BackendFactory & getInstance()
Static function to get an instance of factory.
void setDMapFilePath(std::string dMapFilePath)
This function sets the _DMapFilePath.
Exception thrown when a logic error has occured.
BOOST_AUTO_TEST_CASE(testBackendLoading)