Searched refs:methodCall (Results 1 - 6 of 6) sorted by relevance

/external/littlemock/src/com/google/testing/littlemock/
H A DLittleMock.java692 MethodCall methodCall = new MethodCall(method, callSite, args);
693 innerVerify(method, matchers, methodCall, proxy, callSite, mHowManyTimes, mOrderCounter);
714 MethodCall methodCall = new MethodCall(method, callSite, args);
715 innerStub(method, matchers, methodCall, callSite, mStubbingAction);
728 MethodCall methodCall = new MethodCall(method, callSite, args);
729 return innerRecord(method, args, methodCall, proxy, callSite);
758 MethodCall methodCall, Object proxy, StackTraceElement callSite) throws Throwable {
769 mRecordedCalls.add(methodCall);
771 if (areMethodsSame(stubbedCall.mMethodCall.mMethod, methodCall.mMethod)) {
772 if (stubbedCall.mMethodCall.argsMatch(methodCall
757 innerRecord(Method method, final Object[] args, MethodCall methodCall, Object proxy, StackTraceElement callSite) argument
782 innerStub(Method method, final ArgumentMatcher[] matchers, MethodCall methodCall, StackTraceElement callSite, final Action stubbingAction) argument
847 innerVerify(Method method, ArgumentMatcher[] matchers, MethodCall methodCall, Object proxy, StackTraceElement callSite, CallCount callCount, OrderChecker orderCounter) argument
875 countMatchingInvocations(Method method, ArgumentMatcher[] matchers, MethodCall methodCall) argument
891 formatFailedVerifyMessage(MethodCall methodCall, int total, long timeoutMillis, CallCount callCount) argument
972 StubbedCall(MethodCall methodCall, Action action) argument
[all...]
/external/mockito/src/org/mockito/
H A DMockito.java1372 * @param methodCall
1376 public static <T> DeprecatedOngoingStubbing<T> stub(T methodCall) { argument
1377 return MOCKITO_CORE.stub(methodCall);
1438 * @param methodCall method to be stubbed
1442 public static <T> OngoingStubbing<T> when(T methodCall) { argument
1443 return MOCKITO_CORE.when(methodCall);
H A DBDDMockito.java177 public static <T> BDDMyOngoingStubbing<T> given(T methodCall) { argument
178 return new BDDOngoingStubbingImpl<T>(Mockito.when(methodCall));
/external/mockito/src/org/mockito/internal/
H A DMockitoCore.java69 public <T> DeprecatedOngoingStubbing<T> stub(T methodCall) { argument
74 public <T> OngoingStubbing<T> when(T methodCall) { argument
/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 691 milliseconds