Home
last modified time | relevance | path

Searched defs:simpleMethod (Results 1 – 10 of 10) sorted by relevance

/external/mockito/src/test/java/org/mockitousage/strictness/
DProductionCode.java15 public static void simpleMethod(IMethods mock, String argument) { in simpleMethod() method in ProductionCode
19 public static void simpleMethod(IMethods mock, int argument) { in simpleMethod() method in ProductionCode
/external/mockito/src/test/java/org/mockitousage/
DMethodsImpl.java200 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( in simpleMethod() method in MethodsImpl
245 public String simpleMethod(String one, String[] two) { in simpleMethod() method in MethodsImpl
DIMethods.java107 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( in simpleMethod() method
130 String simpleMethod(String one, String[] two); in simpleMethod() method
/external/mockito/src/test/java/org/mockito/internal/verification/
DDefaultRegisteredInvocationsTest.java28 Invocation simpleMethod = new InvocationBuilder().simpleMethod().toInvocation(); in should_not_return_to_string_method() local
/external/mockito/src/test/java/org/mockito/internal/stubbing/
DInvocationContainerImplStubbingTest.java28 private Invocation simpleMethod; field in InvocationContainerImplStubbingTest
/external/mockito/src/test/java/org/mockito/internal/invocation/
DInvocationBuilder.java132 public InvocationBuilder simpleMethod() { in simpleMethod() method in InvocationBuilder
DInvocationMatcherTest.java36 private InvocationMatcher simpleMethod; field in InvocationMatcherTest
/external/aws-sdk-java-v2/codegen/src/main/java/software/amazon/awssdk/codegen/poet/client/
DSyncClientInterface.java349 …MethodSpec simpleMethod = streamingInputOutputFileSimpleMethod(opModel, responseType, requestType); in overloadedMethods() local
354 … MethodSpec simpleMethod = uploadFromFileSimpleMethod(opModel, responseType, requestType); in overloadedMethods() local
/external/aws-sdk-java-v2/codegen/src/main/java/software/amazon/awssdk/codegen/model/intermediate/
DShapeModel.java50 private boolean simpleMethod; field in ShapeModel
330 public void setSimpleMethod(boolean simpleMethod) { in setSimpleMethod()
/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/stock/
DProxyBuilderTest.java76 public String simpleMethod() { in simpleMethod() method in ProxyBuilderTest.SimpleClass