assertEquals("Notification type.foo not found", "type.foo", notifTypes[0]);
assertEquals("Notification type.bar not found", "type.bar", notifTypes[1]);
}
protected ModelMBeanInfo getMBeanInfoFromAssembler() {
ModelMBeanAssembler assembler = new ModelMBeanAssembler();
return assembler.getModelMbeanInfo(AnnotationTestInstrumentation.class);
}