summaryrefslogtreecommitdiffstats
path: root/docs/html/tools/testing-support-library/index.jd
diff options
context:
space:
mode:
authorQuddus Chong <quddusc@google.com>2015-04-20 23:29:30 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-04-20 23:29:30 +0000
commit8cde8f7f1ed1334dba58a62fc6fd3077f72ced96 (patch)
treea43b90dbd684131f878a440d6ff6c0aa55acc75c /docs/html/tools/testing-support-library/index.jd
parent7b55b8f0563d540804b14c1643b0adfea19a71b1 (diff)
parentb1c838e03bf9f828e59deed57a7e7445cc2ad9e8 (diff)
downloadframeworks_base-8cde8f7f1ed1334dba58a62fc6fd3077f72ced96.zip
frameworks_base-8cde8f7f1ed1334dba58a62fc6fd3077f72ced96.tar.gz
frameworks_base-8cde8f7f1ed1334dba58a62fc6fd3077f72ced96.tar.bz2
am b1c838e0: am 6f142008: am 220f360e: am 900831f3: docs: Added 3rd-party Javadocs for Android Support Testing Library v0.2. bug: 20304402
* commit 'b1c838e03bf9f828e59deed57a7e7445cc2ad9e8': docs: Added 3rd-party Javadocs for Android Support Testing Library v0.2. bug: 20304402
Diffstat (limited to 'docs/html/tools/testing-support-library/index.jd')
-rw-r--r--docs/html/tools/testing-support-library/index.jd8
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/html/tools/testing-support-library/index.jd b/docs/html/tools/testing-support-library/index.jd
index c8c9ef5..32f0553 100644
--- a/docs/html/tools/testing-support-library/index.jd
+++ b/docs/html/tools/testing-support-library/index.jd
@@ -585,11 +585,13 @@ allAppsButton.clickAndWaitForNewWindow();</pre>
<pre>
dependencies {
- androidTestCompile 'com.android.support.test:testing-support-lib:0.1'
+ androidTestCompile 'com.android.support.test:runner:0.2'
+ // Set this dependency to use JUnit 4 rules
+ androidTestCompile 'com.android.support.test:rules:0.2'
// Set this dependency to build and run Espresso tests
- androidTestCompile 'com.android.support.test.espresso:espresso-core:2.0'
+ androidTestCompile 'com.android.support.test.espresso:espresso-core:2.1'
// Set this dependency to build and run UI Automator tests
- androidTestCompile 'com.android.support.test.uiautomator:uiautomator-v18:2.0.0'
+ androidTestCompile 'com.android.support.test.uiautomator:uiautomator-v18:2.1.0'
}</pre>
<p>To set