summaryrefslogtreecommitdiffstats
path: root/docs/html/tools/help/android.jd
diff options
context:
space:
mode:
authorQuddus Chong <quddusc@google.com>2012-11-12 15:02:33 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-11-12 15:02:34 -0800
commitfabcff5c46f93ffd7177669b5174ec4249469185 (patch)
tree2c10e025c31e2b11ca314744806889b833cca686 /docs/html/tools/help/android.jd
parent95d5be9ece0c41e63a95fa3c30aadbc2a96b3e9a (diff)
parent94b3f8eee62f8d2b1076654072d61e67654ed977 (diff)
downloadframeworks_base-fabcff5c46f93ffd7177669b5174ec4249469185.zip
frameworks_base-fabcff5c46f93ffd7177669b5174ec4249469185.tar.gz
frameworks_base-fabcff5c46f93ffd7177669b5174ec4249469185.tar.bz2
Merge "docs: Added new docs for uiautomator testing framework." into jb-mr1-dev
Diffstat (limited to 'docs/html/tools/help/android.jd')
-rw-r--r--docs/html/tools/help/android.jd32
1 files changed, 28 insertions, 4 deletions
diff --git a/docs/html/tools/help/android.jd b/docs/html/tools/help/android.jd
index 282c791..19891e8 100644
--- a/docs/html/tools/help/android.jd
+++ b/docs/html/tools/help/android.jd
@@ -280,7 +280,7 @@ and may be out of date. For the most current list of options, execute <code>andr
</tr>
<tr>
- <td rowspan="3"><code>create-test-project</code></td>
+ <td rowspan="3"><code>create test-project</code></td>
<td><code>-n &lt;name&gt;</code></td>
@@ -306,7 +306,7 @@ and may be out of date. For the most current list of options, execute <code>andr
</tr>
<tr>
- <td rowspan="2"><code>update-test-project</code></td>
+ <td rowspan="2"><code>update test-project</code></td>
<td><code>-p &lt;path&gt;</code></td>
@@ -324,7 +324,7 @@ and may be out of date. For the most current list of options, execute <code>andr
</tr>
<tr>
- <td rowspan="4"><code>create-lib-project</code></td>
+ <td rowspan="4"><code>create lib-project</code></td>
<td><code>-k &lt;packageName&gt;</code></td>
@@ -358,7 +358,7 @@ and may be out of date. For the most current list of options, execute <code>andr
</tr>
<tr>
- <td rowspan="3"><code>update-lib-project</code></td>
+ <td rowspan="3"><code>update lib-project</code></td>
<td><code>-p &lt;path&gt;</code></td>
@@ -382,6 +382,30 @@ and may be out of date. For the most current list of options, execute <code>andr
<td></td>
</tr>
+
+ <tr>
+ <td rowspan="3"><code>create uitest-project</code></td>
+ <td><code>-n &lt;name&gt;</code></td>
+ <td>The name of the UI test project</td>
+ <td></td>
+ </tr>
+
+ <tr>
+ <td><code>-t &lt;name&gt;</code></td>
+
+ <td>Target ID of the UI test project</td>
+
+ <td>Required</td>
+ </tr>
+
+ <tr>
+ <td><code>-p &lt;path&gt;</code></td>
+
+ <td>Location path of the UI test project</td>
+
+ <td>Required</td>
+ </tr>
+
</table>
<h3>Update actions</h3>