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 |