DeviceParameterizedRunner

public class DeviceParameterizedRunner
extends JUnitParamsRunner implements IAbiReceiver , ISetOptionReceiver , ITestInformationReceiver

java.lang.Object
org.junit.runner.Runner
org.junit.runners.ParentRunner<org.junit.runners.model.FrameworkMethod>
org.junit.runners.BlockJUnit4ClassRunner
junitparams.JUnitParamsRunner
com.android.tradefed.testtype.junit4.DeviceParameterizedRunner


Executor parametrizado estilo JUnit4 para testes parametrizados acionados pelo lado do host.

Este executor é baseado em JUnitParamsRunner e não Parameterized nativo JUnit4, mas o executor parametrizado nativo não é muito bom e não permite executar um único método.

Veja também:

Resumo

Construtores públicos

DeviceParameterizedRunner (Class<?> klass)

Métodos públicos

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

Métodos protegidos

Statement methodInvoker (FrameworkMethod method, Object testObj)

Construtores públicos

DeviceParameterizedRunner

public DeviceParameterizedRunner (Class<?> klass)

Lança
org.junit.runners.model.InitializationError
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

métodoInvoker

protected Statement methodInvoker (FrameworkMethod method, 
                Object testObj)

Parâmetros
method FrameworkMethod

testObj Object

Devoluções
Statement