#include "unit.hpp"
#include <types/TemplateTypeInfo.hpp>
#include <types/TemplateConstructor.hpp>
#include <types/Operators.hpp>
#include <types/OperatorTypes.hpp>
#include <types/VectorTemplateComposition.hpp>
Go to the source code of this file.
Classes | |
struct | TypekitFixture |
Functions | |
BOOST_AUTO_TEST_CASE (testVectorTypeInfo) | |
Tests the StdVectorTemplateTypeInfo class. | |
BOOST_AUTO_TEST_CASE (testComposeDecompose) |
BOOST_AUTO_TEST_CASE | ( | testVectorTypeInfo | ) |
Tests the StdVectorTemplateTypeInfo 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 66 of file typekit_test.cpp.