LocalEmulatorLaunch
public
class
LocalEmulatorLaunch
extends BaseEmulatorPreparer
JavaScript.lang.Object | |||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | ||
↳ | com.android.tradefed.targetprep.BaseEmulatorPreparer | ||
↳ | com.android.tradefed.targetprep.LocalEmulatorLaunch |
יעד Preparer שמשיק אמולטור באופן מקומי מסביבת build של Android.
מומלץ מאוד להכין תמונת מצב של האמולטור (לדוגמה, emulator/generate-snapshot) לפני הרצת הגדרות אישיות שכוללות את זה.
סיכום
בנאים ציבוריים | |
---|---|
LocalEmulatorLaunch()
|
שיטות ציבוריות | |
---|---|
void
|
setUp(TestInformation testInformation)
|
void
|
tearDown(TestInformation testInformation, Throwable e)
|
בנאים ציבוריים
LocalEmulatorLaunch
public LocalEmulatorLaunch ()
שיטות ציבוריות
הגדרה
public void setUp (TestInformation testInformation)
פרמטרים | |
---|---|
testInformation |
TestInformation |
קליעות | |
---|---|
BuildError |
|
DeviceNotAvailableException |
|
TargetSetupError |
פירעון
public void tearDown (TestInformation testInformation, Throwable e)
פרמטרים | |
---|---|
testInformation |
TestInformation |
e |
Throwable |
קליעות | |
---|---|
DeviceNotAvailableException |