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