遠程動態池

public class RemoteDynamicPool
extends Object implements ITestsPool

java.lang.Object
com.android.tradefed.invoker.shard.RemoteDynamicPool


遠程工作隊列測試池的實施

概括

公共方法

static RemoteDynamicPool newInstance ( IDynamicShardingClient client, String poolId, moduleMapping) newInstance ( IDynamicShardingClient client, String poolId, moduleMapping)
IRemoteTest poll ( TestInformation info, boolean reportNotExecuted)

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

ITokenRequest pollRejectedTokenModule ()

返回被拒絕在所有設備上運行的測試列表。

公共方法

新實例

public static RemoteDynamicPool newInstance (IDynamicShardingClient client, 
                String poolId, 
                 moduleMapping)

參數
client IDynamicShardingClient

poolId String

moduleMapping

退貨
RemoteDynamicPool

輪詢

public IRemoteTest poll (TestInformation info, 
                boolean reportNotExecuted)

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

參數
info TestInformation

reportNotExecuted boolean

退貨
IRemoteTest

pollRejectedTokenModule

public ITokenRequest pollRejectedTokenModule ()

返回被拒絕在所有設備上運行的測試列表。

退貨
ITokenRequest