commit | c09de84365d104daa63e3e627a12d7972011ef57 | [log] [tgz] |
---|---|---|
author | James Lemieux <jplemieux@google.com> | Wed Oct 17 12:53:33 2018 -0700 |
committer | James Lemieux <jplemieux@google.com> | Wed Oct 17 12:53:33 2018 -0700 |
tree | 1a2fe60ff47c14ab7ceca92ab052ad85f849f435 | |
parent | ea1e624eaecda5c2d73a9484e11bec1e83dc11e9 [diff] |
Prepare for upgrade to Truth 0.42 Truth.THROW_ASSERTION_ERROR has been made private in later versions of the Truth library. This CL alters tradefed tests to stop using this static field in preparation for the impending upgrade. Test: Treehugger passes Change-Id: Iccd62ac4c3e22cfd1e2156fc1f1b93de1d4d4a90
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/