Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
com/android/ | 25-Apr-2025 | - | 39,154 | 27,009 | ||
Android.bp | D | 25-Apr-2025 | 1.2 KiB | 44 | 41 | |
OWNERS | D | 25-Apr-2025 | 138 | 6 | 4 | |
README.md | D | 25-Apr-2025 | 449 | 13 | 9 |
README.md
1# Trade Federation Test Framework 2 3This is the top-layer provided to write and run tests against. 4 5The goal of this layer is to provide a simple framework to 6write and execute tests. 7 8This directory should contain classes that are: 9* Related to tests (IRemoteTest types) 10* Related to tests setup (ITargetPreparer types) 11* Related to metrics collection during tests (IMetricCollector types) 12* Utilities specific to the tests, preparers or collectors 13