ArtChrootPreparer
public class ArtChrootPreparer
extends BaseTargetPreparer
java.lang.Object | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.ArtChrootPreparer |
为 ART 测试创建 chroot 目录。
概括
领域 | |
---|---|
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 |