TestInformation.Builder

public static class TestInformation.Builder
extends Object

java.lang.Object
com.android.tradefed.invoker.TestInformation.Builder


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

まとめ

公開メソッド

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

公開メソッド

建てる

public TestInformation build ()

戻り値
TestInformation

setDependenciesFolder

public TestInformation.Builder setDependenciesFolder (File dependenciesFolder)

パラメーター
dependenciesFolder File

戻り値
TestInformation.Builder

setInvocationContext

public TestInformation.Builder setInvocationContext (IInvocationContext context)

パラメーター
context IInvocationContext

戻り値
TestInformation.Builder