#include <typeinfo>#include <marsh/PropertyBagIntrospector.hpp>#include <internal/DataSourceTypeInfo.hpp>#include <types/PropertyDecomposition.hpp>#include <Property.hpp>#include <PropertyBag.hpp>#include "unit.hpp"
Go to the source code of this file.
Classes | |
| class | PropertyTest |
Functions | |
| BOOST_AUTO_TEST_CASE (testCopyUpdateLink) | |
| BOOST_AUTO_TEST_CASE (testCopyUpdateLinkChar) | |
| BOOST_AUTO_TEST_CASE (testCreateUpdateChar) | |
| BOOST_AUTO_TEST_CASE (testfindProperty) | |
| BOOST_AUTO_TEST_CASE (testlistProperties) | |
| BOOST_AUTO_TEST_CASE (teststoreProperty) | |
| BOOST_AUTO_TEST_CASE (testremoveProperty) | |
| BOOST_AUTO_TEST_CASE (testRepository) | |
| BOOST_AUTO_TEST_CASE (testComposition) | |
| BOOST_AUTO_TEST_CASE (testNewDecomposition) | |
| Tests v2 property decomposition using parts API. More... | |
| BOOST_AUTO_TEST_CASE (testInit) | |
| BOOST_AUTO_TEST_CASE (testUpdate) | |
| bool | operator== (const std::vector< double > &a, const std::vector< double > &b) |
| BOOST_AUTO_TEST_CASE | ( | testCopyUpdateLink | ) |
Definition at line 109 of file property_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | testCopyUpdateLinkChar | ) |
Definition at line 169 of file property_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | testCreateUpdateChar | ) |
Definition at line 228 of file property_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | testfindProperty | ) |
Definition at line 239 of file property_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | testlistProperties | ) |
Definition at line 258 of file property_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | teststoreProperty | ) |
Definition at line 275 of file property_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | testremoveProperty | ) |
Definition at line 310 of file property_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | testRepository | ) |
Test all types: create property of type T, decompose it and compose it again.
Definition at line 329 of file property_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | testComposition | ) |
test vector
Definition at line 350 of file property_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | testNewDecomposition | ) |
Tests v2 property decomposition using parts API.
test vector
Definition at line 378 of file property_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | testInit | ) |
Definition at line 407 of file property_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | testUpdate | ) |
Definition at line 435 of file property_test.cpp.
| bool operator== | ( | const std::vector< double > & | a, |
| const std::vector< double > & | b | ||
| ) |
Definition at line 90 of file property_test.cpp.