public class ExpectationError
extends java.lang.Error
implements org.hamcrest.SelfDescribing
Modifier and Type | Field and Description |
---|---|
org.hamcrest.SelfDescribing |
expectations |
Invocation |
invocation |
Constructor and Description |
---|
ExpectationError(java.lang.String message,
Invocation invocation) |
ExpectationError(java.lang.String message,
org.hamcrest.SelfDescribing expectations) |
ExpectationError(java.lang.String message,
org.hamcrest.SelfDescribing expectations,
Invocation invocation) |
Modifier and Type | Method and Description |
---|---|
void |
describeTo(org.hamcrest.Description description) |
java.lang.String |
toString() |
public final org.hamcrest.SelfDescribing expectations
public final Invocation invocation
public ExpectationError(java.lang.String message, org.hamcrest.SelfDescribing expectations, Invocation invocation)
public ExpectationError(java.lang.String message, Invocation invocation)
public ExpectationError(java.lang.String message, org.hamcrest.SelfDescribing expectations)