} catch (java.rmi.RemoteException re) {
throw new junit.framework.AssertionFailedError("Remote Exception caught: " + re );
}
try {
BooleanHolder bh = new BooleanHolder(true);
boolean actual = binding.methodBoolean(true, bh);
} catch (java.rmi.RemoteException re) {
throw new junit.framework.AssertionFailedError("Remote Exception caught: " + re );
}
try {
ByteHolder bh = new ByteHolder((byte)5);