ResultsPlayer

public final class ResultsPlayer
extends Object implements IRemoteTest, IConfigurationReceiver

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


Special runner that replays the results given to it.

Summary

Public constructors

ResultsPlayer()

Ctor.

ResultsPlayer(boolean completed)

Public methods

boolean completed()

Returns whether or not the ResultsReplayer is done replaying the results.

void run(TestInformation testInfo, ITestInvocationListener listener)
void setConfiguration(IConfiguration configuration)

Injects the IConfiguration in use.

Public constructors

ResultsPlayer

public ResultsPlayer ()

Ctor.

ResultsPlayer

public ResultsPlayer (boolean completed)

Parameters
completed boolean

Public methods

completed

public boolean completed ()

Returns whether or not the ResultsReplayer is done replaying the results.

Returns
boolean

run

public void run (TestInformation testInfo, 
                ITestInvocationListener listener)

Parameters
testInfo TestInformation

listener ITestInvocationListener

Throws
DeviceNotAvailableException

setConfiguration

public void setConfiguration (IConfiguration configuration)

Injects the IConfiguration in use.

Parameters
configuration IConfiguration