Exécuteur 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


Exécuteur paramétré de style JUnit4 pour les tests paramétrés côté hôte.

Cet exécuteur est basé sur JUnitParamsRunner et non sur le Parameterized natif JUnit4 mais l'exécuteur natif paramétré n'est pas très bon et ne permet pas d'exécuter une seule méthode.

Voir aussi :

Résumé

Constructeurs publics

DeviceParameterizedRunner(Class<?> klass)

Méthodes publiques

IAbi getAbi()
TestInformation getTestInformation()
void setAbi(IAbi abi)
void setTestInformation(TestInformation testInformation)

Méthodes protégées

Statement methodInvoker(FrameworkMethod method, Object testObj)

Constructeurs publics

Exécuteur DeviceParameterizedRunner

public DeviceParameterizedRunner (Class<?> klass)

Génère
org.junit.runners.model.InitializationError
InitializationError

Méthodes publiques

getAbi

public IAbi getAbi ()

Renvoie
IAbi

getTestInformation

public TestInformation getTestInformation ()

Renvoie
TestInformation

setAbi

public void setAbi (IAbi abi)

Paramètres
abi IAbi

setTestInformation

public void setTestInformation (TestInformation testInformation)

Paramètres
testInformation TestInformation

Méthodes protégées

MéthodeRequestr

protected Statement methodInvoker (FrameworkMethod method, 
                Object testObj)

Paramètres
method FrameworkMethod

testObj Object

Renvoie
Statement