Go to the source code of this file.
|
namespace | test |
| FIXME: do not use data model tables.
|
|
|
| test::DECLARE_SOA_COLUMN_FULL (X, x, int32_t, "x") |
|
| test::DECLARE_SOA_COLUMN_FULL (Y, y, int32_t, "y") |
|
| test::DECLARE_SOA_COLUMN_FULL (Z, z, int32_t, "z") |
|
| test::DECLARE_SOA_COLUMN_FULL (FloatZ, floatZ, float, "floatZ") |
|
| test::DECLARE_SOA_DYNAMIC_COLUMN (Sum, sum, [](int32_t x, int32_t y) { return x+y;}) |
|
| TEST_CASE ("IteratorTuple") |
|
| TEST_CASE ("CombinationsGeneratorConstruction") |
|
| TEST_CASE ("Combinations") |
|
| TEST_CASE ("BreakingCombinations") |
|
| TEST_CASE ("SmallTableCombinations") |
|
| TEST_CASE ("BlockCombinations") |
|
| TEST_CASE ("CombinationsHelpers") |
|
| TEST_CASE ("ConstructorsWithoutTables") |
|
| TEST_CASE ("BlockCombinationsCounters") |
|
◆ TEST_CASE() [1/9]
TEST_CASE |
( |
"BlockCombinations" |
| ) |
|
◆ TEST_CASE() [2/9]
TEST_CASE |
( |
"BlockCombinationsCounters" |
| ) |
|
◆ TEST_CASE() [3/9]
TEST_CASE |
( |
"BreakingCombinations" |
| ) |
|
◆ TEST_CASE() [4/9]
TEST_CASE |
( |
"Combinations" |
| ) |
|
◆ TEST_CASE() [5/9]
TEST_CASE |
( |
"CombinationsGeneratorConstruction" |
| ) |
|
◆ TEST_CASE() [6/9]
TEST_CASE |
( |
"CombinationsHelpers" |
| ) |
|
◆ TEST_CASE() [7/9]
TEST_CASE |
( |
"ConstructorsWithoutTables" |
| ) |
|
◆ TEST_CASE() [8/9]
TEST_CASE |
( |
"IteratorTuple" |
| ) |
|
◆ TEST_CASE() [9/9]
TEST_CASE |
( |
"SmallTableCombinations" |
| ) |
|