TestsPoolPoller
public
final
class
TestsPoolPoller
extends Object
implements
IRemoteTest,
IConfigurationReceiver,
IDeviceTest,
IBuildReceiver,
IMultiDeviceTest,
IInvocationContextReceiver,
ISystemStatusCheckerReceiver,
IMetricCollectorReceiver
java.lang.Object | |
↳ | com.android.tradefed.invoker.shard.TestsPoolPoller |
Tests wrapper that allow to execute all the tests of a pool of tests. Tests can be shared by
another TestsPoolPoller
so synchronization is required.
TODO: Add handling for token module/tests.
Summary
Public constructors | |
---|---|
TestsPoolPoller(
Ctor where the pool of |
|
TestsPoolPoller(
|
Public methods | |
---|---|
ITestDevice
|
getDevice()
Get the device under test. |
void
|
run(ITestInvocationListener listener)
Runs the tests, and reports result to the listener. |
void
|
setBuild(IBuildInfo buildInfo)
|
void
|
setConfiguration(IConfiguration configuration)
Injects the |
void
|
setDevice(ITestDevice device)
Inject the device under test. |
void
|
setDeviceInfos(
|
void
|
setInvocationContext(IInvocationContext invocationContext)
|
void
|
setLogRegistry(ILogRegistry registry)
|
void
|
setMetricCollectors(
Sets the list of |
void
|
setSystemStatusChecker(
Sets the |
Public constructors
TestsPoolPoller
public TestsPoolPoller (tests, CountDownLatch tracker)
Ctor where the pool of IRemoteTest
is provided.
Parameters | |
---|---|
tests |
: IRemoteTest s pool of all tests. |
tracker |
CountDownLatch : a ERROR(/CountDownLatch) shared to get the number of running poller.
|
TestsPoolPoller
public TestsPoolPoller (tests, tokenTests, CountDownLatch tracker)
Parameters | |
---|---|
tests |
|
tokenTests |
|
tracker |
CountDownLatch |
Public methods
getDevice
public ITestDevice getDevice ()
Get the device under test.
Returns | |
---|---|
ITestDevice |
the ITestDevice
|
run
public void run (ITestInvocationListener listener)
Runs the tests, and reports result to the listener.
Parameters | |
---|---|
listener |
ITestInvocationListener : the ITestInvocationListener of test results |
Throws | |
---|---|
DeviceNotAvailableException |
setConfiguration
public void setConfiguration (IConfiguration configuration)
Injects the IConfiguration
in use.
Parameters | |
---|---|
configuration |
IConfiguration |
setDevice
public void setDevice (ITestDevice device)
Inject the device under test.
Parameters | |
---|---|
device |
ITestDevice : the ITestDevice to use
|
setDeviceInfos
public void setDeviceInfos (deviceInfos)
Parameters | |
---|---|
deviceInfos |
|
setInvocationContext
public void setInvocationContext (IInvocationContext invocationContext)
Parameters | |
---|---|
invocationContext |
IInvocationContext |
setMetricCollectors
public void setMetricCollectors (collectors)
Sets the list of IMetricCollector
s defined for the test run.
Parameters | |
---|---|
collectors |
|
setSystemStatusChecker
public void setSystemStatusChecker (systemCheckers)
Sets the ISystemStatusChecker
s from the configuration for the test.
Parameters | |
---|---|
systemCheckers |
|