public static class Assume.AssumptionViolatedException
extends java.lang.RuntimeException
implements org.hamcrest.SelfDescribing
| Constructor and Description |
|---|
Assume.AssumptionViolatedException(java.lang.Object value,
org.hamcrest.Matcher<?> matcher) |
| Modifier and Type | Method and Description |
|---|---|
void |
describeTo(org.hamcrest.Description description)
Generates a description of the object.
|
java.lang.String |
getMessage() |
public Assume.AssumptionViolatedException(java.lang.Object value,
org.hamcrest.Matcher<?> matcher)
public java.lang.String getMessage()
getMessage in class java.lang.Throwablepublic void describeTo(org.hamcrest.Description description)
org.hamcrest.SelfDescribingdescribeTo in interface org.hamcrest.SelfDescribingdescription - The description to be built or appended to.