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