| Package | Description |
|---|---|
| org.mockito.internal.invocation |
Invocation and related classes.
|
| org.mockito.internal.invocation.realmethod |
implementations of real method calls
|
| Constructor and Description |
|---|
InvocationImpl(java.lang.Object mock,
MockitoMethod mockitoMethod,
java.lang.Object[] args,
int sequenceNumber,
RealMethod realMethod) |
| Modifier and Type | Class and Description |
|---|---|
class |
CleanTraceRealMethod
Provides stack trace filtering on exception.
|
class |
DefaultRealMethod |
| Constructor and Description |
|---|
CleanTraceRealMethod(RealMethod realMethod) |