Searched refs:invocationForStubbing (Results 1 - 3 of 3) sorted by relevance

/external/mockito/src/org/mockito/internal/stubbing/
H A DInvocationContainerImpl.java32 private InvocationMatcher invocationForStubbing; field in class:InvocationContainerImpl
41 this.invocationForStubbing = invocation;
45 this.invocationForStubbing = invocationMatcher;
58 Invocation invocation = invocationForStubbing.getInvocation();
67 stubbed.addFirst(new StubbedInvocationMatcher(invocationForStubbing, answer));
107 invocationForStubbing = invocation;
117 return "invocationForStubbing: " + invocationForStubbing;
129 return invocationForStubbing.getInvocation().getMock();
133 return invocationForStubbing;
[all...]
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...

Completed in 49 milliseconds