테스트정보.빌더

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)

공개 메소드

짓다

public TestInformation build ()

보고
TestInformation

setDependencyFolder

public TestInformation.Builder setDependenciesFolder (File dependenciesFolder)

매개변수
dependenciesFolder File

보고
TestInformation.Builder

setInvocationContext

public TestInformation.Builder setInvocationContext (IInvocationContext context)

매개변수
context IInvocationContext

보고
TestInformation.Builder