測試資訊產生器

public static class TestInformation.Builder
extends Object

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


Builder 用於建立TestInformation實例。

概括

公共方法

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

公共方法

建造

public TestInformation build ()

退貨
TestInformation

設定依賴資料夾

public TestInformation.Builder setDependenciesFolder (File dependenciesFolder)

參數
dependenciesFolder File

退貨
TestInformation.Builder

設定呼叫上下文

public TestInformation.Builder setInvocationContext (IInvocationContext context)

參數
context IInvocationContext

退貨
TestInformation.Builder