ローカルプール

public class LocalPool
extends Object implements ITestsPool

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


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

概要

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

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