commit | 2151ac6566ddceb9f66d49b4ce9d472655a8ac71 | [log] [tgz] |
---|---|---|
author | yelinhsieh <yelinhsieh@google.com> | Fri Jan 11 12:23:04 2019 +0800 |
committer | yelinhsieh <yelinhsieh@google.com> | Fri Mar 08 09:53:14 2019 +0800 |
tree | e39ec7ce9997e8d760e54004cc3d947c079a8b76 | |
parent | 9859f47109e0ce5a2d2cd86a26f2be04e3b64527 [diff] |
ATest: Add pretty output support in robolectric test. 1. Refactor error handle function from atest_tf_test_runner to test_runner_base. 2. Add run_tests_pretty function in robolectric_test_runner. Bug: 124421998 Test: source build/envsetup.sh ; lunch m atest && atest-dev RunStorageManagerRoboTests RunBluetoothRoboTests Change-Id: I6a5e9850ed98f1ba7ba5d161119591138e810dbb
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/