DeviceSuite

public class DeviceSuite
extends Suite implements IAbiReceiver, ISetOptionReceiver, ITestInformationReceiver

java.lang.Object
   ↳ org.junit.runner.Runner
     ↳ org.junit.runners.ParentRunner<org.junit.runner.Runner>
       ↳ org.junit.runners.Suite
         ↳ com.android.tradefed.testtype.DeviceSuite


जिन टेस्ट के लिए ITestDevice की ज़रूरत होती है उन्हें ITestDevice उपलब्ध कराने के लिए, JUnit4 कंटेनर Suite को एक्सटेंड करता है.

खास जानकारी

पब्लिक कंस्ट्रक्टर

DeviceSuite(Class<?> klass, RunnerBuilder builder)

सार्वजनिक तरीके

IAbi getAbi()
TestInformation getTestInformation()
void setAbi(IAbi abi)
void setTestInformation(TestInformation testInformation)

सुरक्षित तरीके

void runChild(Runner runner, RunNotifier notifier)

पब्लिक कंस्ट्रक्टर

DeviceSuite

public DeviceSuite (Class<?> klass, 
                RunnerBuilder builder)

पैरामीटर
klass Class

builder RunnerBuilder

थ्रो
InitializationError

सार्वजनिक तरीके

getAbi

public IAbi getAbi ()

रिटर्न
IAbi

getTestInformation

public TestInformation getTestInformation ()

रिटर्न
TestInformation

setAbi

public void setAbi (IAbi abi)

पैरामीटर
abi IAbi

setTestInformation

public void setTestInformation (TestInformation testInformation)

पैरामीटर
testInformation TestInformation

सुरक्षित तरीके

runChild

protected void runChild (Runner runner, 
                RunNotifier notifier)

पैरामीटर
runner Runner

notifier RunNotifier