再試行リスケジューラ

public final class RetryRescheduler
extends Object implements IRemoteTest , IConfigurationReceiver

java.lang.オブジェクト
com.android.tradefed.testtype.suite.retry.RetryRescheduler


失敗した、または実行されなかった前回の実行テストを再スケジュールできる特別なランナー。

まとめ

田畑

public static final String PREVIOUS_LOADER_NAME

パブリックコンストラクター

RetryRescheduler ()

パブリックメソッド

IConfiguration getRetryConfiguration ()

再試行する必要があるIConfigurationを返します。

void run ( TestInformation testInfo, ITestInvocationListener listener)

テストを実行し、結果をリスナーに報告します。

void setConfiguration ( IConfiguration configuration)

使用中のIConfigurationを挿入します。

田畑

PREVIOUS_LOADER_NAME

public static final String PREVIOUS_LOADER_NAME

パブリックコンストラクター

再試行リスケジューラ

public RetryRescheduler ()

パブリックメソッド

getRetryConfiguration

public IConfiguration getRetryConfiguration ()

再試行する必要があるIConfigurationを返します。

戻り値
IConfiguration

走る

public void run (TestInformation testInfo, 
                ITestInvocationListener listener)

テストを実行し、結果をリスナーに報告します。

パラメーター
testInfo TestInformation : テストを実行するために役立つ情報を含むTestInformationオブジェクト。

listener ITestInvocationListener : テスト結果のITestInvocationListener

投げる
DeviceNotAvailableException

set構成

public void setConfiguration (IConfiguration configuration)

使用中のIConfigurationを挿入します。

パラメーター
configuration IConfiguration