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