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