public void getModuleWithString() throws InitialisationException, RegistrationException, MessagingException
{
MockMunitMessageProcessor mp = processorForInitialize("myModule");
when(muleRegistry.lookupObject("myModule")).thenReturn(module);
AssertModule moduleObtained = mp.getModule(event, "methodName");
assertEquals(module, moduleObtained);
}