HomeSort by relevance Sort by last modified time
    Searched full:methodsguru (Results 1 - 1 of 1) sorted by null

  /external/mockito/src/org/mockito/internal/stubbing/defaultanswers/
ReturnsEmptyValues.java 57 ObjectMethodsGuru methodsGuru = new ObjectMethodsGuru();
64 if (methodsGuru.isToString(invocation.getMethod())) {
72 } else if (methodsGuru.isCompareToMethod(invocation.getMethod())) {

Completed in 49 milliseconds