結果播放器
public
final
class
ResultsPlayer
extends Object
implements
IConfigurationReceiver,
IRemoteTest
java.lang.Object | |
↳ | com.android.tradefed.testtype.suite.retry.ResultsPlayer |
會重播收到的結果。
摘要
欄位 | |
---|---|
public
static
final
String |
REPLAY_DONE
|
公用建構函式 | |
---|---|
ResultsPlayer()
司機。 |
|
ResultsPlayer(boolean completed)
|
公用方法 | |
---|---|
boolean
|
completed()
傳回 ResultsReplayer 是否已重播結果。 |
void
|
run(TestInformation testInfo, ITestInvocationListener listener)
執行測試,並將結果回報給事件監聽器。 |
void
|
setConfiguration(IConfiguration configuration)
插入使用中的 |
欄位
重播
public static final String REPLAY_DONE
公用建構函式
結果播放器
public ResultsPlayer ()
司機。
結果播放器
public ResultsPlayer (boolean completed)
參數 | |
---|---|
completed |
boolean |
公用方法
已完成
public boolean completed ()
傳回 ResultsReplayer 是否已重播結果。
傳回 | |
---|---|
boolean |
得分
public void run (TestInformation testInfo, ITestInvocationListener listener)
執行測試,並將結果回報給事件監聽器。
參數 | |
---|---|
testInfo |
TestInformation :TestInformation 物件,包含可執行的實用資訊
測試。 |
listener |
ITestInvocationListener :測試結果的 ITestInvocationListener |
擲回 | |
---|---|
DeviceNotAvailableException |
setConfiguration
public void setConfiguration (IConfiguration configuration)
插入使用中的 IConfiguration
。
參數 | |
---|---|
configuration |
IConfiguration |