@Incubating public interface VerificationEvent
| Modifier and Type | Method and Description |
|---|---|
VerificationData |
getData() |
java.lang.Object |
getMock() |
VerificationMode |
getMode() |
java.lang.Throwable |
getVerificationError()
A nullable Throwable if it is null, the verification succeeded,
otherwise the throwable contains the cause of why the verification failed.
|
java.lang.Object getMock()
VerificationMode getMode()
VerificationMode that was used.VerificationData getData()
VerificationData that was verified on.java.lang.Throwable getVerificationError()