重新排程器
public
final
class
RetryRescheduler
extends Object
implements
IConfigurationReceiver,
IRemoteTest
java.lang.Object | |
↳ | com.android.tradefed.testtype.suite.retry.重試 Rescheduler |
這個特殊執行器可讓您重新安排先前失敗或未成功執行的測試 執行狀態
摘要
欄位 | |
---|---|
public
static
final
String |
PREVIOUS_LOADER_NAME
|
公用建構函式 | |
---|---|
RetryRescheduler()
|
公用方法 | |
---|---|
IConfiguration
|
getRetryConfiguration()
傳回應重試的 |
void
|
run(TestInformation testInfo, ITestInvocationListener listener)
執行測試,並將結果回報給事件監聽器。 |
void
|
setConfiguration(IConfiguration configuration)
插入使用中的 |
欄位
PREVIOUS_LOADER_NAME
public static final String PREVIOUS_LOADER_NAME
公用建構函式
重新排程器
public RetryRescheduler ()
公用方法
get 重試 Configuration
public IConfiguration getRetryConfiguration ()
傳回應重試的 IConfiguration
。
傳回 | |
---|---|
IConfiguration |
得分
public void run (TestInformation testInfo, ITestInvocationListener listener)
執行測試,並將結果回報給事件監聽器。
參數 | |
---|---|
testInfo |
TestInformation :TestInformation 物件,包含可執行的實用資訊
測試。 |
listener |
ITestInvocationListener :測試結果的 ITestInvocationListener |
擲回 | |
---|---|
DeviceNotAvailableException |
setConfiguration
public void setConfiguration (IConfiguration configuration)
插入使用中的 IConfiguration
。
參數 | |
---|---|
configuration |
IConfiguration |