public class AssumptionViolatedException extends AssumptionViolatedException
Constructor and Description |
---|
AssumptionViolatedException()
An assumption exception with the given message only.
|
AssumptionViolatedException(String message)
An assumption exception with a message with the given actual value and a
matcher describing the expectation that failed.
|
AssumptionViolatedException(String message,
Throwable cause)
An assumption exception with the given message and a cause.
|
AssumptionViolatedException(Throwable cause)
An assumption exception with the given actual value and a matcher describing
the expectation that failed.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, toString
public AssumptionViolatedException()
public AssumptionViolatedException(String message)
public AssumptionViolatedException(String message, Throwable cause)
public AssumptionViolatedException(Throwable cause)