Home | History | Annotate | only in /packages/apps/DocumentsUI/tests
Up to higher level directory
NameDateSize
Android.mk05-Oct-2017838
AndroidManifest.xml05-Oct-20174.6K
AndroidTest.xml05-Oct-20171.2K
common/05-Oct-2017
functional/05-Oct-2017
jarjar-rules.txt05-Oct-201781
README05-Oct-2017333
res/05-Oct-2017
unit/05-Oct-2017

README

      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