mbeanInfoAssembler.getMBeanInfo(new BadAttributeGetterHavinParameter(), null, "someName");
}
@Test(expected = IllegalArgumentException.class)
public void testAttributeSetterHavingResult() throws JMException {
mbeanInfoAssembler.getMBeanInfo(new BadAttributeSetterHavinReturn(), null, "someName");
}