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 |