#include <boost/test/auto_unit_test.hpp>
#include <test/testsuite.hh>
#include <utilmm/configfile/configset.hh>
#include <typelib/pluginmanager.hh>
#include <typelib/importer.hh>
#include <typelib/typemodel.hh>
#include <typelib/registry.hh>
#include <typelib/value.hh>
#include <typelib/value_ops.hh>
#include <test/test_cimport.1>
#include <string.h>
Go to the source code of this file.
Functions | |
BOOST_AUTO_TEST_CASE (test_marshalling_simple) | |
BOOST_AUTO_TEST_CASE (test_marshalapply_containers) | |
template<typename T > | |
size_t | CHECK_SIMPLE_VALUE (vector< uint8_t > const &buffer, size_t offset, T value) |
template<typename T > | |
size_t | CHECK_VECTOR_VALUE (vector< uint8_t > const &buffer, size_t offset, vector< T > const &value) |
BOOST_AUTO_TEST_CASE | ( | test_marshalling_simple | ) |
Definition at line 18 of file test_marshalling.cc.
BOOST_AUTO_TEST_CASE | ( | test_marshalapply_containers | ) |
Definition at line 147 of file test_marshalling.cc.
size_t CHECK_SIMPLE_VALUE | ( | vector< uint8_t > const & | buffer, |
size_t | offset, | ||
T | value | ||
) |
Definition at line 130 of file test_marshalling.cc.
size_t CHECK_VECTOR_VALUE | ( | vector< uint8_t > const & | buffer, |
size_t | offset, | ||
vector< T > const & | value | ||
) |
Definition at line 137 of file test_marshalling.cc.