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