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