}
// try to get WorkQueue information
public void testWorkQueueInstrumentation() throws BusException {
//im.getAllInstrumentation();
WorkQueueManagerImpl wqm = new WorkQueueManagerImpl(bus);
bus.sendEvent(new ComponentCreatedEvent(wqm));
bus.sendEvent(new ComponentCreatedEvent(wqm));
//NOTE: now the bus WorkQueueManager is lazy load , if WorkQueueManager
//create with bus , this test could be failed.
List<Instrumentation> list = im.getAllInstrumentation();