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

/external/littlemock/src/com/google/testing/littlemock/
H A DLittleMock.java172 appendDebugStringForMethodCall(sb, thisCall.mMethod, thisCall.mElement, fieldName, false);
174 appendDebugStringForMethodCall(sb, lastCall.mMethod, lastCall.mElement, fieldName, false);
236 appendDebugStringForMethodCall(sb, method.mMethod,
537 private final Method mMethod; field in class:LittleMock.MethodCall
548 mMethod = method;
560 return "MethodCall [method=" + mMethod + ", args=" + Arrays.toString(mArgs) + "]";
771 if (areMethodsSame(stubbedCall.mMethodCall.mMethod, methodCall.mMethod)) {
879 if (areMethodsSame(call.mMethod, method)) {
899 appendDebugStringForMethodCall(sb, methodCall.mMethod,
[all...]

Completed in 113 milliseconds