diff options
author | Quddus Chong <quddusc@google.com> | 2015-05-27 16:07:54 -0700 |
---|---|---|
committer | Quddus Chong <quddusc@google.com> | 2015-06-01 17:18:39 -0700 |
commit | 7af3566912b0e014cfd1704acdeb31a0a7cca0d3 (patch) | |
tree | 254afa69e2c76b67939dd9135ce0ab6fb9746db3 /docs/html/tools | |
parent | 2b95561db50426779947ad5ab680994c24d79396 (diff) | |
download | frameworks_base-7af3566912b0e014cfd1704acdeb31a0a7cca0d3.zip frameworks_base-7af3566912b0e014cfd1704acdeb31a0a7cca0d3.tar.gz frameworks_base-7af3566912b0e014cfd1704acdeb31a0a7cca0d3.tar.bz2 |
docs: Added Javadocs for Testing Support Library v0.3 and updated
the corresponding setup instructions.
bug: 21442922
Change-Id: I7374e8102fc95377e83db738ab7ff20510e04faa
Diffstat (limited to 'docs/html/tools')
-rw-r--r-- | docs/html/tools/testing-support-library/index.jd | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/html/tools/testing-support-library/index.jd b/docs/html/tools/testing-support-library/index.jd index 32f0553..44f5631 100644 --- a/docs/html/tools/testing-support-library/index.jd +++ b/docs/html/tools/testing-support-library/index.jd @@ -585,13 +585,13 @@ allAppsButton.clickAndWaitForNewWindow();</pre> <pre> dependencies { - androidTestCompile 'com.android.support.test:runner:0.2' + androidTestCompile 'com.android.support.test:runner:0.3' // Set this dependency to use JUnit 4 rules - androidTestCompile 'com.android.support.test:rules:0.2' + androidTestCompile 'com.android.support.test:rules:0.3' // Set this dependency to build and run Espresso tests - androidTestCompile 'com.android.support.test.espresso:espresso-core:2.1' + androidTestCompile 'com.android.support.test.espresso:espresso-core:2.2' // Set this dependency to build and run UI Automator tests - androidTestCompile 'com.android.support.test.uiautomator:uiautomator-v18:2.1.0' + androidTestCompile 'com.android.support.test.uiautomator:uiautomator-v18:2.1.1' }</pre> <p>To set |