Package | Description |
---|---|
org.mockito.cglib.proxy | |
org.mockito.internal.creation |
Mock object creation.
|
org.mockito.internal.creation.jmock |
Borrowed from jmock codebase
|
Class and Description |
---|
Callback
All callback interfaces used by
Enhancer extend this interface. |
CallbackFilter
Map methods of subclasses generated by
Enhancer to a particular
callback. |
InvocationHandler
InvocationHandler replacement (unavailable under JDK 1.2). |
MethodProxy
Classes generated by
Enhancer pass this object to the
registered MethodInterceptor objects when an intercepted method is invoked. |
Mixin
Mixin allows
multiple objects to be combined into a single larger object. |
NoOp
Methods using this
Enhancer callback will delegate directly to the
default (super) implementation in the base class. |
Class and Description |
---|
Callback
All callback interfaces used by
Enhancer extend this interface. |
MethodInterceptor
General-purpose
Enhancer callback which provides for "around advice". |
MethodProxy
Classes generated by
Enhancer pass this object to the
registered MethodInterceptor objects when an intercepted method is invoked. |
Class and Description |
---|
Callback
All callback interfaces used by
Enhancer extend this interface. |
MethodInterceptor
General-purpose
Enhancer callback which provides for "around advice". |
NoOp
Methods using this
Enhancer callback will delegate directly to the
default (super) implementation in the base class. |
Copyright © 2018. All rights reserved.