Searched refs:toStringMethod (Results 1 – 9 of 9) sorted by relevance
/external/mockito/src/test/java/org/mockito/internal/invocation/ |
D | SerializableMethodTest.java | 21 private Method toStringMethod; field in SerializableMethodTest 27 toStringMethod = this.getClass().getMethod("toString", args); in createMethodToTestWith() 28 method = new SerializableMethod(toStringMethod); in createMethodToTestWith() 39 assertArrayEquals(toStringMethod.getExceptionTypes(), method.getExceptionTypes()); in shouldBeAbleToRetrieveMethodExceptionTypes() 44 assertEquals(toStringMethod.getName(), method.getName()); in shouldBeAbleToRetrieveMethodName() 49 assertEquals(toStringMethod.isVarArgs(), method.isVarArgs()); in shouldBeAbleToCheckIsArgVargs() 54 assertArrayEquals(toStringMethod.getParameterTypes(), method.getParameterTypes()); in shouldBeAbleToGetParameterTypes() 59 assertEquals(toStringMethod.getReturnType(), method.getReturnType()); in shouldBeAbleToGetReturnType() 64 assertTrue(new SerializableMethod(toStringMethod).equals(method)); in shouldBeEqualForTwoInstances()
|
/external/easymock/src/org/easymock/internal/ |
D | ObjectMethodsFilter.java | 32 private transient Method toStringMethod; field in ObjectMethodsFilter 51 toStringMethod = toMock.getMethod("toString", (Class[]) null); in ObjectMethodsFilter() 69 if (toStringMethod.equals(method)) { in invoke() 93 toStringMethod = ((MethodSerializationWrapper) stream.readObject()).getMethod(); in readObject() 105 stream.writeObject(new MethodSerializationWrapper(toStringMethod)); in writeObject()
|
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/ |
D | TestFmwk.java | 711 Method toStringMethod = classToBeTested.getDeclaredMethod("toString"); in invokeToString() local 712 toStringMethod.setAccessible(true); in invokeToString() 713 return (String) toStringMethod.invoke(obj); in invokeToString()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/ |
D | TestFmwk.java | 712 Method toStringMethod = classToBeTested.getDeclaredMethod("toString"); in invokeToString() local 713 toStringMethod.setAccessible(true); in invokeToString() 714 return (String) toStringMethod.invoke(obj); in invokeToString()
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/bytecode/ |
D | AndroidTranslator.java | 251 CtMethod toStringMethod = ctClass.getMethod("toString", "()Ljava/lang/String;"); in fixMethods() local 255 fixMethod(ctClass, toStringMethod, false); in fixMethods()
|
/external/guava/guava-tests/test/com/google/common/reflect/ |
D | TypeTokenTest.java | 1235 Method toStringMethod = Object.class.getMethod("toString"); in testMethod_declaredBySuperclass() local 1237 assertEquals(list.toString(), TypeToken.of(List.class).method(toStringMethod).invoke(list)); in testMethod_declaredBySuperclass()
|
/external/guice/lib/build/ |
D | easymock.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/easymock/
org/ ... |
/external/guice/extensions/persist/lib/ |
D | easymock.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/easymock/
org/ ... |
/external/junit-params/lib/ |
D | assertj-core-1.7.1.jar | META-INF/MANIFEST.MF
META-INF/maven/
META-INF/maven/ ... |