DeviceJUnit4ClassRunner

public class DeviceJUnit4ClassRunner
extends BlockJUnit4ClassRunner implements IAbiReceiver, ISetOptionReceiver, ITestInformationReceiver

java.lang.Object
   ↳ org.junit.runner.Runner
     ↳ org.junit.runners.ParentRunner<org.junit.runners.model.FrameworkMethod>
       ↳ org.junit.runners.BlockJUnit4ClassRunner
         ↳ com.android.tradefed.testtype.DeviceJUnit4ClassRunner


Exécuteur de test JUnit4 qui accepte également IDeviceTest. Doit être spécifié au-dessus de JUnit4 Effectuer un test avec une annotation RunWith

Résumé

Classes imbriquées

class DeviceJUnit4ClassRunner.LogAnnotation

Fausse annotation destinée à transporter des journaux aux rapporteurs. 

class DeviceJUnit4ClassRunner.MetricAnnotation

Annotation fausse destinée à transmettre des métriques aux reporters. 

class DeviceJUnit4ClassRunner.TestLogData

Implémentation de ExternalResource et TestRule

class DeviceJUnit4ClassRunner.TestMetrics

Implémentation de ExternalResource et TestRule

Constructeurs publics

DeviceJUnit4ClassRunner(Class<?> klass)

Méthodes publiques

IAbi getAbi()
TestInformation getTestInformation()
void run(RunNotifier notifier)
void setAbi(IAbi abi)
void setTestInformation(TestInformation testInformation)

Méthodes protégées

Object createTest()

Nous remplaçons createTest pour définir l'appareil.

void runChild(FrameworkMethod method, RunNotifier notifier)
Statement withAfterClasses(Statement statement)
Statement withBeforeClasses(Statement statement)

Constructeurs publics

DeviceJUnit4ClassRunner

public DeviceJUnit4ClassRunner (Class<?> klass)

Paramètres
klass Class

Génère
InitializationError

Méthodes publiques

getAbi

public IAbi getAbi ()

Renvoie
IAbi

getTestInformation

public TestInformation getTestInformation ()

Renvoie
TestInformation

Exécuter

public void run (RunNotifier notifier)

Paramètres
notifier RunNotifier

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

créerTest

protected Object createTest ()

Nous remplaçons createTest pour définir l'appareil.

Renvoie
Object

runChild

protected void runChild (FrameworkMethod method, 
                RunNotifier notifier)

Paramètres
method FrameworkMethod

notifier RunNotifier

withAfterClasses

protected Statement withAfterClasses (Statement statement)

Paramètres
statement Statement

Renvoie
Statement

withBeforeClasses

protected Statement withBeforeClasses (Statement statement)

Paramètres
statement Statement

Renvoie
Statement