HostGTest
public class HostGTest
extends GTestBase
implements IAbiReceiver , IBuildReceiver
ネイティブテストパッケージを実行するテスト。
概要
パブリックコンストラクター
HostGTest
public HostGTest ()
パブリックメソッド
executeHostCommand
public CommandResult executeHostCommand (String cmd,
long timeoutMs)
パラメーター |
---|
cmd | String :ホストで実行したいコマンド |
timeoutMs | long :コマンドのタイムアウト(ミリ秒単位) |
executeHostCommand
public CommandResult executeHostCommand (String cmd)
パラメーター |
---|
cmd | String :ホストで実行したいコマンド |
executeHostGTestCommand
public CommandResult executeHostGTestCommand (String cmd,
long timeoutMs,
IShellOutputReceiver receiver)
パラメーター |
---|
cmd | String :ホストで実行したいコマンド |
timeoutMs | long :コマンドのタイムアウト(ミリ秒単位) |
receiver | IShellOutputReceiver :結果パーサー |
getAbi
public IAbi getAbi ()
loadFilter
public String loadFilter (String binaryOnHost)
getfilterメソッドを定義します。
サブクラスは、独自のフィルターを取得する方法を実装する必要があります。
パラメーター |
---|
binaryOnHost | String :フィルターファイルのフルパス。 |
setAbi
public void setAbi (IAbi abi)
setBuild
public void setBuild (IBuildInfo buildInfo)
パラメーター |
---|
buildInfo | IBuildInfo |