assertEquals(3, beanInfo.getOperations().length);
}
@Test(expected = IllegalArgumentException.class)
public void testAttributeGetterNameNotCaptial() throws JMException {
mbeanInfoAssembler.getMBeanInfo(new BadAttributeGetterNameNotCapital(), null, "someName");
}