Package | Description |
---|---|
org.mockito.internal.creation |
Mock object creation.
|
org.mockito.internal.invocation |
Invocation and related classes.
|
org.mockito.internal.util |
Static utils
|
Modifier and Type | Class and Description |
---|---|
class |
DelegatingMethod |
Modifier and Type | Method and Description |
---|---|
MockitoMethod |
MethodInterceptorFilter.createMockitoMethod(Method method) |
Modifier and Type | Class and Description |
---|---|
class |
SerializableMethod |
Constructor and Description |
---|
Invocation(Object mock,
MockitoMethod mockitoMethod,
Object[] args,
int sequenceNumber,
RealMethod realMethod) |
Modifier and Type | Method and Description |
---|---|
boolean |
ObjectMethodsGuru.isToString(MockitoMethod method) |
Copyright © 2018. All rights reserved.