DeviceParameterizedRunner

public class DeviceParameterizedRunner
extends JUnitParamsRunner implements IAbiReceiver, ISetOptionReceiver, ITestInformationReceiver

Objeto java.lang.
   ↳ 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


Ejecutor con parámetros de estilo JUnit4 para pruebas parametrizadas del lado del host.

Este ejecutor se basa en JUnitParamsRunner y no en Parameterized nativo de JUnit4 pero el ejecutor con parámetros nativo no es muy bueno y no permite ejecutar un solo método.

También:

Resumen

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

Constructores públicos

DeviceParameterizedRunner

public DeviceParameterizedRunner (Class<?> klass)

Arroja
org.junit.runners.model.InitializationError
InitializationError

Métodos públicos

GetAbi

public IAbi getAbi ()

Muestra
IAbi

ObtenerInformaciónDePrueba

public TestInformation getTestInformation ()

Muestra
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étodo invocador

protected Statement methodInvoker (FrameworkMethod method, 
                Object testObj)

Parámetros
method FrameworkMethod

testObj Object

Devuelve
Statement