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