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


Estende la Suite contenitore JUnit4 per fornire un ITestDevice ai test che lo richiedono.

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

DeviceSuite

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

Parametri
klass Class

builder RunnerBuilder

Lancia
InitializationError

Metodi pubblici

getAbi

public IAbi getAbi ()

ritorna
IAbi

getTestInformation

public TestInformation getTestInformation ()

ritorna
TestInformation

setAbi

public void setAbi (IAbi abi)

Parametri
abi IAbi

setTestInformation

public void setTestInformation (TestInformation testInformation)

Parametri
testInformation TestInformation

Metodi protetti

corriChild

protected void runChild (Runner runner, 
                RunNotifier notifier)

Parametri
runner Runner

notifier RunNotifier