public interface ResultVerifier
| Modifier and Type | Method and Description |
|---|---|
boolean |
verify(java.lang.Object returnValue,
java.lang.Throwable t,
java.lang.reflect.Method m,
java.lang.Object... args)
Verify the result or exception.
|
boolean verify(java.lang.Object returnValue,
java.lang.Throwable t,
java.lang.reflect.Method m,
java.lang.Object... args)
returnValue - the returned value or nullt - the exception / error or null if the method returned normallym - the method or null if unknownargs - the arguments or null if unknown