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)

公用方法

build

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