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.
Resumo
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 ()
setAbi
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 |