ResultsPlayer

public final class ResultsPlayer
extends Object implements IConfigurationReceiver, IRemoteTest

java.lang.Object
   ↳ com.android.tradefed.testtype.suite.retry.ResultsPlayer


Specjalny program uruchamiający, który odtwarza podane mu wyniki.

Podsumowanie

Stałe

String REPLAY_DONE

Publiczne konstruktory

ResultsPlayer()

Ctor.

ResultsPlayer(boolean completed)

Metody publiczne

boolean completed()

Zwraca informację, czy odtwarzacz wyników zakończył odtwarzanie wyników.

void run(TestInformation testInfo, ITestInvocationListener listener)

Przeprowadza testy i przekazuje wyniki odbiorcy.

void setConfiguration(IConfiguration configuration)

Wstawia używany element IConfiguration.

Stałe

REPLAY_DONE

public static final String REPLAY_DONE

Wartość stała: "REPLAY_DONE"

Publiczne konstruktory

ResultsPlayer

public ResultsPlayer ()

Ctor.

ResultsPlayer

public ResultsPlayer (boolean completed)

Parametry
completed boolean

Metody publiczne

ukończono

public boolean completed ()

Zwraca informację, czy odtwarzacz wyników zakończył odtwarzanie wyników.

Zwroty
boolean

home run

public void run (TestInformation testInfo, 
                ITestInvocationListener listener)

Przeprowadza testy i przekazuje wyniki odbiorcy.

Parametry
testInfo TestInformation: Obiekt TestInformation zawierający przydatne informacje do przeprowadzania testów.

listener ITestInvocationListener: ITestInvocationListener wyników testu

Zgłasza
DeviceNotAvailableException

setConfiguration

public void setConfiguration (IConfiguration configuration)

Wstawia używany element IConfiguration.

Parametry
configuration IConfiguration