LocalEmulatorLaunch

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

ขอแนะนําอย่างยิ่งให้เตรียมภาพรวมของโปรแกรมจําลอง (เช่น tradefed run emulator/generate-snapshot) ก่อนเรียกใช้การกําหนดค่าใดๆ ที่มีข้อมูลนี้

สรุป

ตัวสร้างแบบสาธารณะ

LocalEmulatorLaunch()

เมธอดสาธารณะ

void setUp(TestInformation testInformation)
void tearDown(TestInformation testInformation, Throwable e)

ตัวสร้างแบบสาธารณะ

LocalEmulatorLaunch

public LocalEmulatorLaunch ()

เมธอดสาธารณะ

setUp

public void setUp (TestInformation testInformation)

พารามิเตอร์
testInformation TestInformation

การโยน
BuildError
DeviceNotAvailableException
TargetSetupError

tearDown

public void tearDown (TestInformation testInformation, 
                Throwable e)

พารามิเตอร์
testInformation TestInformation

e Throwable

การโยน
DeviceNotAvailableException