ITestsPool
public interface ITestsPool
com.android.tradefed.invoker.shard.ITestsPool |
アクセスして実行できるテストのプールを記述するインターフェース
まとめ
パブリックメソッド | |
---|---|
abstract IRemoteTest | poll ( TestInformation info, boolean reportNotExecuted) 次に実行されるテストをポーリングします。 |
abstract ITokenRequest | pollRejectedTokenModule () すべてのデバイスでの実行が拒否されたテストのリストを返します。 |
パブリックメソッド
世論調査
public abstract IRemoteTest poll (TestInformation info, boolean reportNotExecuted)
次に実行されるテストをポーリングします。
パラメーター | |
---|---|
info | TestInformation |
reportNotExecuted | boolean |
戻り値 | |
---|---|
IRemoteTest |
ポール拒否トークンモジュール
public abstract ITokenRequest pollRejectedTokenModule ()
すべてのデバイスでの実行が拒否されたテストのリストを返します。
戻り値 | |
---|---|
ITokenRequest |