}
});
}
public void testInterfaceIsSubtypeOfObject() throws Throwable {
executeFindBugsTest(new RunnableWithExceptions() {
@Override
public void run() throws ClassNotFoundException {
Subtypes2 test = getSubtypes2();
assertTrue(test.isSubtype(typeClonable, typeObject));