throw new junit.framework.AssertionFailedError("methodPositiveInteger Exception caught: " + re );
}
try {
NonPositiveInteger sendValue = new NonPositiveInteger("-246802468024680");
NonPositiveIntegerHolder npih = new NonPositiveIntegerHolder(sendValue);
NonPositiveInteger actual = binding.methodNonPositiveInteger(sendValue, npih);
} catch (java.rmi.RemoteException re) {
throw new junit.framework.AssertionFailedError("methodNonPositiveInteger Exception caught: " + re );
}
try {
NegativeInteger sendValue = new NegativeInteger("-246802468024680");