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