public class AssumptionViolatedException
extends org.junit.internal.AssumptionViolatedException
Assume
,
Serialized FormConstructor 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.
|
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)