测试信息生成器
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.Builder setDependenciesFolder (File dependenciesFolder)
参数 | |
---|---|
dependenciesFolder | File |
退货 | |
---|---|
TestInformation.Builder |
设置调用上下文
public TestInformation.Builder setInvocationContext (IInvocationContext context)
参数 | |
---|---|
context | IInvocationContext |
退货 | |
---|---|
TestInformation.Builder |