commit | e258b002fe1b9a9379b64e2ac9738eae57c98562 | [log] [tgz] |
---|---|---|
author | Joseph Murphy <murj@google.com> | Fri Dec 06 17:28:47 2019 -0800 |
committer | Joseph Murphy <murj@google.com> | Fri Dec 06 18:00:46 2019 -0800 |
tree | 8e69307b44414cf2495901bb12a77221b26182a0 | |
parent | 6ea04efaba2b715341d6b8d1b5283071f21e8763 [diff] |
Refactored all uses of Guava Joiner to use String.join() This isn't particularly necessary persay, but String.join() fully replaces the Guava class and is in the standard library now. Updated remove an unused variable and fix some formatting (though ~all of the formatting changes were from google-java-format). Fixed formatting error due to skipping the repo hook (since I thought it formatted whole files). Bug: 145762232 Test: Existing (refactoring) Change-Id: I85f0c116b0e5fb33c0b50ae1fd6d26ed5fbfeecc
TF is a test harness used to drive Android automated testing. It runs on test hosts and monitors the connected devices, handling test scheduling & execution and device management.
Other test harnesses like Compatibility Test Suite (CTS) and Vendor Test Suite (VTS) use TF as a basis and extend it for their particular needs.
Building TF:
More information at: https://source.android.com/devices/tech/test_infra/tradefed/
See more details about Tradefed Architecture at: https://source.android.com/devices/tech/test_infra/tradefed/architecture
If you are a tests writer you should start looking in the test_framework/ component which contains everything needed to write a tests in Tradefed.