#include "unit.hpp"#include <types/TemplateTypeInfo.hpp>#include <types/TemplateConstructor.hpp>#include <types/Operators.hpp>#include <types/OperatorTypes.hpp>#include <types/SequenceTypeInfo.hpp>
Go to the source code of this file.
Classes | |
| struct | TypekitFixture |
Functions | |
| BOOST_AUTO_TEST_CASE (testVectorTypeInfo) | |
| Tests the SequenceTypeInfo class. More... | |
| BOOST_AUTO_TEST_CASE (testComposeDecompose) | |
| BOOST_AUTO_TEST_CASE | ( | testVectorTypeInfo | ) |
Tests the SequenceTypeInfo class.
Definition at line 44 of file typekit_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | testComposeDecompose | ) |
This test tries to compose/decompose a default built variable of every known type. So this is not a test covering the nominal case...
Definition at line 56 of file typekit_test.cpp.