Serializable
public 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, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2014–2019. All rights reserved.