try {
sendValue = new UnsignedInt(4294967200L);
} catch (Exception e) {
}
UnsignedIntHolder ch = new UnsignedIntHolder(sendValue);
UnsignedInt actual = binding.methodUnsignedInt(sendValue, ch);
} catch (java.rmi.RemoteException re) {
throw new junit.framework.AssertionFailedError("methodUnsignedInt Exception caught: " + re );
}
try {
UnsignedShort sendValue = null;