Uses of Class
org.mockito.internal.invocation.InterceptedInvocation
-
Packages that use InterceptedInvocation Package Description org.mockito.internal.invocation Invocation machinery and related classes. -
-
Uses of InterceptedInvocation in org.mockito.internal.invocation
Methods in org.mockito.internal.invocation that return InterceptedInvocation Modifier and Type Method Description private static InterceptedInvocation
DefaultInvocationFactory. createInvocation(java.lang.Object mock, java.lang.reflect.Method invokedMethod, java.lang.Object[] arguments, RealMethod realMethod, MockCreationSettings settings)
static InterceptedInvocation
DefaultInvocationFactory. createInvocation(java.lang.Object mock, java.lang.reflect.Method invokedMethod, java.lang.Object[] arguments, RealMethod realMethod, MockCreationSettings settings, Location location)
-