8384858687888990919293
@Test public void testReturnPrimitive() throws Throwable { Aop1 a1 = classAgent.define(Nutzs.cd(), Aop1.class) .getConstructor(String.class) .newInstance("Nutz"); a1.returnLong(); a1.returnBoolean(); a1.returnByte(); a1.returnChar(); a1.returnFloat(); a1.returnShort();
5758596061626364656667
} catch (Throwable e) { // TODO: handle exception } a1.returnString(); a1.returnLong(); a1.returnBoolean(); a1.returnByte(); a1.returnChar(); a1.returnFloat(); a1.returnShort();
8182838485868788899091