Searched defs:differentMethod (Results 1 - 3 of 3) sorted by relevance

/external/mockito/src/test/java/org/mockito/internal/invocation/
H A DInvocationBuilder.java134 public InvocationBuilder differentMethod() { method in class:InvocationBuilder
135 return this.method("differentMethod");
/external/mockito/src/test/java/org/mockitousage/
H A DIMethods.java109 String differentMethod(); method in interface:IMethods
111 String differentMethod(String argument); method in interface:IMethods
H A DMethodsImpl.java204 public String differentMethod() { method in class:MethodsImpl
208 public String differentMethod(String argument) { method in class:MethodsImpl

Completed in 120 milliseconds