mbeanInfoAssembler.getMBeanInfo(new BadAttributeNameNoGetterSetter(), null, "someName");
}
@Test(expected = IllegalArgumentException.class)
public void testAttributeSetterNameNotCaptial() throws JMException {
mbeanInfoAssembler.getMBeanInfo(new BadAttributeSetterNameNotCapital(), null, "someName");
}