diff options
author | Quddus Chong <quddusc@google.com> | 2015-04-17 15:01:16 -0700 |
---|---|---|
committer | Quddus Chong <quddusc@google.com> | 2015-04-20 14:01:24 -0700 |
commit | 900831f303beb4a67a871d969ac822d8b6d36460 (patch) | |
tree | e25a35bf69401412736ba59696a7cb0c7ed28cd9 /docs/html/tools | |
parent | 0d2f280310458d23618edf6550818f8f9cfa6b47 (diff) | |
download | frameworks_base-900831f303beb4a67a871d969ac822d8b6d36460.zip frameworks_base-900831f303beb4a67a871d969ac822d8b6d36460.tar.gz frameworks_base-900831f303beb4a67a871d969ac822d8b6d36460.tar.bz2 |
docs: Added 3rd-party Javadocs for Android Support Testing Library v0.2.
bug: 20304402
Change-Id: I0fab71be55f5c3c6d017ba585b92f8493050274a
Diffstat (limited to 'docs/html/tools')
-rw-r--r-- | docs/html/tools/testing-support-library/index.jd | 8 |
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 |