Home
last modified time | relevance | path

Searched defs:stringReturningMethod (Results 1 – 3 of 3) sorted by relevance

/external/mockito/src/test/java/org/mockito/internal/stubbing/answers/
DInvocationInfoTest.java102 InvocationInfo stringReturningMethod = new InvocationInfo(getLastInvocation()); in isVoid_invocationNonVoidMethod_returnFalse() local
/external/mockito/src/test/java/org/mockitousage/
DIMethods.java207 String stringReturningMethod(); in stringReturningMethod() method
DMethodsImpl.java390 public String stringReturningMethod() { in stringReturningMethod() method in MethodsImpl