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 do estilo JUnit4 para testes parametrizados do lado do host.

Esse executor é baseado em JUnitParamsRunner, e não em Parameterized nativo do JUnit4. mas o executor parametrizado nativo não é muito bom e não permite a execução de um único método.

Confira 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)

Gera
org.junit.runners.model.InitializationError
InitializationError

Métodos públicos

GetAbi

public IAbi getAbi ()

Retorna
IAbi

getTestInformation

public TestInformation getTestInformation ()

Retorna
TestInformation

SetAbi

public void setAbi (IAbi abi)

Parâmetros
abi IAbi

setTestInformation

public void setTestInformation (TestInformation testInformation)

Parâmetros
testInformation TestInformation

Métodos protegidos

invocador de método

protected Statement methodInvoker (FrameworkMethod method, 
                Object testObj)

Parâmetros
method FrameworkMethod

testObj Object

Retorna
Statement