Home | History | Annotate | Download | only in tests
      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