throw new junit.framework.AssertionFailedError("methodNonPositiveInteger Exception caught: " + re );
}
try {
NegativeInteger sendValue = new NegativeInteger("-246802468024680");
NegativeIntegerHolder nih = new NegativeIntegerHolder(sendValue);
NegativeInteger actual = binding.methodNegativeInteger(sendValue, nih);
} catch (java.rmi.RemoteException re) {
throw new junit.framework.AssertionFailedError("methodNegativeInteger Exception caught: " + re );
}
try {
URI sendValue = null;