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
|
Um executor parametrizado no 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 executar um único método.
Resumo
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 ()
setAbi
public void setAbi (IAbi abi)
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 |