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

  /external/mockito/src/org/mockito/internal/stubbing/defaultanswers/
ReturnsSmartNulls.java 64 public Object answer(InvocationOnMock currentInvocation) throws Throwable {
65 if (new ObjectMethodsGuru().isToString(currentInvocation.getMethod())) {

Completed in 3361 milliseconds