= new MojoProgressListenerFactoryImpl();
progressListenerFactory.setLog(log);
ClownfishFactoryImpl clownfishFactory
= new ClownfishFactoryImpl();
Clownfish clownfish = clownfishFactory.createClownfish(command,
clownfishHelper, progressListenerFactory, log);
assertNotNull(clownfish);
}