#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 (testCopyUpdate) | |
| BOOST_AUTO_TEST_CASE (testCopyUpdateChar) | |
| BOOST_AUTO_TEST_CASE (testUpdateCharClone) | |
| 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. | |
| 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 | ( | testCopyUpdate | ) | 
Definition at line 109 of file property_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | testCopyUpdateChar | ) | 
Definition at line 143 of file property_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | testUpdateCharClone | ) | 
Definition at line 177 of file property_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | testfindProperty | ) | 
Definition at line 188 of file property_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | testlistProperties | ) | 
Definition at line 207 of file property_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | teststoreProperty | ) | 
Definition at line 224 of file property_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | testremoveProperty | ) | 
Definition at line 259 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 278 of file property_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | testComposition | ) | 
test vector
Definition at line 299 of file property_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | testNewDecomposition | ) | 
Tests v2 property decomposition using parts API.
test vector
Definition at line 327 of file property_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | testInit | ) | 
Definition at line 356 of file property_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | testUpdate | ) | 
Definition at line 384 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.