Searched refs:toStringMethod (Results 1 – 5 of 5) sorted by relevance
32 private transient Method toStringMethod; field in ObjectMethodsFilter51 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()
251 CtMethod toStringMethod = ctClass.getMethod("toString", "()Ljava/lang/String;"); in fixMethods() local255 fixMethod(ctClass, toStringMethod, false); in fixMethods()
1235 Method toStringMethod = Object.class.getMethod("toString"); in testMethod_declaredBySuperclass() local1237 assertEquals(list.toString(), TypeToken.of(List.class).method(toStringMethod).invoke(list)); in testMethod_declaredBySuperclass()
META-INF/ META-INF/MANIFEST.MF org/ org/easymock/ org/ ...