throw new junit.framework.AssertionFailedError("methodNonNegativeInteger Exception caught: " + re );
}
try {
PositiveInteger sendValue = new PositiveInteger("246802468024680");
PositiveIntegerHolder pih = new PositiveIntegerHolder(sendValue);
PositiveInteger actual = binding.methodPositiveInteger(sendValue, pih);
} catch (java.rmi.RemoteException re) {
throw new junit.framework.AssertionFailedError("methodPositiveInteger Exception caught: " + re );
}
try {
NonPositiveInteger sendValue = new NonPositiveInteger("-246802468024680");