RunCommandTargetPreparer
public class RunCommandTargetPreparer
extends BaseTargetPreparer
概要
パブリックメソッド |
---|
final void | addRunCommand (String cmd) 作成者が実行するコマンドを追加します。 |
void | setUp (TestInformation testInfo) |
void | tearDown (TestInformation testInfo, Throwable e) |
保護されたメソッド |
---|
ITestDevice | getDevice (TestInformation testInfo) 作成者を適用するデバイスを返します。 |
パブリックコンストラクター
RunCommandTargetPreparer
public RunCommandTargetPreparer ()
パブリックメソッド
addRunCommand
public final void addRunCommand (String cmd)
作成者が実行するコマンドを追加します。
public void setUp (TestInformation testInfo)
パラメーター |
---|
testInfo | TestInformation |
投げる |
---|
DeviceNotAvailableException | |
TargetSetupError | |
public void tearDown (TestInformation testInfo,
Throwable e)
パラメーター |
---|
testInfo | TestInformation |
e | Throwable |
投げる |
---|
DeviceNotAvailableException | |
保護されたメソッド
protected ITestDevice getDevice (TestInformation testInfo)
作成者を適用するデバイスを返します。
戻り値 |
---|
ITestDevice | 作成者を適用するデバイス。 |