javadoc foward merge from 1.0.4

This commit is contained in:
Keith Donald
2007-06-14 04:37:38 +00:00
parent 1a8738f2dc
commit 9f5a0d65b9

View File

@@ -83,12 +83,11 @@ public abstract class AbstractXmlFlowExecutionTests extends AbstractExternalized
}
/**
* Template method called to allow registration of mock implementations of
* services local to the flow being tested.
* Template method subclasses may override to register mock implementations of
* services used locally by the flow being tested.
* @param flow the flow to register the services for
* @param beanFactory the local flow service registry, you can register services here
* @param beanFactory the local flow service registry; register mock services with it
* using {@link ConfigurableBeanFactory#registerSingleton(String, Object)}
* @since 1.0.4
*/
protected void registerLocalMockServices(Flow flow, ConfigurableBeanFactory beanFactory) {
}