Package org.jmock.core
Class Invocation
java.lang.Object
org.jmock.core.Invocation
- All Implemented Interfaces:
SelfDescribing
The static details about a method and the run-time details of its invocation.
- Since:
- 1.0
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
checkReturnTypeCompatibility
(Object result) describeTo
(StringBuffer buffer) Appends the description of this object to the buffer.boolean
boolean
equals
(Invocation other) int
hashCode()
toString()
-
Field Details
-
invokedObject
-
invokedMethod
-
parameterValues
-
-
Constructor Details
-
Invocation
-
-
Method Details
-
toString
-
equals
-
equals
-
hashCode
public int hashCode() -
describeTo
Description copied from interface:SelfDescribing
Appends the description of this object to the buffer.- Specified by:
describeTo
in interfaceSelfDescribing
- Parameters:
buffer
- The buffer that the description is appended to.- Returns:
- The buffer passed to the invokedMethod.
-
checkReturnTypeCompatibility
-