A stub flow service locator implementation suitable for a test environment.
Allows programmatic registration of subflows needed by a flow execution being
tested, see
MockFlowServiceLocator.registerSubflow(Flow) . Subflows registered are
typically stubs that verify parent flow input and output scenarios.
Also supports programmatic registration of additional custom services needed
by a flow (such as Actions) managed in a backing Spring
ConfigurableBeanFactory . See the
MockFlowServiceLocator.registerBean(String,Object) method. Beans registered are typically
mocks or stubs of business services invoked by the flow.
author: Keith Donald |