binding.animalIn(cat);
} catch (java.rmi.RemoteException re) {
throw new junit.framework.AssertionFailedError("animalIn Exception caught: " + re );
}
try {
binding.animalInout(new AnimalHolder(cat));
} catch (java.rmi.RemoteException re) {
throw new junit.framework.AssertionFailedError("animalInout Exception caught: " + re );
}
try {
AnimalHolder value = new AnimalHolder();