TestInformation.Builder
public static class TestInformation.Builder
extends Object
java.lang.Объект | |
↳ | com.android.tradefed.invoker.TestInformation.Builder |
Builder для создания экземпляра TestInformation
.
Краткое содержание
Публичные методы | |
---|---|
TestInformation | build () |
TestInformation.Builder | setDependenciesFolder (File dependenciesFolder) |
TestInformation.Builder | setInvocationContext ( IInvocationContext context) |
Публичные методы
УстановитьDependencyFolder
public TestInformation.Builder setDependenciesFolder (File dependenciesFolder)
Параметры | |
---|---|
dependenciesFolder | File |
Возврат | |
---|---|
TestInformation.Builder |
setInvoctionContext
public TestInformation.Builder setInvocationContext (IInvocationContext context)
Параметры | |
---|---|
context | IInvocationContext |
Возврат | |
---|---|
TestInformation.Builder |