Searched defs:simpleMethod (Results 1 – 7 of 7) sorted by relevance
/external/mockito/src/test/java/org/mockitousage/ |
D | IMethods.java | 107 String simpleMethod(); in simpleMethod() method 115 String simpleMethod(String argument); in simpleMethod() method 117 String simpleMethod(Collection<?> collection); in simpleMethod() method 119 String simpleMethod(Object argument); in simpleMethod() method 121 String simpleMethod(int argument); in simpleMethod() method 123 String simpleMethod(String argOne, Integer argTwo); in simpleMethod() method 125 String simpleMethod(String one, Integer two, Integer three, Integer four, Integer five); in simpleMethod() method 127 String simpleMethod(String one, String[] two); in simpleMethod() method
|
D | MethodsImpl.java | 200 public String simpleMethod() { in simpleMethod() method in MethodsImpl 216 public String simpleMethod(String argument) { in simpleMethod() method in MethodsImpl 220 public String simpleMethod(Collection<?> collection) { in simpleMethod() method in MethodsImpl 224 public String simpleMethod(Object argument) { in simpleMethod() method in MethodsImpl 228 public String simpleMethod(int argument) { in simpleMethod() method in MethodsImpl 232 public String simpleMethod(String argOne, Integer argTwo) { in simpleMethod() method in MethodsImpl 236 public String simpleMethod(String one, Integer two, Integer three, Integer four, Integer five) { in simpleMethod() method in MethodsImpl 240 public String simpleMethod(String one, String[] two) { in simpleMethod() method in MethodsImpl
|
/external/mockito/src/test/java/org/mockito/internal/verification/ |
D | DefaultRegisteredInvocationsTest.java | 29 Invocation simpleMethod = new InvocationBuilder().simpleMethod().toInvocation(); in should_not_return_to_string_method() local
|
/external/mockito/src/test/java/org/mockito/internal/stubbing/ |
D | InvocationContainerImplStubbingTest.java | 29 private Invocation simpleMethod; field in InvocationContainerImplStubbingTest
|
/external/mockito/src/test/java/org/mockito/internal/invocation/ |
D | InvocationBuilder.java | 115 public InvocationBuilder simpleMethod() { in simpleMethod() method in InvocationBuilder
|
D | InvocationMatcherTest.java | 35 private InvocationMatcher simpleMethod; field in InvocationMatcherTest
|
/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/stock/ |
D | ProxyBuilderTest.java | 76 public String simpleMethod() { in simpleMethod() method in ProxyBuilderTest.SimpleClass
|