#include <boost/test/auto_unit_test.hpp>
#include <lang/csupport/standard_types.hh>
#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 "test_cimport.1"
#include <boost/tuple/tuple.hpp>
Go to the source code of this file.
Functions | |
BOOST_AUTO_TEST_CASE (test_compound_size) | |
BOOST_AUTO_TEST_CASE (test_equality) | |
BOOST_AUTO_TEST_CASE (test_cast) | |
BOOST_AUTO_TEST_CASE (test_model_merge) | |
static pair< Compound *, Compound * > | recursive_types (Registry ®) |
BOOST_AUTO_TEST_CASE | ( | test_compound_size | ) |
Definition at line 33 of file test_model.cc.
BOOST_AUTO_TEST_CASE | ( | test_equality | ) |
Test containers
Definition at line 54 of file test_model.cc.
BOOST_AUTO_TEST_CASE | ( | test_cast | ) |
Test containers
Definition at line 148 of file test_model.cc.
BOOST_AUTO_TEST_CASE | ( | test_model_merge | ) |
Definition at line 255 of file test_model.cc.
static pair<Compound*, Compound*> recursive_types | ( | Registry & | reg | ) | [static] |
Definition at line 17 of file test_model.cc.