Uses of Interface
org.mockito.invocation.InvocationFactory.RealMethodBehavior
Packages that use InvocationFactory.RealMethodBehavior
Package
Description
Invocation machinery and related classes.
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.RealMethodBehaviorModifier and TypeFieldDescriptionprivate final InvocationFactory.RealMethodBehavior<?>
RealMethod.FromBehavior.behavior
Methods in org.mockito.internal.invocation with parameters of type InvocationFactory.RealMethodBehaviorModifier and TypeMethodDescriptionDefaultInvocationFactory.createInvocation
(Object target, MockCreationSettings settings, Method method, InvocationFactory.RealMethodBehavior realMethod, Object... args) Constructors in org.mockito.internal.invocation with parameters of type InvocationFactory.RealMethodBehaviorModifierConstructorDescription(package private)
FromBehavior
(InvocationFactory.RealMethodBehavior<?> behavior) -
Uses of InvocationFactory.RealMethodBehavior in org.mockito.invocation
Methods in org.mockito.invocation with parameters of type InvocationFactory.RealMethodBehaviorModifier and TypeMethodDescriptionInvocationFactory.createInvocation
(Object target, MockCreationSettings settings, Method method, InvocationFactory.RealMethodBehavior realMethod, Object... args) Creates instance of anInvocation
object.