RemoteDynamicPool

public class RemoteDynamicPool
extends Object implements ITestsPool

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


Uzaktan çalışma için sıraya alınmış test havuzu uygulama

Özet

İç içe yerleştirilmiş sınıflar

class RemoteDynamicPool.RequestCallable

 

Herkese açık yöntemler

int getAttemptNumber(ITestSuite test)
static RemoteDynamicPool newInstance(IDynamicShardingClient client, String poolId, Map<String, ITestSuite> moduleMapping)
IRemoteTest poll(TestInformation info, boolean reportNotExecuted)

Yürütülecek bir sonraki testi yoklar.

ITokenRequest pollRejectedTokenModule()

Tüm cihazlarda çalışması reddedilen testlerin listesini döndürür.

void returnToRemotePool(ITestSuite test, int attemptNumber)

Herkese açık yöntemler

getAttemptNumber

public int getAttemptNumber (ITestSuite test)

Parametreler
test ITestSuite

İadeler
int

newInstance

public static RemoteDynamicPool newInstance (IDynamicShardingClient client, 
                String poolId, 
                Map<String, ITestSuite> moduleMapping)

Parametreler
client IDynamicShardingClient

poolId String

moduleMapping Map

İadeler
RemoteDynamicPool

anket

public IRemoteTest poll (TestInformation info, 
                boolean reportNotExecuted)

Yürütülecek bir sonraki testi yoklar.

Parametreler
info TestInformation

reportNotExecuted boolean

İadeler
IRemoteTest

pollRejectedTokenModule

public ITokenRequest pollRejectedTokenModule ()

Tüm cihazlarda çalışması reddedilen testlerin listesini döndürür.

İadeler
ITokenRequest

returnToRemotePool

public void returnToRemotePool (ITestSuite test, 
                int attemptNumber)

Parametreler
test ITestSuite

attemptNumber int