} catch (java.rmi.RemoteException re) {
throw new junit.framework.AssertionFailedError("methodShort Exception caught: " + re );
}
try {
IntHolder ih = new IntHolder(2002);
int actual = binding.methodInt(2002, ih);
} catch (java.rmi.RemoteException re) {
throw new junit.framework.AssertionFailedError("methodInt Exception caught: " + re );
}
try {
LongHolder lh = new LongHolder(14003L);