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