结果播放器
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()
Ctor. |
|
ResultsPlayer(boolean completed)
|
公共方法 | |
---|---|
boolean
|
completed()
返回 ResultsReplayer 是否完成了结果重放。 |
void
|
run(TestInformation testInfo, ITestInvocationListener listener)
运行测试,并将结果报告给监听器。 |
void
|
setConfiguration(IConfiguration configuration)
注入正在使用的 |
字段
重复播放
public static final String REPLAY_DONE
公共构造函数
结果播放器
public ResultsPlayer ()
Ctor.
结果播放器
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 |