Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
common/com/android/documentsui/ | 03-May-2024 | - | 9,201 | 5,956 | ||
functional/com/android/documentsui/ | 03-May-2024 | - | 1,829 | 1,142 | ||
res/raw/ | 03-May-2024 | - | ||||
unit/com/android/documentsui/ | 03-May-2024 | - | 12,911 | 9,288 | ||
Android.mk | D | 03-May-2024 | 838 | 30 | 22 | |
AndroidManifest.xml | D | 03-May-2024 | 5.7 KiB | 134 | 113 | |
AndroidTest.xml | D | 03-May-2024 | 1.2 KiB | 28 | 12 | |
README | D | 03-May-2024 | 333 | 9 | 5 | |
jarjar-rules.txt | D | 03-May-2024 | 81 | 3 | 2 |
README
1Welcome to our tests! 2 3unit tests are under the 'unit/' dir, function under 'functional/'. 4 5To run just small tests" 6adb shell am instrument -w -e debug false -e log false -e timeout_msec 300000 -e size small com.android.documentsui.tests/android.support.test.runner.AndroidJUnitRunner 7 8Replace '-e size small' with '-e size large'. 9