Package | Description |
---|---|
org.mockito.internal.invocation |
Invocation and related classes.
|
org.mockito.internal.invocation.realmethod |
implementations of real method calls
|
Constructor and Description |
---|
Invocation(Object mock,
MockitoMethod mockitoMethod,
Object[] args,
int sequenceNumber,
RealMethod realMethod) |
Modifier and Type | Class and Description |
---|---|
class |
CGLIBProxyRealMethod |
class |
FilteredCGLIBProxyRealMethod |
Constructor and Description |
---|
FilteredCGLIBProxyRealMethod(RealMethod realMethod) |
Copyright © 2018. All rights reserved.