예제 #1
0
 @Test
 public void testReturn1() throws ParseException {
   ClassDef foo = getOneClass("return1.oocesk");
   OOCESK.execute(foo);
 }
예제 #2
0
 @Test
 public void testPrint2() throws ParseException {
   ClassDef foo = getOneClass("print2.oocesk");
   OOCESK.execute(foo);
 }