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 o JUnit4 container Suite para fornecer um ITestDevice para os testes que o requeiram.

Resumo

Construtores públicos

DeviceSuite (Class<?> klass, RunnerBuilder builder)

Métodos públicos

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

Métodos protegidos

void runChild (Runner runner, RunNotifier notifier)

Construtores públicos

DeviceSuite

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

Parâmetros
klass Class

builder RunnerBuilder

lances
InitializationError

Métodos públicos

getAbi

public IAbi getAbi ()

devoluções
IAbi

getTestInformation

public TestInformation getTestInformation ()

devoluções
TestInformation

setAbi

public void setAbi (IAbi abi)

Parâmetros
abi IAbi

setTestInformation

public void setTestInformation (TestInformation testInformation)

Parâmetros
testInformation TestInformation

Métodos protegidos

runChild

protected void runChild (Runner runner, 
                RunNotifier notifier)

Parâmetros
runner Runner

notifier RunNotifier