ArtChrootPreparer
public class ArtChrootPreparer
extends BaseTargetPreparer
java.lang.Object | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.ArtChrootPreparer |
إنشاء دليل chroot لاختبارات ART.
ملخص
مجالات | |
---|---|
public static final String | CHROOT_PATH
|
المنشأت العامة | |
---|---|
ArtChrootPreparer () |
الأساليب العامة | |
---|---|
void | setUp ( TestInformation testInfo) |
void | tearDown ( TestInformation testInfo, Throwable e) |
مجالات
CHROOT_PATH
public static final String CHROOT_PATH
المنشأت العامة
ArtChrootPreparer
public ArtChrootPreparer ()
الأساليب العامة
يثبت
public void setUp (TestInformation testInfo)
حدود | |
---|---|
testInfo | TestInformation |
رميات | |
---|---|
BuildError | |
DeviceNotAvailableException | |
TargetSetupError |
تمزيق
public void tearDown (TestInformation testInfo, Throwable e)
حدود | |
---|---|
testInfo | TestInformation |
e | Throwable |
رميات | |
---|---|
DeviceNotAvailableException |