AggregatePostProcessor |
A metric aggregator that gives the min, max, mean, variance and standard deviation for numeric
metrics collected during multiple-iteration test runs, treating them as doubles.
|
AveragePostProcessor |
Implementation of post processor that calculate the average of the list of metrics.
|
BaseDeviceMetricCollector |
Base implementation of IMetricCollector that allows to start and stop collection on
onTestRunStart(com.android.tradefed.device.metric.DeviceMetricData) and ERROR(/#onTestRunEnd(com.android.tradefed.device.metric.DeviceMetricData,Map)) .
|
BaseMultiTargetPreparer |
Base implementation of IMultiTargetPreparer that allows to disable the object.
|
BasePostProcessor |
The base IPostProcessor that every implementation should extend.
|
BaseTargetPreparer |
Base implementation class for ITargetPreparer that allows to control whether the object
is disabled or not.
|
BugreportzOnFailureCollector |
Collect a bugreportz when a test case fails.
|
BuildInfoRecorder |
An ITargetPreparer that writes build info meta data into a specified file.
|
CreateUserPreparer |
Target preparer for creating user and cleaning it up at the end.
|
DebugHostLogOnFailureCollector |
Collector that will gather and log the host-side logs when a test case failure occurs.
|
DeviceBuildInfoBootStrapper |
A ITargetPreparer that replaces build info fields with attributes read from device
This is useful for testing devices with builds generated from an external source (e.g.
|
DeviceBuildInfoInjector |
A ITargetPreparer that inserts DeviceBuildDescriptor metadata into the IBuildInfo .
|
DeviceCleaner |
Performs reboot or format as cleanup action after test, and optionally turns screen off
|
DeviceFlashPreparer |
A ITargetPreparer that flashes an image on physical Android hardware.
|
DeviceImageZipFlashingTargetPreparer |
A target preparer that flashes the device with device images provided via a specific format.
|
DeviceSetup |
A ITargetPreparer that configures a device for testing based on provided Option s.
|
DeviceUpdateTargetPreparer |
An abstract ITargetPreparer that takes care of common steps around updating devices with
a device image file from an external source (as opposed to a build service).
|
FastbootUpdateBootstrapPreparer |
An ITargetPreparer that stages specified files (bootloader, radio, device image zip) into
IDeviceBuildInfo to get devices flashed with FastbootDeviceFlasher , then injects
post-boot device attributes into the build info for result reporting purposes.
|
FilePullerDeviceMetricCollector |
A BaseDeviceMetricCollector that listen for metrics key coming from the device and pull
them as a file from the device.
|
FilePullerLogCollector |
Logger of the file reported by the device-side.
|
GkiDeviceFlashPreparer |
A target preparer that flash the device with android common kernel generic image.
|
GsiDeviceFlashPreparer |
A target preparer that flashes the device with android generic system image.
|
HelloWorldMultiTargetPreparer |
An example implementation of a IMultiTargetPreparer .
|
IMetricCollector |
This interface will be added as a decorator when reporting tests results in order to collect
matching metrics.
|
IMultiTargetPreparer |
Prepares the test environment for several devices together.
|
IPostProcessor |
Post processors is a Trade Federation object meant to allow the processing of metrics and logs
AFTER the tests and BEFORE result reporting.
|
ITargetCleaner |
This interface is deprecated.
tearDown has been moved to the base ITargetPreparer interface.
|
ITargetPreparer |
Prepares the test environment for the test run.
|
IncidentReportCollector |
Pulls and processes incident reports that are reported device-side and collects incident reports
host-side at the end of a test run if configured to do so.
|
InstallApexModuleTargetPreparer |
|
LogcatOnFailureCollector |
Collector that will capture and log a logcat when a test case fails.
|
RunCommandTargetPreparer |
|
ScreenshotOnFailureCollector |
Collector that will capture and log a screenshot when a test case fails.
|
StatsdEventMetricPostProcessor |
A post processor that processes event metrics in statsd reports into key-value pairs, using the
formatters specified on the processor.
|
StatsdGenericPostProcessor |
A post processor that processes binary proto statsd reports into key-value pairs by expanding the
report as a tree structure.
|
StubMultiTargetPreparer |
Placeholder empty implementation of a IMultiTargetPreparer .
|
StubTargetPreparer |
Placeholder empty implementation of a ITargetPreparer .
|
SuiteApkInstaller |
Installs specified APKs for Suite configuration: either from $ANDROID_TARGET_OUT_TESTCASES
variable or the ROOT_DIR in build info.
|
TestAppInstallSetup |
A ITargetPreparer that installs one or more apps from a IDeviceBuildInfo#getTestsDir() folder onto device.
|