Package org.apache.struts2.mock
Class MockResult
java.lang.Object
org.apache.struts2.mock.MockResult
- All Implemented Interfaces:
- Serializable,- Result
Mock for a 
Result.- Author:
- Mike, Rainer Hermanns
- See Also:
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanvoidexecute(ActionInvocation invocation) Represents a generic interface for all action execution results.inthashCode()void
- 
Field Details- 
DEFAULT_PARAM- See Also:
 
 
- 
- 
Constructor Details- 
MockResultpublic MockResult()
 
- 
- 
Method Details- 
equals
- 
executeDescription copied from interface:ResultRepresents a generic interface for all action execution results. Whether that be displaying a webpage, generating an email, sending a JMS message, etc.
- 
hashCodepublic int hashCode()
- 
setFoo
- 
getInvocation
 
-