84 Command com (
"test.command3.2");
Helper class used solely for defining a Command-Object.
auto operation(FUN operation_to_define)
Handle object representing a single Command instance to be used by client code.
static size_t definition_count()
Command newInstance() const
create independent (anonymous) clone copy of this command
static Command get(Symbol cmdID)
Access existing command for use.
static bool remove(Symbol cmdID)
static size_t instance_count()
void zeroArgumentCommand()
Actually defining a command and binding it to execution parameters.
ulong check_
< test command with zero arguments
void undoIt(ulong oldVal)
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.