Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
Android.mk | 05-Oct-2017 | 838 | |
AndroidManifest.xml | 05-Oct-2017 | 4.6K | |
AndroidTest.xml | 05-Oct-2017 | 1.2K | |
common/ | 05-Oct-2017 | ||
functional/ | 05-Oct-2017 | ||
jarjar-rules.txt | 05-Oct-2017 | 81 | |
README | 05-Oct-2017 | 333 | |
res/ | 05-Oct-2017 | ||
unit/ | 05-Oct-2017 |
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