ローカル プール
public class LocalPool
extends Object
implements ITestsPool
java.lang.Object | |
↳ | com.android.tradefed.invoker.shard.LocalPool |
ローカル テストのプールの実装
まとめ
パブリック コンストラクター | |
---|---|
LocalPool ( genericPool, tokenPool) LocalPool ( genericPool, tokenPool) LocalPool ( genericPool, tokenPool) |
公開メソッド | |
---|---|
IRemoteTest | poll ( TestInformation info, boolean reportNotExecuted) 次に実行するテストをポーリングします。 |
ITokenRequest | pollRejectedTokenModule () すべてのデバイスでの実行が拒否されたテストのリストを返します。 |
パブリック コンストラクター
ローカル プール
public LocalPool (genericPool, tokenPool)
パラメーター | |
---|---|
genericPool | |
tokenPool |
公開メソッド
世論調査
public IRemoteTest poll (TestInformation info, boolean reportNotExecuted)
次に実行するテストをポーリングします。
パラメーター | |
---|---|
info | TestInformation |
reportNotExecuted | boolean |
戻り値 | |
---|---|
IRemoteTest |
pollRejectedTokenModule
public ITokenRequest pollRejectedTokenModule ()
すべてのデバイスでの実行が拒否されたテストのリストを返します。
戻り値 | |
---|---|
ITokenRequest |