Searched defs:realMethod (Results 1 – 6 of 6) sorted by relevance
| /external/mockito/src/main/java/org/mockito/internal/invocation/ |
| D | DefaultInvocationFactory.java | 21 …on(Object target, MockCreationSettings settings, Method method, final Callable realMethod, Object.… in createInvocation() 26 …(Object target, MockCreationSettings settings, Method method, RealMethodBehavior realMethod, Objec… in createInvocation() 35 …Invocation(Object mock, Method invokedMethod, Object[] arguments, RealMethod realMethod, MockCreat… in createInvocation() 47 arguments, RealMethod realMethod, MockCreationSettings settings) { in createInvocation()
|
| D | InterceptedInvocation.java | 26 private final RealMethod realMethod; field in InterceptedInvocation 39 RealMethod realMethod, in InterceptedInvocation()
|
| /external/mockito/src/main/java/org/mockito/invocation/ |
| D | InvocationFactory.java | 50 …ation(Object target, MockCreationSettings settings, Method method, Callable realMethod, Object... … in createInvocation() 76 …(Object target, MockCreationSettings settings, Method method, RealMethodBehavior realMethod, Objec… in createInvocation()
|
| /external/mockito/src/main/java/org/mockito/internal/creation/bytebuddy/ |
| D | MockMethodInterceptor.java | 48 RealMethod realMethod) throws Throwable { in doIntercept() 61 RealMethod realMethod, in doIntercept()
|
| D | MockMethodAdvice.java | 101 RealMethod realMethod; in handle() local
|
| /external/mockito/src/test/java/org/mockito/ |
| D | StaticMockingExperimentTest.java | 46 InvocationFactory.RealMethodBehavior realMethod = new InvocationFactory.RealMethodBehavior() { field in StaticMockingExperimentTest
|