ArtChrootPreparer

public class ArtChrootPreparer
extends BaseTargetPreparer

java.lang.Object
   ↳ com.android.tradefed.targetprep.BaseTargetPreparer
     ↳ com.android.tradefed.targetprep.ArtChrootPreparer


ART テスト用の chroot ディレクトリを作成します。

概要

定数

String CHROOT_PATH

パブリック コンストラクタ

ArtChrootPreparer()

パブリック メソッド

void setUp(TestInformation testInfo)
void tearDown(TestInformation testInfo, Throwable e)

定数

CHROOT_PATH

public static final String CHROOT_PATH

定数値: "/data/local/tmp/art-test-chroot"

パブリック コンストラクタ

ArtChrootPreparer

public ArtChrootPreparer ()

パブリック メソッド

setUp

public void setUp (TestInformation testInfo)

パラメータ
testInfo TestInformation

例外
BuildError
DeviceNotAvailableException
TargetSetupError

tearDown

public void tearDown (TestInformation testInfo, 
                Throwable e)

パラメータ
testInfo TestInformation

e Throwable

例外
DeviceNotAvailableException