lumiera_/tests/core/proc/control
Ichthyostega e0f866092d rectify-design(#301): disentangle CmdClosure hierarchy
Completely removed the nested hierarchy, where
the top-level implementation forwarded to yet another
sub-implementation of the same interface. Rather, this
sub-implementation (OpClosure) is now a mere implementation
detail class without VTable, and without half-baked
re-implementation of the CmdClosure interface. And the
state-switch from unbound to bound arguments is now
implemented as a plain-flat boolean flag, instead of
hiding it in the VTable.

To make this possible, without having to rewrite lots of
tests, I've created a clone of StorageHolder as a
"proof-of-concept" dummy implementation, for the sole
purpose of writing test fixtures. This one behaves
similar to the real-world thing, but cares only
for closing the command operation and omits all
the gory details of memento capturing and undo.
2016-02-07 01:41:40 +01:00
..
argument-tuple-accept-test.cpp command-closure-design(#301): better naming of implementation classes 2016-02-06 16:29:06 +01:00
command-argument-test.cpp command-closure-design(#301): better naming of implementation classes 2016-02-06 16:29:06 +01:00
command-basic-test.cpp ...and back to #975 : draft command invocation on UI elements 2016-01-12 02:14:06 +01:00
command-binding-test.cpp mass clean-up: adapt usage of std::cout pretty much everywhere 2016-01-07 20:12:46 +01:00
command-clone-builder-test.cpp command-closure-design(#301): better naming of implementation classes 2016-02-06 16:29:06 +01:00
command-equality-test.cpp rectify-design(#301): disentangle CmdClosure hierarchy 2016-02-07 01:41:40 +01:00
command-mutation-test.cpp rectify-design(#301): disentangle CmdClosure hierarchy 2016-02-07 01:41:40 +01:00
command-registry-test.cpp Switch from TR1 preveiw to the new standard headers 2014-04-03 22:42:48 +02:00
command-use1-test.cpp clean-up(#985): remove code superseded by this rework 2016-01-09 02:05:23 +01:00
command-use2-test.cpp clean-up design of the command handling patterns (#210) 2016-01-22 15:25:08 +01:00
command-use3-test.cpp mass clean-up: adapt usage of std::cout pretty much everywhere 2016-01-07 20:12:46 +01:00
handling-pattern-basics-test.cpp verify ability to use custom command handlers 2016-01-22 17:17:31 +01:00
handling-pattern-standard-impl-test.cpp refactoring(#988): switch command framework to std::tuple 2016-01-19 03:56:54 +01:00
memento-tie-test.cpp Switch from TR1 preveiw to the new standard headers 2014-04-03 22:42:48 +02:00
test-dummy-commands.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
test-dummy-commands.hpp clean-up design of the command handling patterns (#210) 2016-01-22 15:25:08 +01:00