public class AssumptionViolatedException extends AssumptionViolatedException
Assume,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
AssumptionViolatedException(java.lang.String message)
An assumption exception with the given message only.
|
AssumptionViolatedException(java.lang.String assumption,
java.lang.Throwable t)
An assumption exception with the given message and a cause.
|
AssumptionViolatedException(java.lang.String message,
T expected,
org.hamcrest.Matcher<T> matcher)
An assumption exception with a message with the given actual value and a
matcher describing the expectation that failed.
|
AssumptionViolatedException(T actual,
org.hamcrest.Matcher<T> matcher)
An assumption exception with the given actual value and a matcher describing
the expectation that failed.
|
describeTo, getMessageprivate static final long serialVersionUID
public AssumptionViolatedException(T actual,
org.hamcrest.Matcher<T> matcher)
public AssumptionViolatedException(java.lang.String message,
T expected,
org.hamcrest.Matcher<T> matcher)
public AssumptionViolatedException(java.lang.String message)
public AssumptionViolatedException(java.lang.String assumption,
java.lang.Throwable t)