ITestsPool

public interface ITestsPool

com.android.tradefed.invoker.shard.ITestsPool


這個介面說明我們可以存取及執行的測試集區

摘要

公用方法

abstract IRemoteTest poll(TestInformation info, boolean reportNotExecuted)

輪詢要執行的下一項測試。

abstract ITokenRequest pollRejectedTokenModule()

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

公用方法

意見調查

public abstract IRemoteTest poll (TestInformation info, 
                boolean reportNotExecuted)

輪詢要執行的下一項測試。

參數
info TestInformation

reportNotExecuted boolean

傳回
IRemoteTest

輪詢拒絕權杖模組

public abstract ITokenRequest pollRejectedTokenModule ()

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

傳回
ITokenRequest