Go to the source code of this file.
unit test TestChainLoad_test
Definition in file test-chain-load-test.cpp.
|
using | ChainLoad16 = TestChainLoad< 16 > |
| shorthand for specific parameters employed by the following tests
|
|
using | Node = ChainLoad16::Node |
|
|
| LAUNCHER (TestChainLoad_test, "unit engine") |
| Register this test class... More...
|
|
|
auto | isExitNode = [](Node& n){ return isExit(n); } |
|
auto | isInnerNode = [](Node& n){ return isInner(n); } |
|
auto | isStartNode = [](Node& n){ return isStart(n); } |
|
|
| vault |
| Vault-Layer implementation namespace root.
|
|
| vault::gear |
| Active working gear and plumbing.
|
|
◆ LAUNCHER()
Register this test class...