![]() |
Lumiera 0.pre.04
»edit your freedom«
|
unit test TestChainLoad_test More...
Go to the source code of this file.
unit test TestChainLoad_test
Definition in file test-chain-load-test.cpp.
#include "lib/test/run.hpp"#include "lib/test/test-helper.hpp"#include "lib/format-string.hpp"#include "test-chain-load.hpp"#include "vault/gear/job.h"#include "lib/util.hpp"#include <array>Namespaces | |
| namespace | vault |
| Vault-Layer implementation namespace root. | |
| namespace | vault::gear |
| Active working gear and plumbing. | |
| namespace | vault::gear::test |
| namespace | vault::gear::test::anonymous_namespace{test-chain-load-test.cpp} |
Typedefs | |
| using | ChainLoad16 = TestChainLoad< 16 > |
| shorthand for specific parameters employed by the following tests | |
| using | Node = ChainLoad16::Node |
Classes | |
| class | TestChainLoad_test |
Functions | |
| LAUNCHER (TestChainLoad_test, "unit engine") | |
| Register this test class... | |
Variables | |
| auto | isStartNode = [](Node& n){ return isStart(n); } |
| auto | isInnerNode = [](Node& n){ return isInner(n); } |
| auto | isExitNode = [](Node& n){ return isExit(n); } |