ResultadosJugador

public final class ResultsPlayer
extends Object implements IRemoteTest , IConfigurationReceiver

java.lang.Objeto
com.android.tradefed.testtype.suite.retry.ResultsPlayer


Corredor especial que reproduce los resultados que se le dan.

Resumen

Campos

public static final String REPLAY_DONE

Constructores públicos

ResultsPlayer ()

Director.

ResultsPlayer (boolean completed)

Métodos públicos

boolean completed ()

Devuelve si ResultsReplayer terminó o no de reproducir los resultados.

void run ( TestInformation testInfo, ITestInvocationListener listener)

Ejecuta las pruebas e informa el resultado al oyente.

void setConfiguration ( IConfiguration configuration)

Inyecta la IConfiguration en uso.

Campos

REPETIR_HECHO

public static final String REPLAY_DONE

Constructores públicos

ResultadosJugador

public ResultsPlayer ()

Director.

ResultadosJugador

public ResultsPlayer (boolean completed)

Parámetros
completed boolean

Métodos públicos

terminado

public boolean completed ()

Devuelve si ResultsReplayer terminó o no de reproducir los resultados.

Devoluciones
boolean

correr

public void run (TestInformation testInfo, 
                ITestInvocationListener listener)

Ejecuta las pruebas e informa el resultado al oyente.

Parámetros
testInfo TestInformation : el objeto TestInformation que contiene información útil para ejecutar pruebas.

listener ITestInvocationListener : el ITestInvocationListener de los resultados de la prueba.

Lanza
DeviceNotAvailableException

establecer configuración

public void setConfiguration (IConfiguration configuration)

Inyecta la IConfiguration en uso.

Parámetros
configuration IConfiguration