} catch (java.rmi.RemoteException re) {
throw new junit.framework.AssertionFailedError("methodInt Exception caught: " + re );
}
try {
LongHolder lh = new LongHolder(14003L);
long actual = binding.methodLong(14003L, lh);
} catch (java.rmi.RemoteException re) {
throw new junit.framework.AssertionFailedError("methodLong Exception caught: " + re );
}
try {
FloatHolder fh = new FloatHolder(2.342F);