1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hmz007 6d24f2138b
Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56)
3 years ago
..
assets/archives Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
common/com/android/documentsui Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
functional/com/android/documentsui Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
res Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
unit/com/android/documentsui Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
Android.bp Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
AndroidManifest.xml Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
AndroidTest.xml Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
README Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
jarjar-rules.txt Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago

README

Welcome to our tests!

unit tests are under the 'unit/' dir, function under 'functional/'.

Some of the test cases in functional/ check the file operation among the different storage media.
Therefore, insert SD Card media to the test device when running this instrumentation test if the
device has SD Card slot. If SD Card is not inserted or supported, the test creates virtual SD Card
and uses it instead.

To run just small tests"
adb shell am instrument -w -e debug false -e log false -e timeout_msec 300000 -e size small com.android.documentsui.tests/androidx.test.runner.AndroidJUnitRunner

Replace '-e size small' with '-e size large'.