การเปิดตัว LocalEmulator
public
class
LocalEmulatorLaunch
extends BaseEmulatorPreparer
java.lang.Object | |||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | ||
↳ | com.android.tradefed.targetprep.BaseEmulatorPreparer | ||
↳ | com.android.tradefed.targetprep.LocalEmulatorLaunch |
TargetPreparer ที่เปิดโปรแกรมจำลองภายในจากสภาพแวดล้อมบิลด์ของ Android
ขอแนะนำให้เตรียมสแนปชอตของโปรแกรมจำลอง (เช่น การเรียกใช้แลกเปลี่ยน โปรแกรมจำลอง/generate-snapshot) ก่อนจะเรียกใช้การกำหนดค่าใดๆ ที่มีโค้ดนี้
สรุป
ช่างก่อสร้างสาธารณะ | |
---|---|
LocalEmulatorLaunch()
|
วิธีการสาธารณะ | |
---|---|
void
|
setUp(TestInformation testInformation)
|
void
|
tearDown(TestInformation testInformation, Throwable e)
|
ช่างก่อสร้างสาธารณะ
การเปิดตัว LocalEmulator
public LocalEmulatorLaunch ()
วิธีการสาธารณะ
ตั้งค่า
public void setUp (TestInformation testInformation)
พารามิเตอร์ | |
---|---|
testInformation |
TestInformation |
การขว้าง | |
---|---|
BuildError |
|
DeviceNotAvailableException |
|
TargetSetupError |
ฉีกขาด
public void tearDown (TestInformation testInformation, Throwable e)
พารามิเตอร์ | |
---|---|
testInformation |
TestInformation |
e |
Throwable |
การขว้าง | |
---|---|
DeviceNotAvailableException |