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


Corredor parametrizado estilo JUnit4 para testes parametrizados acionados pelo host.

Este executor é baseado no JUnitParamsRunner e não no JUnit4 nativo Parameterized , mas o executor parametrizado nativo não é realmente 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)

lances
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

methodInvoker

protected Statement methodInvoker (FrameworkMethod method, 
                Object testObj)

Parâmetros
method FrameworkMethod

testObj Object

devoluções
Statement