public static class Assert.AssertionFailedException extends RuntimeException
| Constructor and Description |
|---|
AssertionFailedException(String message)
Creates a AssertionFailedException with a message and a cause
|
AssertionFailedException(String message,
Throwable cause)
Creates a AssertionFailedException with a message and a cause
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AssertionFailedException(String message)
message - the message to record