CommandFactory commandFactory = (CommandFactory)
applicationContext.getBean("commandFactory");
Assert.assertNotNull(commandFactory);
ClownfishFactory clownfishFactory = (ClownfishFactory)
applicationContext.getBean("clownfishFactory");
Assert.assertNotNull(clownfishFactory);
ClownfishHelper clownfishHelper = (ClownfishHelper)