76 .operation (command1::operate)
77 .captureUndo (command1::capture)
78 .undoOperation (command1::undoIt);
80 UNIMPLEMENTED (
"more elaborate command handling patterns");
85 Command::remove (
"test.command1.1");
Helper class used solely for defining a Command-Object.
static size_t definition_count()
Steam-Layer implementation namespace root.
static size_t instance_count()
Simplistic test class runner.
A collection of frequently used helper functions to support unit testing.
Some dummy command functions used for building unit test cases.
Actually defining a command and binding it to execution parameters.