Package | Description |
---|---|
org.mockito.internal.creation |
Mock object creation.
|
org.mockito.internal.creation.cglib |
CGLIB related stuff
|
org.mockito.internal.invocation.realmethod |
implementations of real method calls
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMockitoMethodProxy |
class |
DelegatingMockitoMethodProxy |
class |
SerializableMockitoMethodProxy |
Modifier and Type | Method and Description |
---|---|
MockitoMethodProxy |
MethodInterceptorFilter.createMockitoMethodProxy(MethodProxy methodProxy) |
Modifier and Type | Method and Description |
---|---|
void |
CGLIBHacker.setMockitoNamingPolicy(MockitoMethodProxy mockitoMethodProxy) |
Modifier and Type | Method and Description |
---|---|
MockitoMethodProxy |
HasCGLIBMethodProxy.getMethodProxy() |
MockitoMethodProxy |
FilteredCGLIBProxyRealMethod.getMethodProxy() |
MockitoMethodProxy |
CGLIBProxyRealMethod.getMethodProxy() |
Constructor and Description |
---|
CGLIBProxyRealMethod(MockitoMethodProxy methodProxy) |
FilteredCGLIBProxyRealMethod(MockitoMethodProxy methodProxy) |
Copyright © 2018. All rights reserved.