ITestsPool

public interface ITestsPool

com.android.tradefed.invoker.shard.ITestsPool


Interface describing a pool of tests that we can access and run

Summary

Public methods

abstract IRemoteTest poll(TestInformation info, boolean reportNotExecuted)

Poll the next test to be executed.

abstract ITokenRequest pollRejectedTokenModule()

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

Public methods

poll

public abstract IRemoteTest poll (TestInformation info, 
                boolean reportNotExecuted)

Poll the next test to be executed.

Parameters
info TestInformation

reportNotExecuted boolean

Returns
IRemoteTest

pollRejectedTokenModule

public abstract ITokenRequest pollRejectedTokenModule ()

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

Returns
ITokenRequest