262728293031323334
public int meth(int arg0) ; } public void test1() throws Exception { MyInterface obj = makeObject(MyInterface.class, new ExprStatement(new PreIncExpr(ARG0,null),null), new ReturnStatement(ARG0,null)) ; assertEquals(obj.meth(5),6) ; }
3334353637383940
assertEquals(obj.meth(5),6) ; } public void test2() throws Exception { MyInterface obj = makeObject(MyInterface.class, new PreIncExpr(ARG0,null)) ; assertEquals(obj.meth(5),6) ; }