Home
last modified time | relevance | path

Searched defs:createInvocation (Results 1 – 2 of 2) sorted by relevance

/external/mockito/src/main/java/org/mockito/internal/invocation/
DDefaultInvocationFactory.java21 …public Invocation createInvocation(Object target, MockCreationSettings settings, Method method, fi… in createInvocation() method in DefaultInvocationFactory
26 …public Invocation createInvocation(Object target, MockCreationSettings settings, Method method, Re… in createInvocation() method in DefaultInvocationFactory
31 …private Invocation createInvocation(Object target, MockCreationSettings settings, Method method, R… in createInvocation() method in DefaultInvocationFactory
35 …public static InterceptedInvocation createInvocation(Object mock, Method invokedMethod, Object[] a… in createInvocation() method in DefaultInvocationFactory
46 … private static InterceptedInvocation createInvocation(Object mock, Method invokedMethod, Object[] in createInvocation() method in DefaultInvocationFactory
/external/mockito/src/main/java/org/mockito/invocation/
DInvocationFactory.java50 …Invocation createInvocation(Object target, MockCreationSettings settings, Method method, Callable … in createInvocation() method
76 …Invocation createInvocation(Object target, MockCreationSettings settings, Method method, RealMetho… in createInvocation() method