DispositivoParametrizadoRunner
public class DeviceParameterizedRunner
extends JUnitParamsRunner
implements IAbiReceiver , ISetOptionReceiver , ITestInformationReceiver
java.lang.Objeto |
↳ | 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 pruebas parametrizadas impulsadas por el lado del host.
Este corredor está basado en JUnitParamsRunner
y no en JUnit4 nativo Parameterized
, pero el corredor parametrizado nativo no es realmente bueno y no permite ejecutar un solo método.
Resumen
Métodos protegidos |
---|
Statement | methodInvoker (FrameworkMethod method, Object testObj) |
Constructores públicos
DispositivoParametrizadoRunner
public DeviceParameterizedRunner (Class<?> klass)
Lanza |
---|
| org.junit.runners.model.InitializationError |
InitializationError | |
Métodos públicos
obtenerAbi
public IAbi getAbi ()
conjuntoAbi
public void setAbi (IAbi abi)
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 |