diff options
| author | Quddus Chong <quddusc@google.com> | 2015-04-17 15:01:16 -0700 |
|---|---|---|
| committer | Quddus Chong <quddusc@google.com> | 2015-04-21 09:33:09 -0700 |
| commit | 8408cbe3adc8b0df4ae279a2e8689d1066972744 (patch) | |
| tree | 28a83e3ae42685a6051289c400d73985e238b2d1 /docs/html/training | |
| parent | 0ab9655ae1a84d1f4dd79c964b655555cf684bbd (diff) | |
| download | frameworks_base-8408cbe3adc8b0df4ae279a2e8689d1066972744.zip frameworks_base-8408cbe3adc8b0df4ae279a2e8689d1066972744.tar.gz frameworks_base-8408cbe3adc8b0df4ae279a2e8689d1066972744.tar.bz2 | |
cherrypick from lmp-docs docs: Added 3rd-party Javadocs for Android Support
Testing Library v0.2. Original Change-Id: I0fab71be55f5c3c6d017ba585b92f8493050274a
bug: 20304402
Change-Id: I697f57335b671d5f17685c1f82d7c9158e6d4ce6
Diffstat (limited to 'docs/html/training')
| -rw-r--r-- | docs/html/training/testing/ui-testing/espresso-testing.jd | 5 | ||||
| -rw-r--r-- | docs/html/training/testing/ui-testing/uiautomator-testing.jd | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/docs/html/training/testing/ui-testing/espresso-testing.jd b/docs/html/training/testing/ui-testing/espresso-testing.jd index 85f4ba4..29e955f 100644 --- a/docs/html/training/testing/ui-testing/espresso-testing.jd +++ b/docs/html/training/testing/ui-testing/espresso-testing.jd @@ -120,8 +120,9 @@ trainingnavtop=true <pre> dependencies { - androidTestCompile 'com.android.support.test:testing-support-lib:0.1' - androidTestCompile 'com.android.support.test.espresso:espresso-core:2.0' + androidTestCompile 'com.android.support.test:runner:0.2' + androidTestCompile 'com.android.support.test:rules:0.2' + androidTestCompile 'com.android.support.test.espresso:espresso-core:2.1' } </pre> </li> diff --git a/docs/html/training/testing/ui-testing/uiautomator-testing.jd b/docs/html/training/testing/ui-testing/uiautomator-testing.jd index e314b70..be68ce9 100644 --- a/docs/html/training/testing/ui-testing/uiautomator-testing.jd +++ b/docs/html/training/testing/ui-testing/uiautomator-testing.jd @@ -89,8 +89,9 @@ test runner. <pre> dependencies { - androidTestCompile 'com.android.support.test:testing-support-lib:0.1' - androidTestCompile 'com.android.support.test.uiautomator:uiautomator-v18:2.0.0' + androidTestCompile 'com.android.support.test:runner:0.2' + androidTestCompile 'com.android.support.test:rules:0.2' + androidTestCompile 'com.android.support.test.uiautomator:uiautomator-v18:2.1.0' } </pre> </li> |
