Support for testing flows and their associated artifacts.

When you want to unit test an actual web flow, the {@link org.springframework.webflow.test.AbstractFlowExecutionTests} class provides a convenient base class you can subclass.

When testing custom action implementations, the {@link org.springframework.webflow.test.MockRequestContext} if of particular interest.