throw new junit.framework.AssertionFailedError("Remote Exception caught: " + re );
}
Cat cat = new Cat();
cat.setPurr("meow");
PersionCat persion = new PersionCat();
Yarn yarn = new Yarn();
yarn.setColor("green");
persion.setPurr("meow meow");
persion.setColor("blue");
persion.setToy(yarn);
try {
binding.animalIn(cat);