結果プレーヤー

public final class ResultsPlayer
extends Object implements IRemoteTest , IConfigurationReceiver

java.lang.オブジェクト
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)

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

田畑

REPLAY_DONE

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

set構成

public void setConfiguration (IConfiguration configuration)

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

パラメーター
configuration IConfiguration