85 .operation (command1::operate)
86 .captureUndo (command1::capture)
87 .undoOperation (command1::undoIt);
89 UNIMPLEMENTED (
"more elaborate command handling patterns");
94 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()
Simple 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.