Class ProxyMockMaker.MockInvocationHandler
java.lang.Object
org.mockito.internal.creation.proxy.ProxyMockMaker.MockInvocationHandler
- All Implemented Interfaces:
InvocationHandler
- Enclosing class:
- ProxyMockMaker
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final AtomicReference<MockHandler<?>>
private final MockCreationSettings<?>
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
MockInvocationHandler
(MockHandler<?> handler, MockCreationSettings<?> settings) -
Method Summary
-
Field Details
-
handler
-
settings
-
-
Constructor Details
-
MockInvocationHandler
-
-
Method Details
-
invoke
- Specified by:
invoke
in interfaceInvocationHandler
- Throws:
Throwable
-