Searched defs:methodCall (Results 1 - 11 of 11) sorted by relevance

/external/guava/guava/src/com/google/common/util/concurrent/
H A DListenerCallQueue.java43 private final String methodCall; field in class:ListenerCallQueue.Callback
45 Callback(String methodCall) { argument
46 this.methodCall = methodCall;
122 "Exception while executing callback: " + listener + "." + nextToRun.methodCall,
/external/mockito/src/org/mockito/
H A DBDDMockito.java177 public static <T> BDDMyOngoingStubbing<T> given(T methodCall) { argument
178 return new BDDOngoingStubbingImpl<T>(Mockito.when(methodCall));
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);
/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/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/guice/extensions/persist/lib/
H A Dognl-2.6.7.jarMETA-INF/ META-INF/MANIFEST.MF ognl/ ognl/ASTAdd.class ASTAdd.java package ognl ...
H A Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/AssertionFailure.class AssertionFailure. ...
/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/ ...
/external/robolectric/v1/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/guice/extensions/struts2/lib/
H A Dognl-3.0.jarMETA-INF/ META-INF/MANIFEST.MF ognl/ ognl/enhance/ ognl/internal/ ognl/SimpleNode.class SimpleNode ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 861 milliseconds