diff options
author | 2016-01-30 18:12:56 -0800 | |
---|---|---|
committer | 2016-01-30 18:22:18 -0800 | |
commit | d88a38066dc866b2b73cd32a08920f3720cfbf6b (patch) | |
tree | 89371cf21ab557c7ebdbc16531ad63bc6c7e69a3 /docs/html | |
parent | 646c31bf2981d5de3539bea7b2b50185f50dcecd (diff) |
Sync lang-specific extras and collections with legacy unified versions.
Change-Id: I2c92ec19e8c502de73c6caae14f54ba627f3d564
Diffstat (limited to 'docs/html')
-rw-r--r-- | docs/html/jd_extras_en.js | 120 |
1 files changed, 120 insertions, 0 deletions
diff --git a/docs/html/jd_extras_en.js b/docs/html/jd_extras_en.js index f96f17191813..34a779bf0d06 100644 --- a/docs/html/jd_extras_en.js +++ b/docs/html/jd_extras_en.js @@ -471,6 +471,90 @@ METADATA['en'].extras = METADATA['en'].extras.concat([ "type":"video" }, { + "title":"Debugging and testing in Android Studio", + "titleFriendly":"", + "summary":"This video introduces the state of unit testing support in Studio and Google’s new Android Testing Support Library for functional UI testing and running instrumented tests on a device.", + "url":"https://www.youtube.com/watch?v=2I6fuD20qlY", + "group":"", + "keywords": ["testing"], + "tags": [ + ], + "image":"https://i1.ytimg.com/vi/2I6fuD20qlY/maxresdefault.jpg", + "type":"video" + }, + { + "title":"Android Testing (Android Dev Summit 2015)", + "titleFriendly":"", + "summary":"Overview of the testing tools and frameworks provided by Google and how they can help you to iterate more quickly and maintain a more healthy codebase.", + "url":"https://www.youtube.com/watch?v=vdasFFfXKOY", + "group":"", + "keywords": ["testing"], + "tags": [ + ], + "image":"https://i1.ytimg.com/vi/vdasFFfXKOY/maxresdefault.jpg", + "type":"video" + }, + { + "title":"dumpsys", + "titleFriendly":"", + "summary":"A tool that runs on the device and provides information about the status of system services.", + "url":"https://source.android.com/devices/tech/debug/dumpsys.html", + "group":"", + "keywords": ["testing"], + "tags": [ + ], + "image":"", + "type":"google" + }, + { + "title":"Android Testing Samples", + "titleFriendly":"", + "summary":"A collection of samples demonstrating different frameworks and techniques for automated testing.", + "url":"https://github.com/googlesamples/android-testing", + "group":"", + "keywords": ["testing"], + "tags": [ + ], + "image":"images/testing/testing-icon.png", + "type":"Samples" + }, + { + "title":"Android Testing Templates", + "titleFriendly":"", + "summary":"A collection of Google's Android testing tools and frameworks, all integrated in a single application project.", + "url":"https://github.com/googlesamples/android-testing-templates", + "group":"", + "keywords": ["testing"], + "tags": [ + ], + "image":"images/testing/testing-icon.png", + "type":"Samples" + }, + { + "title":"Android Testing Support Library (GitHub)", + "titleFriendly":"", + "summary":"A resource page on GitHub for the Android Testing Support Library.", + "url":"https://google.github.io/android-testing-support-library", + "group":"", + "keywords": ["testing"], + "tags": [ + ], + "image":"images/testing/testing-icon.png", + "type":"Samples" + }, + { + "title":"Android Testing Codelab", + "titleFriendly":"", + "summary":"This codelab shows how to build an Android app from the ground up in Android Studio, using a Model View Presenter architecture, Unit Tests and Instrumentation Tests.", + "url":"https://codelabs.developers.google.com/codelabs/android-testing/index.html", + "group":"", + "keywords": ["testing"], + "tags": [ + ], + "image":"images/testing/testing-icon.png", + "type":"google" + }, + { "title":"Developer Registration", "category":"google play", "summary":"Additional information about the registration process.", @@ -4506,6 +4590,42 @@ METADATA['en'].collections = { "https://storage.googleapis.com/androiddevelopers/shareables/stories/Senri_LeosFortune_gpgs.pdf" ] }, + "training/testing/overview": { + "title": "", + "resources": [ + "training/testing/start/index.html", + "tools/testing/testing_android.html", + "https://www.youtube.com/watch?v=vdasFFfXKOY" + ] + }, + "training/testing/tools": { + "title": "", + "resources": [ + "tools/testing-support-library/index.html", + "tools/help/monkey.html", + "tools/help/monkeyrunner_concepts.html", + "tools/testing/testing_otheride.html", + "https://source.android.com/devices/tech/debug/dumpsys.html" + ] + }, + "training/testing/techniques": { + "title": "", + "resources": [ + "training/testing/ui-testing/index.html", + "training/testing/unit-testing/index.html", + "training/testing/performance.html" + ] + }, + "training/testing/resources": { + "title": "", + "resources": [ + "https://github.com/googlesamples/android-testing", + "https://www.youtube.com/watch?v=2I6fuD20qlY", + "https://codelabs.developers.google.com/codelabs/android-testing/index.html", + "https://github.com/googlesamples/android-testing-templates", + "https://google.github.io/android-testing-support-library" + ] + }, "overview/1": { "title": "", "resources": [ |