本機集區

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

輪詢拒絕權杖模組

public ITokenRequest pollRejectedTokenModule ()

傳回無法在所有裝置上執行的測試清單。

傳回
ITokenRequest