protected void doSetUp() throws Exception
{
//Add the test case so that the IntegrationBean DI will be processed
muleContext.getRegistry().registerObject("test", this);
//No classpath scanning is during for tests so we have to register the Flickr Transformers manually
muleContext.getRegistry().registerObject("flickrTransformers", new FlickrTransformers());
//getFlickr().init("${flickr.api.key}","${flickr.secret.key}", FlickrIBean.FORMAT.XML, Document.class);
getFlickr().init("3a690a103c6eabf55de5b10623021a34","1d3d4a305cc369fc", FlickrIBean.FORMAT.XML, Document.class);
}