Go to the source code of this file.
unit test TreeMutatorBinding_test
Definition in file tree-mutator-binding-test.cpp.
|
#define | LOG_SETTER(KEY) cout << STRINGIFY(KEY) " := "<<val<<endl; |
|
|
| LAUNCHER (TreeMutatorBinding_test, "unit common") |
| Register this test class... More...
|
|
|
const GenNode | ATTRIB1 ("α", 1) |
|
const GenNode | ATTRIB2 ("β", int64_t(2)) |
|
const GenNode | ATTRIB3 ("γ", 3.45) |
|
const GenNode | ATTRIB_NODE = MakeRec().genNode("δ") |
|
const GenNode | CHILD_A ("a") |
|
const GenNode | CHILD_B ('b') |
|
const GenNode | CHILD_T (Time(12, 34, 56, 78)) |
|
const GenNode | GAMMA_PI ("γ", 3.14159265) |
|
const GenNode | SUB_NODE = MakeRec().genNode() |
|
const GenNode | TYPE_X ("type", "ξ") |
|
const GenNode | TYPE_Z ("type", "ζ") |
|
|
| lib |
| Implementation namespace for support and library code.
|
|
◆ LAUNCHER()
Register this test class...