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


Rozszerza kontener JUnit4 Suite, aby udostępnić ITestDevice testom, które tego wymagają.

Podsumowanie

Konstruktory publiczne

DeviceSuite(Class<?> klass, RunnerBuilder builder)

Metody publiczne

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

Chronione metody

void runChild(Runner runner, RunNotifier notifier)

Konstruktory publiczne

DeviceSuite

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

Parametry
klass Class

builder RunnerBuilder

Rzuty
InitializationError

Metody publiczne

getAbi

public IAbi getAbi ()

Zwroty
IAbi

getTestInformation

public TestInformation getTestInformation ()

Zwroty
TestInformation

setAbi

public void setAbi (IAbi abi)

Parametry
abi IAbi

setTestInformation

public void setTestInformation (TestInformation testInformation)

Parametry
testInformation TestInformation

Chronione metody

runChild

protected void runChild (Runner runner, 
                RunNotifier notifier)

Parametry
runner Runner

notifier RunNotifier