結果播放器

public final class ResultsPlayer
extends Object implements IRemoteTest, IConfigurationReceiver

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


特殊的跑者會重播給予它的結果。

概括

公共構造函數

ResultsPlayer ()

科特。

ResultsPlayer (boolean completed)

公共方法

boolean completed ()

傳回 ResultsReplayer 是否完成重播結果。

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

注入正在使用的IConfiguration

公共構造函數

結果播放器

public ResultsPlayer ()

科特。

結果播放器

public ResultsPlayer (boolean completed)

參數
completed boolean

公共方法

完全的

public boolean completed ()

傳回 ResultsReplayer 是否完成重播結果。

退貨
boolean

跑步

public void run (TestInformation testInfo, 
                ITestInvocationListener listener)

參數
testInfo TestInformation

listener ITestInvocationListener

投擲
DeviceNotAvailableException

設定配置

public void setConfiguration (IConfiguration configuration)

注入正在使用的IConfiguration

參數
configuration IConfiguration