Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
Android.mk | 21-Aug-2018 | 884 | |
AndroidManifest.xml | 21-Aug-2018 | 6.1K | |
AndroidTest.xml | 21-Aug-2018 | 1.3K | |
common/ | 21-Aug-2018 | ||
functional/ | 21-Aug-2018 | ||
jarjar-rules.txt | 21-Aug-2018 | 81 | |
README | 21-Aug-2018 | 333 | |
res/ | 21-Aug-2018 | ||
unit/ | 21-Aug-2018 |
1 Welcome to our tests! 2 3 unit tests are under the 'unit/' dir, function under 'functional/'. 4 5 To run just small tests" 6 adb 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 8 Replace '-e size small' with '-e size large'. 9