本地池

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