public class AssumptionViolatedException extends AssumptionViolatedException
| Constructor and Description |
|---|
AssumptionViolatedException()
An assumption exception with the given message only.
|
AssumptionViolatedException(java.lang.String message)
An assumption exception with a message with the given actual value and a
matcher describing the expectation that failed.
|
AssumptionViolatedException(java.lang.String message,
java.lang.Throwable cause)
An assumption exception with the given message and a cause.
|
AssumptionViolatedException(java.lang.Throwable cause)
An assumption exception with the given actual value and a matcher describing
the expectation that failed.
|
public AssumptionViolatedException()
public AssumptionViolatedException(java.lang.String message,
java.lang.Throwable cause)
public AssumptionViolatedException(java.lang.String message)
public AssumptionViolatedException(java.lang.Throwable cause)