| Name | Description | Type | Package | Framework |
| AbstractExternalizedFlowExecutionTests | Base class for flow integration tests that verify an externalized flow definition executes as expected. | Class | org.springframework.webflow.test.execution | Spring Webflow |
| AbstractFlowExecutionTests | Base class for tests that verify a flow executes as expected. | Class | org.springframework.webflow.test.execution | Spring Webflow |
| AbstractXmlFlowExecutionTests | Base class for flow integration tests that verify an XML flow definition executes as expected. | Class | org.springframework.webflow.test.execution | Spring Webflow |
| GeneratedFlowExecutionKey | A simple flow execution key implementation. | Class | org.springframework.webflow.test | Spring Webflow |
| MockAction | A trivial stub action implementation that can be parameterized to return a particular action execution result. | Class | org.springframework.webflow.test | Spring Webflow |
| MockExternalContext | Mock implementation of the ExternalContext interface. | Class | org.springframework.webflow.test | Spring Webflow |
| MockFlowBuilderContext | A stub flow service locator implementation suitable for a test environment. | Class | org.springframework.webflow.test | Spring Webflow |
| MockFlowExecutionContext | A stub implementation of the flow execution context interface. | Class | org.springframework.webflow.test | Spring Webflow |
| MockFlowExecutionKey | A simple flow execution key implementation. | Class | org.springframework.webflow.test | Spring Webflow |
| MockFlowExecutionKeyFactory | Trivial flow execution key factory implementation that returns a mock flow execution key each time. | Class | org.springframework.webflow.test | Spring Webflow |
| MockFlowSession | Mock implementation of the FlowSession interface. | Class | org.springframework.webflow.test | Spring Webflow |
| MockParameterMap | A extension of parameter map that allows for mutation of parameters. | Class | org.springframework.webflow.test | Spring Webflow |
| MockRequestContext | Mock implementation of the RequestContext interface to facilitate standalone flow artifact (e. | Class | org.springframework.webflow.test | Spring Webflow |
| MockRequestControlContext | Mock implementation of the RequestControlContext interface to facilitate standalone Flow and State unitAuthor:Keith DonaldSee Also:RequestContext, | Class | org.springframework.webflow.test | Spring Webflow |
| TestFlowBuilderServicesFactory | Factory that encapsulates configuration of default flow builder services for a test environment. | Class | org.springframework.webflow.test | Spring Webflow |