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


توسيع حاوية JUnit4 Suite من أجل توفير ITestDevice للاختبارات التي تتطلّب ذلك

ملخّص

وظائف الإنشاء العامة

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