ตั้งค่าแอป
public
class
AppSetup
extends BaseTargetPreparer
java.lang.Object | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.AppSetup |
ITargetPreparer
ที่ติดตั้ง APK และการทดสอบ
ต้องใช้ "aapt" บน PATH เมื่อ -- ตั้งค่าถอนการติดตั้ง
สรุป
ช่างก่อสร้างสาธารณะ | |
---|---|
AppSetup()
|
วิธีการสาธารณะ | |
---|---|
void
|
setUp(ITestDevice device, IBuildInfo buildInfo)
|
void
|
tearDown(ITestDevice device, IBuildInfo buildInfo, Throwable e)
|
ช่างก่อสร้างสาธารณะ
ตั้งค่าแอป
public AppSetup ()
วิธีการสาธารณะ
ตั้งค่า
public void setUp (ITestDevice device, IBuildInfo buildInfo)
พารามิเตอร์ | |
---|---|
device |
ITestDevice |
buildInfo |
IBuildInfo |
การขว้าง | |
---|---|
BuildError |
|
DeviceNotAvailableException |
|
TargetSetupError |
ฉีกขาด
public void tearDown (ITestDevice device, IBuildInfo buildInfo, Throwable e)
พารามิเตอร์ | |
---|---|
device |
ITestDevice |
buildInfo |
IBuildInfo |
e |
Throwable |
การขว้าง | |
---|---|
DeviceNotAvailableException |