LocalEmulatorSnapshot
public class LocalEmulatorSnapshot
extends BaseEmulatorPreparer
java.lang.Object | |||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | ||
↳ | com.android.tradefed.targetprep.BaseEmulatorPreparer | ||
↳ | com.android.tradefed.targetprep.LocalEmulatorSnapshot |
الهدف من برنامج TargetPreparer إنشاء لقطة محاكاة نظيفة من بيئة إنشاء / تطوير android
ملخص
المنشئون العامة | |
---|---|
LocalEmulatorSnapshot () |
الطرق العامة | |
---|---|
void | setUp ( TestInformation testInformation) |
void | tearDown ( TestInformation testInformation, Throwable e) |
المنشئون العامة
LocalEmulatorSnapshot
public LocalEmulatorSnapshot ()
الطرق العامة
اقامة
public void setUp (TestInformation testInformation)
المعلمات | |
---|---|
testInformation | TestInformation |
رميات | |
---|---|
BuildError | |
DeviceNotAvailableException | |
TargetSetupError |
تمزيق
public void tearDown (TestInformation testInformation, Throwable e)
المعلمات | |
---|---|
testInformation | TestInformation |
e | Throwable |
رميات | |
---|---|
DeviceNotAvailableException |