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