LocalPool

public class LocalPool
extends Object implements ITestsPool

java.lang.Object
   ↳ com.android.tradefed.invoker.shard.LocalPool


ローカルテストのプールの実装

概要

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

LocalPool(Collection<IRemoteTest> genericPool, Collection<ITokenRequest> tokenPool)

パブリック メソッド

IRemoteTest poll(TestInformation info, boolean reportNotExecuted)

実行する次のテストをポーリングします。

ITokenRequest pollRejectedTokenModule()

すべてのデバイスでの実行が拒否されたテストのリストを返します。

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

LocalPool

public LocalPool (Collection<IRemoteTest> genericPool, 
                Collection<ITokenRequest> tokenPool)

パラメータ
genericPool Collection

tokenPool Collection

パブリック メソッド

ポーリングする

public IRemoteTest poll (TestInformation info, 
                boolean reportNotExecuted)

実行する次のテストをポーリングします。

パラメータ
info TestInformation

reportNotExecuted boolean

戻り値
IRemoteTest

pollRejectedTokenModule

public ITokenRequest pollRejectedTokenModule ()

すべてのデバイスで実行することを拒否されたテストのリストを返します。

戻り値
ITokenRequest