Uses of Interface
org.mockito.invocation.InvocationFactory.RealMethodBehavior
-
Packages that use InvocationFactory.RealMethodBehavior Package Description org.mockito.invocation Public API related to mock method invocations. -
-
Uses of InvocationFactory.RealMethodBehavior in org.mockito.invocation
Methods in org.mockito.invocation with parameters of type InvocationFactory.RealMethodBehavior Modifier and Type Method Description InvocationInvocationFactory. createInvocation(Object target, MockCreationSettings settings, Method method, InvocationFactory.RealMethodBehavior realMethod, Object... args)Creates instance of anInvocationobject.
-