TestInformation.Builder
public
static
class
TestInformation.Builder
extends Object
| java.lang.Object | |
| ↳ | com.android.tradefed.invoker.TestInformation.Builder |
Trình tạo để tạo một thực thể TestInformation.
Tóm tắt
Phương thức công khai | |
|---|---|
TestInformation
|
build()
|
TestInformation.Builder
|
setDependenciesFolder(File dependenciesFolder)
|
TestInformation.Builder
|
setInvocationContext(IInvocationContext context)
|
Phương thức công khai
setDependenciesFolder
public TestInformation.Builder setDependenciesFolder (File dependenciesFolder)
| Tham số | |
|---|---|
dependenciesFolder |
File |
| Giá trị trả về | |
|---|---|
TestInformation.Builder |
|
setInvocationContext
public TestInformation.Builder setInvocationContext (IInvocationContext context)
| Tham số | |
|---|---|
context |
IInvocationContext |
| Trả về | |
|---|---|
TestInformation.Builder |
|