Package org.easymock.internal
Class Invocation
java.lang.Object
org.easymock.internal.Invocation
- All Implemented Interfaces:
Serializable
- Author:
- OFFIS, Tammo Freese
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addCapture
(Captures<Object> capture, Object value) void
boolean
Object[]
getMock()
int
hashCode()
static boolean
isJavaIdentifier
(String mockName) toString()
void
-
Constructor Details
-
Invocation
-
-
Method Details
-
getMock
-
getMethod
-
getArguments
-
equals
-
hashCode
public int hashCode() -
toString
-
getMockAndMethodName
-
addCapture
-
validateCaptures
public void validateCaptures() -
clearCaptures
public void clearCaptures() -
isJavaIdentifier
-