RemoteMethodSetInterface fi = (RemoteMethodSetInterface)
Proxy.newProxyInstance(
RemoteMethodSetInterface.class.getClassLoader(),
new Class[] {RemoteMethodSetInterface.class},
handler);
fi.voidReturn();
cp = handler.getCurrentProxy();
assertion(cp.equals(fup));
}
}