#include "unit.hpp"
#include "operations_fixture.hpp"
#include <marsh/Marshalling.hpp>
#include <marsh/MarshallingService.hpp>
#include "plugin/PluginLoader.hpp"
#include "datasource_fixture.hpp"
#include <boost/shared_ptr.hpp>
Go to the source code of this file.
Classes | |
struct | MarshallingFixture |
Functions | |
BOOST_AUTO_TEST_CASE (TestGetProvider) | |
BOOST_AUTO_TEST_CASE (TestMarshallMatrix) | |
BOOST_AUTO_TEST_CASE (TestMarshallStructAType) | |
BOOST_AUTO_TEST_CASE (TestMarshallStructBType) | |
BOOST_AUTO_TEST_CASE (TestMarshallStructCType) | |
BOOST_AUTO_TEST_CASE (TestMarshallStructATypes) | |
BOOST_AUTO_TEST_CASE (TestMarshallStructBTypes) | |
BOOST_AUTO_TEST_CASE (TestMarshallStructCTypes) |
BOOST_AUTO_TEST_CASE | ( | TestGetProvider | ) |
Definition at line 48 of file marshalling_test.cpp.
BOOST_AUTO_TEST_CASE | ( | TestMarshallMatrix | ) |
Definition at line 60 of file marshalling_test.cpp.
BOOST_AUTO_TEST_CASE | ( | TestMarshallStructAType | ) |
Definition at line 104 of file marshalling_test.cpp.
BOOST_AUTO_TEST_CASE | ( | TestMarshallStructBType | ) |
Definition at line 130 of file marshalling_test.cpp.
BOOST_AUTO_TEST_CASE | ( | TestMarshallStructCType | ) |
Definition at line 156 of file marshalling_test.cpp.
BOOST_AUTO_TEST_CASE | ( | TestMarshallStructATypes | ) |
Definition at line 182 of file marshalling_test.cpp.
BOOST_AUTO_TEST_CASE | ( | TestMarshallStructBTypes | ) |
Definition at line 209 of file marshalling_test.cpp.
BOOST_AUTO_TEST_CASE | ( | TestMarshallStructCTypes | ) |
Definition at line 236 of file marshalling_test.cpp.