テスト情報.ビルダー

public static class TestInformation.Builder
extends Object

java.lang.オブジェクト
com.android.tradefed.invoker.TestInformation.Builder


TestInformationインスタンスを作成するためのビルダー。

まとめ

パブリックメソッド

TestInformation build ()
TestInformation.Builder setDependenciesFolder (File dependenciesFolder)
TestInformation.Builder setInvocationContext ( IInvocationContext context)

パブリックメソッド

建てる

public TestInformation build ()

戻り値
TestInformation

setDependencyFolder

public TestInformation.Builder setDependenciesFolder (File dependenciesFolder)

パラメーター
dependenciesFolder File

戻り値
TestInformation.Builder

setInvocationContext

public TestInformation.Builder setInvocationContext (IInvocationContext context)

パラメーター
context IInvocationContext

戻り値
TestInformation.Builder