테스트정보.빌더
public static class TestInformation.Builder
extends Object
java.lang.객체 | |
↳ | com.android.tradefed.invoker.TestInformation.Builder |
TestInformation
인스턴스를 생성하는 빌더.
요약
공개 방법 | |
---|---|
TestInformation | build () |
TestInformation.Builder | setDependenciesFolder (File dependenciesFolder) |
TestInformation.Builder | setInvocationContext ( IInvocationContext context) |
공개 방법
setDependencies폴더
public TestInformation.Builder setDependenciesFolder (File dependenciesFolder)
매개변수 | |
---|---|
dependenciesFolder | File |
보고 | |
---|---|
TestInformation.Builder |
setInvocationContext
public TestInformation.Builder setInvocationContext (IInvocationContext context)
매개변수 | |
---|---|
context | IInvocationContext |
보고 | |
---|---|
TestInformation.Builder |