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 |