org.jmock.api
public class ExpectationError extends Error
Modifier and Type | Field and Description |
---|---|
SelfDescribing |
expectations |
Invocation |
invocation |
Constructor and Description |
---|
ExpectationError(String message,
Invocation invocation) |
ExpectationError(String message,
SelfDescribing expectations) |
ExpectationError(String message,
SelfDescribing expectations,
Invocation invocation) |
Modifier and Type | Method and Description |
---|---|
void |
describeTo(Description description) |
String |
toString() |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public final SelfDescribing expectations
public final Invocation invocation
public ExpectationError(String message, SelfDescribing expectations, Invocation invocation)
public ExpectationError(String message, Invocation invocation)
public ExpectationError(String message, SelfDescribing expectations)