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)

領域

更改根路徑

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