TestInformation.Builder

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

setDependenciesFolder

public TestInformation.Builder setDependenciesFolder (File dependenciesFolder)

पैरामीटर
dependenciesFolder File

रिटर्न
TestInformation.Builder

setInvocationContext

public TestInformation.Builder setInvocationContext (IInvocationContext context)

पैरामीटर
context IInvocationContext

रिटर्न
TestInformation.Builder