LocalRunInstructionBuilder

public class LocalRunInstructionBuilder
extends Object

java.lang.Object
com.android.tradefed.util.LocalRunInstructionBuilder


テストをローカルで実行するための命令をコンパイルするユーティリティ。

まとめ

パブリック コンストラクター

LocalRunInstructionBuilder ()

公開メソッド

static String getCommand ( ConfigurationDescriptor configDescriptor, TestDescription testId, ConfigurationDescriptor.LocalTestRunner runner)

ローカルでテストを実行するコマンドを返します。

static String getInstruction ( ConfigurationDescriptor configDescriptor, ConfigurationDescriptor.LocalTestRunner runner, TestDescription testId)

テストをローカルで実行する命令をコンパイルします。

static String getInstruction ( ConfigurationDescriptor configDescriptor, ConfigurationDescriptor.LocalTestRunner runner)

テストをローカルで実行する命令をコンパイルします。

パブリック コンストラクター

LocalRunInstructionBuilder

public LocalRunInstructionBuilder ()

公開メソッド

get コマンド

public static String getCommand (ConfigurationDescriptor configDescriptor, 
                TestDescription testId, 
                ConfigurationDescriptor.LocalTestRunner runner)

ローカルでテストを実行するコマンドを返します。

パラメーター
configDescriptor ConfigurationDescriptor : テスト実行のConfigurationDescriptor構成。

testId TestDescription : 実行するテストを指定するTestDescription

runner ConfigurationDescriptor.LocalTestRunner : テストの実行に使用するLocalTestRunner

戻り値
Stringテストをローカルで実行するためのERROR(/String)コマンド。

getInstruction

public static String getInstruction (ConfigurationDescriptor configDescriptor, 
                ConfigurationDescriptor.LocalTestRunner runner, 
                TestDescription testId)

テストをローカルで実行する命令をコンパイルします。

パラメーター
configDescriptor ConfigurationDescriptor : 命令を作成するConfigurationDescriptor

runner ConfigurationDescriptor.LocalTestRunner : ビルド命令に使用されるLocalTestRunner

testId TestDescription : 実行するテストのTestDescription 。モジュール全体のローカル実行命令を作成する場合は、null にすることができます。

戻り値
String命令のERROR(/String)

getInstruction

public static String getInstruction (ConfigurationDescriptor configDescriptor, 
                ConfigurationDescriptor.LocalTestRunner runner)

テストをローカルで実行する命令をコンパイルします。

パラメーター
configDescriptor ConfigurationDescriptor : 命令を作成するConfigurationDescriptor

runner ConfigurationDescriptor.LocalTestRunner : ビルド命令に使用されるLocalTestRunner

戻り値
String命令のERROR(/String)