Helper class used solely for defining a Command-Object.
auto operation(FUN operation_to_define)
static size_t definition_count()
static bool remove(Symbol cmdID)
static size_t instance_count()
Actually defining a command and binding it to execution parameters.
void undoIt(int, int64_t oldVal)
void operate(int someVal)
int64_t check_
< test command just adding a given value
Steam-Layer implementation namespace root.
Test runner and basic definitions for tests.
Simplistic test class runner.
#define LAUNCHER(_TEST_CLASS_, _GROUPS_)
Some dummy command functions used for building unit test cases.
A collection of frequently used helper functions to support unit testing.