LocalPool

public class LocalPool
extends Object implements ITestsPool

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


Yerel test havuzunun uygulanması

Özet

Herkese açık oluşturucular

LocalPool(Collection<IRemoteTest> genericPool, Collection<ITokenRequest> tokenPool)

Herkese açık yöntemler

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.

Herkese açık oluşturucular

LocalPool

public LocalPool (Collection<IRemoteTest> genericPool, 
                Collection<ITokenRequest> tokenPool)

Parametreler
genericPool Collection

tokenPool Collection

Herkese açık yöntemler

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