fastbootCommandPreparer

public final class FastbootCommandPreparer
extends BaseTargetPreparer

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


fastboot をトリガーして fastboot コマンドを送信するターゲット作成ツール。

TODO(b/122592575): この作成ツールのテストを追加します。

概要

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

FastbootCommandPreparer()

パブリック メソッド

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

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

fastbootCommandPreparer

public FastbootCommandPreparer ()

パブリック メソッド

セットアップ

public void setUp (TestInformation testInformation)

パラメータ
testInformation TestInformation

例外
BuildError
DeviceNotAvailableException
TargetSetupError

破棄

public void tearDown (TestInformation testInformation, 
                Throwable e)

パラメータ
testInformation TestInformation

e Throwable

例外
DeviceNotAvailableException