public class AssumptionViolatedException extends AssumptionViolatedException
Assume
,
Serialized FormConstructor and 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.
|
describeTo, getMessage
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)
Copyright © 2002–2024 JUnit. All rights reserved.