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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
void
execute
(ActionInvocation invocation) Represents a generic interface for all action execution results.int
hashCode()
void
-
Field Details
-
DEFAULT_PARAM
- See Also:
-
-
Constructor Details
-
MockResult
public MockResult()
-
-
Method Details
-
equals
-
execute
Description copied from interface:Result
Represents a generic interface for all action execution results. Whether that be displaying a webpage, generating an email, sending a JMS message, etc. -
hashCode
public int hashCode() -
setFoo
-
getInvocation
-