}
public void testLookups() throws Exception
{
RedApple redApple = new RedApple();
redApple.wash();
muleContext.getRegistry().registerObject("redApple", redApple);
muleContext.getRegistry().registerObject("anotherRedApple", new RedApple());
muleContext.getRegistry().registerObject("aBanana", new Banana());