public class SourceAndControlAssertionError extends AssertionError
AssertionError that also contains a message and control
message Source for more context.| Constructor and Description |
|---|
SourceAndControlAssertionError(String message,
String messageLabel,
Source messageSource,
String controlLabel,
Source controlSource)
Creates assertion error.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getControlLabel() |
Source |
getControlSource() |
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic String getMessage()
getMessage in class Throwablepublic String getControlLabel()
public Source getControlSource()
Copyright © 2017. All Rights Reserved.