108109110111112113114115116117118
public void testInterfaceProblems() { try { registerAndDontTest(new InterfaceProblems()); } catch (NotCompliantMBeanException e) { fail("FAILS IN RI: Cannot cope with overriden get/is in interfaces"); }