Uses of Interface
org.mockito.invocation.InvocationFactory.RealMethodBehavior
-
Packages that use InvocationFactory.RealMethodBehavior Package Description org.mockito.internal.invocation Invocation machinery and related classes.org.mockito.invocation Public API related to mock method invocations. -
-
Uses of InvocationFactory.RealMethodBehavior in org.mockito.internal.invocation
Fields in org.mockito.internal.invocation declared as InvocationFactory.RealMethodBehavior Modifier and Type Field Description private InvocationFactory.RealMethodBehavior<?>
RealMethod.FromBehavior. behavior
Methods in org.mockito.internal.invocation with parameters of type InvocationFactory.RealMethodBehavior Modifier and Type Method Description Invocation
DefaultInvocationFactory. createInvocation(java.lang.Object target, MockCreationSettings settings, java.lang.reflect.Method method, InvocationFactory.RealMethodBehavior realMethod, java.lang.Object... args)
Constructors in org.mockito.internal.invocation with parameters of type InvocationFactory.RealMethodBehavior Constructor Description FromBehavior(InvocationFactory.RealMethodBehavior<?> behavior)
-
Uses of InvocationFactory.RealMethodBehavior in org.mockito.invocation
Methods in org.mockito.invocation with parameters of type InvocationFactory.RealMethodBehavior Modifier and Type Method Description Invocation
InvocationFactory. createInvocation(java.lang.Object target, MockCreationSettings settings, java.lang.reflect.Method method, InvocationFactory.RealMethodBehavior realMethod, java.lang.Object... args)
Creates instance of anInvocation
object.
-