本地池

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