Suite di dispositivi

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


Estende il container JUnit4 Suite per fornire un valore ITestDevice ai test che lo richiede.

Riepilogo

Costruttori pubblici

DeviceSuite(Class<?> klass, RunnerBuilder builder)

Metodi pubblici

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

Metodi protetti

void runChild(Runner runner, RunNotifier notifier)

Costruttori pubblici

Suite di dispositivi

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

Parametri
klass Class

builder RunnerBuilder

Lanci
InitializationError

Metodi pubblici

getAbi

public IAbi getAbi ()

Ritorni
IAbi

getTestInformation

public TestInformation getTestInformation ()

Ritorni
TestInformation

setAbi

public void setAbi (IAbi abi)

Parametri
abi IAbi

setTestInformation

public void setTestInformation (TestInformation testInformation)

Parametri
testInformation TestInformation

Metodi protetti

runChild

protected void runChild (Runner runner, 
                RunNotifier notifier)

Parametri
runner Runner

notifier RunNotifier