diff options
| author | Quddus Chong <quddusc@google.com> | 2015-04-20 23:53:12 +0000 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2015-04-20 23:53:12 +0000 |
| commit | d0ac1d176d4c2767145ead6cfbe9bd56d6f55fb1 (patch) | |
| tree | 4231ed9ea22977b48577c52aeb45f62d7d5fcf41 /docs/html/training | |
| parent | e50121b4c29455690c0c6db9a8738687c221ce05 (diff) | |
| parent | 3b6883b8054ffad5b3cc845552d09bfe673cb889 (diff) | |
| download | frameworks_base-d0ac1d176d4c2767145ead6cfbe9bd56d6f55fb1.zip frameworks_base-d0ac1d176d4c2767145ead6cfbe9bd56d6f55fb1.tar.gz frameworks_base-d0ac1d176d4c2767145ead6cfbe9bd56d6f55fb1.tar.bz2 | |
am 3b6883b8: am 8cde8f7f: am b1c838e0: am 6f142008: am 220f360e: am 900831f3: docs: Added 3rd-party Javadocs for Android Support Testing Library v0.2. bug: 20304402
* commit '3b6883b8054ffad5b3cc845552d09bfe673cb889':
docs: Added 3rd-party Javadocs for Android Support Testing Library v0.2. bug: 20304402
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> |
