LocalPool

public class LocalPool
extends Object implements ITestsPool

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


Implementation of a pool of local tests

Summary

Public constructors

LocalPool( genericPool, tokenPool)

Public methods

IRemoteTest poll(TestInformation info, boolean reportNotExecuted)

Poll the next test to be executed.

ITokenRequest pollRejectedTokenModule()

Returns the list of test that was rejected to run on all devices.

Public constructors

LocalPool

public LocalPool ( genericPool, 
                 tokenPool)

Parameters
genericPool

tokenPool

Public methods

poll

public IRemoteTest poll (TestInformation info, 
                boolean reportNotExecuted)

Poll the next test to be executed.

Parameters
info TestInformation

reportNotExecuted boolean

Returns
IRemoteTest

pollRejectedTokenModule

public ITokenRequest pollRejectedTokenModule ()

Returns the list of test that was rejected to run on all devices.

Returns
ITokenRequest