Mock implementation of the FlowControlContext interface to
facilitate standalone Flow and State unit tests.
NOT intended to be used for anything but standalone unit tests. This is a
simple state holder, a stub implementation, at least if you follow Martin
Fowler's reasoning. This class is called MockFlowControlContext
to be consistent with the naming convention in the rest of the Spring
framework (e.g. MockHttpServletRequest, ...).
FlowControlContextinterface to facilitate standalone Flow and State unit tests.NOT intended to be used for anything but standalone unit tests. This is a simple state holder, a stub implementation, at least if you follow Martin Fowler's reasoning. This class is called MockFlowControlContext to be consistent with the naming convention in the rest of the Spring framework (e.g. MockHttpServletRequest, ...).