commit | e329fe2361b9f999d3393ccb4e4b1be42401ae78 | [log] [tgz] |
---|---|---|
author | Joseph Murphy <murj@google.com> | Mon Aug 16 08:50:04 2021 -0700 |
committer | Joseph Murphy <murj@google.com> | Mon Aug 16 08:50:04 2021 -0700 |
tree | dac5476e115d01e60666bcfe0bf8bbb4ab29f705 | |
parent | 5e777acc22dc1005dd3249af47bfc03325bfa318 [diff] |
Convert to Mockito: SuiteApkInstallerTest Bug: b/186588563 Test: unit tests Change-Id: Iafd82e89c6d877ab34b26774563b58c07a2a8506
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.
1. Create your change in Gerrit 2. Add the reviewer named "Tradefed Codereview" (email: tradefed-codereview@tradefederation.google.com.iam.gserviceaccount.com) 3. Review the code review guidance at go/tf-guidelines and go/tradefed-code-reviews 4. GWSQ should add a couple of people from the team to review your code and give feedback.
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.