org.mockito.internal.listeners
public class NotifiedMethodInvocationReport extends Object implements MethodInvocationReport
| Constructor and Description |
|---|
NotifiedMethodInvocationReport(Invocation invocation,
Object returnedValue)
Build a new
MethodInvocationReport with a return value. |
NotifiedMethodInvocationReport(Invocation invocation,
Throwable throwable)
Build a new
MethodInvocationReport with a return value. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
DescribedInvocation |
getInvocation() |
String |
getLocationOfStubbing() |
Object |
getReturnedValue() |
Throwable |
getThrowable() |
int |
hashCode() |
boolean |
threwException() |
public NotifiedMethodInvocationReport(Invocation invocation, Object returnedValue)
MethodInvocationReport with a return value.invocation - Information on the method callreturnedValue - The value returned by the method invocationpublic NotifiedMethodInvocationReport(Invocation invocation, Throwable throwable)
MethodInvocationReport with a return value.invocation - Information on the method callthrowable - Tha throwable raised by the method invocationpublic DescribedInvocation getInvocation()
getInvocation in interface MethodInvocationReportnullpublic Object getReturnedValue()
getReturnedValue in interface MethodInvocationReportnullpublic Throwable getThrowable()
getThrowable in interface MethodInvocationReportnullpublic boolean threwException()
threwException in interface MethodInvocationReporttrue if an exception was raised, false otherwisepublic String getLocationOfStubbing()
getLocationOfStubbing in interface MethodInvocationReport