Serializable
, org.hamcrest.SelfDescribing
public class AssumptionViolatedException extends org.junit.internal.AssumptionViolatedException
Assume
,
Serialized FormConstructor | Description |
---|---|
AssumptionViolatedException(String message) |
An assumption exception with the given message only.
|
AssumptionViolatedException(String assumption,
Throwable t) |
An assumption exception with the given message and a cause.
|
AssumptionViolatedException(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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AssumptionViolatedException(T actual, org.hamcrest.Matcher<T> matcher)
public AssumptionViolatedException(String message, T expected, org.hamcrest.Matcher<T> matcher)
public AssumptionViolatedException(String message)
public AssumptionViolatedException(String assumption, Throwable t)
Copyright © 2002–2018 JUnit. All rights reserved.