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.Throwable
public void describeTo(org.hamcrest.Description description)
org.hamcrest.SelfDescribing
describeTo
in interface org.hamcrest.SelfDescribing
description
- The description to be built or appended to.