RunCommandTargetPreparer
public
class
RunCommandTargetPreparer
extends BaseTargetPreparer
java.lang.Object | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.RunCommandTargetPreparer |
概要
パブリック コンストラクタ | |
---|---|
RunCommandTargetPreparer()
|
パブリック メソッド | |
---|---|
final
void
|
addRunCommand(String cmd)
作成ツールで実行するコマンドを追加します。 |
|
getCommands()
|
|
getExecutedCommands()
|
void
|
setUp(TestInformation testInfo)
|
void
|
tearDown(TestInformation testInfo, Throwable e)
|
保護されたメソッド | |
---|---|
ITestDevice
|
getDevice(TestInformation testInfo)
作成ツールを適用するデバイスを返します。 |
パブリック コンストラクタ
RunCommandTargetPreparer
public RunCommandTargetPreparer ()
パブリック メソッド
addRunCommand
public final void addRunCommand (String cmd)
作成ツールで実行するコマンドを追加します。
パラメータ | |
---|---|
cmd |
String |
getCommand
publicgetCommands ()
戻り値 | |
---|---|
|
getExecutedCommands
publicgetExecutedCommands ()
戻り値 | |
---|---|
|
セットアップ
public void setUp (TestInformation testInfo)
パラメータ | |
---|---|
testInfo |
TestInformation |
例外 | |
---|---|
DeviceNotAvailableException |
|
TargetSetupError |
破棄
public void tearDown (TestInformation testInfo, Throwable e)
パラメータ | |
---|---|
testInfo |
TestInformation |
e |
Throwable |
例外 | |
---|---|
DeviceNotAvailableException |
保護されたメソッド
getDevice
protected ITestDevice getDevice (TestInformation testInfo)
作成ツールを適用するデバイスを返します。
戻り値 | |
---|---|
ITestDevice |
ターゲット作成ツールを適用するデバイス。 |
例外 | |
---|---|
|
com.android.tradefed.targetprep.TargetSetupError |
TargetSetupError |