Serializablepublic class SoftAssertionError extends AssertionError
| Constructor | Description |
|---|---|
SoftAssertionError(List<String> errors) |
Creates a new SoftAssertionError.
|
| Modifier and Type | Method | Description |
|---|---|---|
List<String> |
getErrors() |
Returns the causal AssertionError error messages in the order that they were thrown.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2014–2019. All rights reserved.