Searched refs:RealMethodBehavior (Results 1 – 7 of 7) sorted by relevance
/external/mockito/src/main/java/org/mockito/internal/invocation/ |
D | RealMethod.java | 37 super(new InvocationFactory.RealMethodBehavior() { in FromCallable() 48 private final InvocationFactory.RealMethodBehavior<?> behavior; 50 FromBehavior(InvocationFactory.RealMethodBehavior<?> behavior) { in FromBehavior()
|
D | DefaultInvocationFactory.java | 26 …ation(Object target, MockCreationSettings settings, Method method, RealMethodBehavior realMethod, … in createInvocation()
|
/external/dexmaker/dexmaker-mockito-inline/src/main/java/com/android/dx/mockito/inline/ |
D | InvocationHandlerAdapter.java | 22 import org.mockito.invocation.InvocationFactory.RealMethodBehavior; 76 withSettings().build(mock.getClass()), method, new RealMethodBehavior() { in interceptEntryHook() 114 new RealMethodBehavior() {
|
/external/mockito/src/main/java/org/mockito/invocation/ |
D | InvocationFactory.java | 57 interface RealMethodBehavior<R> extends Serializable { interface 76 …ation(Object target, MockCreationSettings settings, Method method, RealMethodBehavior realMethod, … in createInvocation()
|
/external/dexmaker/dexmaker-mockito/src/main/java/com/android/dx/mockito/ |
D | InvocationHandlerAdapter.java | 22 import org.mockito.invocation.InvocationFactory.RealMethodBehavior; 54 new RealMethodBehavior() { in invoke()
|
/external/mockito/src/test/java/org/mockito/ |
D | InvocationFactoryTest.java | 34 new InvocationFactory.RealMethodBehavior() { in call_method_that_throws_a_throwable() 56 new InvocationFactory.RealMethodBehavior() { in call_method_that_returns_a_string()
|
D | StaticMockingExperimentTest.java | 46 InvocationFactory.RealMethodBehavior realMethod = new InvocationFactory.RealMethodBehavior() {
|