JMSClientTransport jct =
EasyMock.createMock(JMSClientTransport.class);
bus.sendEvent(new ComponentCreatedEvent(jct));
HTTPClientTransport hct =
EasyMock.createMock(HTTPClientTransport.class);
bus.sendEvent(new ComponentCreatedEvent(hct));
// TODO should test for the im getInstrumentation
List<Instrumentation> list = im.getAllInstrumentation();