org.hamcrest.SelfDescribingpublic class Invocation extends Object implements org.hamcrest.SelfDescribing
| Modifier and Type | Field | Description |
|---|---|---|
static Object[] |
NO_PARAMETERS |
| Constructor | Description |
|---|---|
Invocation(Object invoked,
Method method,
Object... parameterValues) |
| Modifier and Type | Method | Description |
|---|---|---|
Object |
applyTo(Object target) |
|
void |
checkReturnTypeCompatibility(Object value) |
|
void |
describeTo(org.hamcrest.Description description) |
|
boolean |
equals(Object other) |
|
boolean |
equals(Invocation other) |
|
Method |
getInvokedMethod() |
|
Object |
getInvokedObject() |
|
Object |
getParameter(int i) |
|
int |
getParameterCount() |
|
Object[] |
getParametersAsArray() |
|
int |
hashCode() |
|
String |
toString() |
public static final Object[] NO_PARAMETERS
public boolean equals(Invocation other)
public void describeTo(org.hamcrest.Description description)
describeTo in interface org.hamcrest.SelfDescribingpublic Object getInvokedObject()
public Method getInvokedMethod()
public int getParameterCount()
public Object getParameter(int i)
public Object[] getParametersAsArray()
public void checkReturnTypeCompatibility(Object value)
Copyright © 2003–2018 jMock. All rights reserved.