public class AssumptionViolatedException extends org.junit.internal.AssumptionViolatedException
Assume,
Serialized Form| Constructor and Description |
|---|
AssumptionViolatedException(String message)
An assumption exception with the given message only.
|
AssumptionViolatedException(String message,
Throwable t)
An assumption exception with the given message and a cause.
|
AssumptionViolatedException(String message,
T expected,
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,
Matcher<T> matcher)
An assumption exception with the given actual value and a matcher describing
the expectation that failed.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AssumptionViolatedException(T actual, Matcher<T> matcher)
public AssumptionViolatedException(String message, T expected, Matcher<T> matcher)
public AssumptionViolatedException(String message)
public AssumptionViolatedException(String message, Throwable t)
Copyright © 2002–2020 JUnit. All rights reserved.