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
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) -
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 anInvocationobject.