#include <marsh/PropertyMarshaller.hpp>
#include <marsh/PropertyDemarshaller.hpp>
#include <Property.hpp>
#include <PropertyBag.hpp>
#include <types/PropertyComposition.hpp>
#include "unit.hpp"
Go to the source code of this file.
Classes | |
class | PropertyMarshTest |
Functions | |
BOOST_AUTO_TEST_CASE (testPropMarsh) | |
Test writing some properties and reading the same file back in. | |
BOOST_AUTO_TEST_CASE (testPropMarshVect) | |
Test writing a vector to file and back in. | |
BOOST_AUTO_TEST_CASE (testPropMarshVectLegacy) | |
Test reading a legacy vector back in. |
BOOST_AUTO_TEST_CASE | ( | testPropMarsh | ) |
Test writing some properties and reading the same file back in.
Definition at line 44 of file property_marsh_test.cpp.
BOOST_AUTO_TEST_CASE | ( | testPropMarshVect | ) |
Test writing a vector to file and back in.
Definition at line 88 of file property_marsh_test.cpp.
BOOST_AUTO_TEST_CASE | ( | testPropMarshVectLegacy | ) |
Test reading a legacy vector back in.
Definition at line 134 of file property_marsh_test.cpp.