// get the ati for more assert
Instrumentation instr = list.get(2);
assertEquals("Not exactly the name of AnnotationTestInstrumentation",
"AnnotationTestInstrumentation",
instr.getInstrumentationName());
bus.sendEvent(new ComponentRemovedEvent(ati));
assertEquals("AnnotationTestInstrumented stuff not removed from list", 2, list.size());
bus.shutdown(true);
assertEquals("Instrumented stuff not removed from list", 0, list.size());
}