Uses of Interface
org.mockito.invocation.InvocationFactory.RealMethodBehavior
Packages that use InvocationFactory.RealMethodBehavior
-
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.