Lumiera
0.pre.03
»edit your freedom«
|
Go to the source code of this file.
unit test GeneratorCombinations_test
Definition in file generator-combinations-test.cpp.
#include "lib/test/run.hpp"
#include "lib/meta/generator.hpp"
#include "lib/meta/generator-combinations.hpp"
#include "meta/typelist-diagnostics.hpp"
#include "lib/format-string.hpp"
#include "lib/format-cout.hpp"
Classes | |
class | GeneratorCombinations_test |
struct | TestCase< T1, T2, BASE > |
A Test-Template to be instantiated for all possible combinations of the {Types1} x {Types2}. More... | |
struct | TestCase< void, void, NullType > |
Typedefs | |
typedef TestCase< void, void, NullType > | IterationEnd |
typedef Types< Num< 1 >, Num< 3 >, Num< 5 > > | Types1 |
typedef Types< Num< 2 >, Num< 4 >, Num< 6 > > | Types2 |
Functions | |
LAUNCHER (GeneratorCombinations_test, "unit common") | |
Register this test class... More... | |
Namespaces | |
lib | |
Implementation namespace for support and library code. | |
lib::meta::test::LAUNCHER | ( | GeneratorCombinations_test | , |
"unit common" | |||
) |
Register this test class...