Searched defs:areMethodsSame (Results 1 - 1 of 1) sorted by path

/external/littlemock/src/com/google/testing/littlemock/
H A DLittleMock.java564 private static boolean areMethodsSame(Method first, Method second) { method in class:LittleMock
742 if (areMethodsSame(method, sEqualsMethod)
743 || areMethodsSame(method, sHashCodeMethod)
744 || areMethodsSame(method, sToStringMethod)) {
759 if (areMethodsSame(method, sEqualsMethod)) {
762 } else if (areMethodsSame(method, sHashCodeMethod)) {
765 } else if (areMethodsSame(method, sToStringMethod)) {
771 if (areMethodsSame(stubbedCall.mMethodCall.mMethod, methodCall.mMethod)) {
879 if (areMethodsSame(call.mMethod, method)) {

Completed in 179 milliseconds