Class InvocationFactory
- java.lang.Object
-
- org.powermock.api.mockito.invocation.InvocationFactory
-
class InvocationFactory extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description InvocationFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) org.mockito.invocation.Invocation
createInvocation(java.lang.Object mock, java.lang.reflect.Method method, org.mockito.mock.MockCreationSettings settings, java.lang.Object... arguments)
private org.mockito.invocation.InvocationFactory.RealMethodBehavior
createRealMethod(java.lang.Object delegator, java.lang.reflect.Method method, java.lang.Object... arguments)
-
-
-
Method Detail
-
createInvocation
org.mockito.invocation.Invocation createInvocation(java.lang.Object mock, java.lang.reflect.Method method, org.mockito.mock.MockCreationSettings settings, java.lang.Object... arguments)
-
createRealMethod
private org.mockito.invocation.InvocationFactory.RealMethodBehavior createRealMethod(java.lang.Object delegator, java.lang.reflect.Method method, java.lang.Object... arguments)
-
-