public void testVFE10() throws Exception { DeviceUtil.adbPush(getDevice(), "dot/junit/dexcore.jar", "/data/local/tmp/dexcore.jar"); DeviceUtil.adbPush( getDevice(), "dot/junit/opcodes/iput_char/Main_testVFE10.jar", "/data/local/tmp/Main_testVFE10.jar"); DeviceUtil.adbPush( getDevice(), "dot/junit/opcodes/iput_char/d/T_iput_char_9.jar", "/data/local/tmp/T_iput_char_9.jar"); DeviceUtil.adbExec( getDevice(), "/data/local/tmp/dexcore.jar:/data/local/tmp/Main_testVFE10.jar:/data/local/tmp/T_iput_char_9.jar", "dot.junit.opcodes.iput_char.Main_testVFE10"); }
public void testVFE4() throws Exception { DeviceUtil.adbPush(getDevice(), "dot/junit/dexcore.jar", "/data/local/tmp/dexcore.jar"); DeviceUtil.adbPush( getDevice(), "dot/junit/opcodes/int_to_float/Main_testVFE4.jar", "/data/local/tmp/Main_testVFE4.jar"); DeviceUtil.adbPush( getDevice(), "dot/junit/opcodes/int_to_float/d/T_int_to_float_6.jar", "/data/local/tmp/T_int_to_float_6.jar"); DeviceUtil.adbExec( getDevice(), "/data/local/tmp/dexcore.jar:/data/local/tmp/Main_testVFE4.jar:/data/local/tmp/T_int_to_float_6.jar", "dot.junit.opcodes.int_to_float.Main_testVFE4"); }
public void testB6() throws Exception { DeviceUtil.adbPush(getDevice(), "dot/junit/dexcore.jar", "/data/local/tmp/dexcore.jar"); DeviceUtil.adbPush( getDevice(), "dot/junit/opcodes/div_float/Main_testB6.jar", "/data/local/tmp/Main_testB6.jar"); DeviceUtil.adbPush( getDevice(), "dot/junit/opcodes/div_float/d/T_div_float_1.jar", "/data/local/tmp/T_div_float_1.jar"); DeviceUtil.adbExec( getDevice(), "/data/local/tmp/dexcore.jar:/data/local/tmp/Main_testB6.jar:/data/local/tmp/T_div_float_1.jar", "dot.junit.opcodes.div_float.Main_testB6"); }
public void testE2() throws Exception { DeviceUtil.adbPush(getDevice(), "dot/junit/dexcore.jar", "/data/local/tmp/dexcore.jar"); DeviceUtil.adbPush( getDevice(), "dot/junit/opcodes/iput_byte/Main_testE2.jar", "/data/local/tmp/Main_testE2.jar"); DeviceUtil.adbPush( getDevice(), "dot/junit/opcodes/iput_byte/d/T_iput_byte_13.jar", "/data/local/tmp/T_iput_byte_13.jar"); DeviceUtil.adbExec( getDevice(), "/data/local/tmp/dexcore.jar:/data/local/tmp/Main_testE2.jar:/data/local/tmp/T_iput_byte_13.jar", "dot.junit.opcodes.iput_byte.Main_testE2"); }