Lumiera  0.pre.03
»edit your freedom«
test-chain-load-test.cpp File Reference

Go to the source code of this file.

Description

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>

Classes

class  TestChainLoad_test
 

Typedefs

using ChainLoad16 = TestChainLoad< 16 >
 shorthand for specific parameters employed by the following tests
 
using Node = ChainLoad16::Node
 

Functions

 LAUNCHER (TestChainLoad_test, "unit engine")
 Register this test class... More...
 

Variables

auto isExitNode = [](Node& n){ return isExit(n); }
 
auto isInnerNode = [](Node& n){ return isInner(n); }
 
auto isStartNode = [](Node& n){ return isStart(n); }
 

Namespaces

 vault
 Vault-Layer implementation namespace root.
 
 vault::gear
 Active working gear and plumbing.
 

Function Documentation

◆ LAUNCHER()

vault::gear::test::LAUNCHER ( TestChainLoad_test  ,
"unit engine"   
)

Register this test class...