Home
last modified time | relevance | path

Searched refs:RealMethodBehavior (Results 1 – 7 of 7) sorted by relevance

/external/mockito/src/main/java/org/mockito/internal/invocation/
DRealMethod.java37 super(new InvocationFactory.RealMethodBehavior() { in FromCallable()
48 private final InvocationFactory.RealMethodBehavior<?> behavior;
50 FromBehavior(InvocationFactory.RealMethodBehavior<?> behavior) { in FromBehavior()
DDefaultInvocationFactory.java26 …ation(Object target, MockCreationSettings settings, Method method, RealMethodBehavior realMethod, … in createInvocation()
/external/dexmaker/dexmaker-mockito-inline/src/main/java/com/android/dx/mockito/inline/
DInvocationHandlerAdapter.java22 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/
DInvocationFactory.java57 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/
DInvocationHandlerAdapter.java22 import org.mockito.invocation.InvocationFactory.RealMethodBehavior;
54 new RealMethodBehavior() { in invoke()
/external/mockito/src/test/java/org/mockito/
DInvocationFactoryTest.java34 new InvocationFactory.RealMethodBehavior() { in call_method_that_throws_a_throwable()
56 new InvocationFactory.RealMethodBehavior() { in call_method_that_returns_a_string()
DStaticMockingExperimentTest.java46 InvocationFactory.RealMethodBehavior realMethod = new InvocationFactory.RealMethodBehavior() {