assertEquals("java.io.IOException", result.getExceptions()[1].getValue());
}
public void testMethodModifiers() throws Exception {
builder.beginClass(new ClassDef());
MethodDef mth = new MethodDef();
mth.modifiers.add("public");
mth.modifiers.add("final");
mth.modifiers.add("synchronized");