FastbootCommandPreparer

public final class FastbootCommandPreparer
extends BaseTargetPreparer

java.lang.オブジェクト
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