Skip to content

Commit fabcff5

Browse files
qchongAndroid (Google) Code Review
authored andcommitted
Merge "docs: Added new docs for uiautomator testing framework." into jb-mr1-dev
2 parents 95d5be9 + 94b3f8e commit fabcff5

File tree

14 files changed

+14872
-4
lines changed

14 files changed

+14872
-4
lines changed
217 KB
Loading

docs/html/tools/help/android.jd

Lines changed: 28 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ and may be out of date. For the most current list of options, execute <code>andr
280280
</tr>
281281

282282
<tr>
283-
<td rowspan="3"><code>create-test-project</code></td>
283+
<td rowspan="3"><code>create test-project</code></td>
284284

285285
<td><code>-n &lt;name&gt;</code></td>
286286

@@ -306,7 +306,7 @@ and may be out of date. For the most current list of options, execute <code>andr
306306
</tr>
307307

308308
<tr>
309-
<td rowspan="2"><code>update-test-project</code></td>
309+
<td rowspan="2"><code>update test-project</code></td>
310310

311311
<td><code>-p &lt;path&gt;</code></td>
312312

@@ -324,7 +324,7 @@ and may be out of date. For the most current list of options, execute <code>andr
324324
</tr>
325325

326326
<tr>
327-
<td rowspan="4"><code>create-lib-project</code></td>
327+
<td rowspan="4"><code>create lib-project</code></td>
328328

329329
<td><code>-k &lt;packageName&gt;</code></td>
330330

@@ -358,7 +358,7 @@ and may be out of date. For the most current list of options, execute <code>andr
358358
</tr>
359359

360360
<tr>
361-
<td rowspan="3"><code>update-lib-project</code></td>
361+
<td rowspan="3"><code>update lib-project</code></td>
362362

363363
<td><code>-p &lt;path&gt;</code></td>
364364

@@ -382,6 +382,30 @@ and may be out of date. For the most current list of options, execute <code>andr
382382

383383
<td></td>
384384
</tr>
385+
386+
<tr>
387+
<td rowspan="3"><code>create uitest-project</code></td>
388+
<td><code>-n &lt;name&gt;</code></td>
389+
<td>The name of the UI test project</td>
390+
<td></td>
391+
</tr>
392+
393+
<tr>
394+
<td><code>-t &lt;name&gt;</code></td>
395+
396+
<td>Target ID of the UI test project</td>
397+
398+
<td>Required</td>
399+
</tr>
400+
401+
<tr>
402+
<td><code>-p &lt;path&gt;</code></td>
403+
404+
<td>Location path of the UI test project</td>
405+
406+
<td>Required</td>
407+
</tr>
408+
385409
</table>
386410

387411
<h3>Update actions</h3>
Lines changed: 168 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,168 @@
1+
page.title=IAutomationSupport
2+
parent.title=uiautomator
3+
parent.link=index.html
4+
@jd:body
5+
<style>
6+
h4.jd-details-title {background-color: #DEE8F1;}
7+
</style>
8+
9+
<h2>Class Overview</h2>
10+
<p>Provides auxiliary support for running test cases
11+
12+
</p>
13+
14+
15+
16+
17+
18+
</div><!-- jd-descr -->
19+
20+
21+
22+
23+
24+
25+
26+
27+
28+
29+
30+
31+
32+
33+
34+
35+
<div class="jd-descr">
36+
37+
38+
<h2>Summary</h2>
39+
40+
41+
42+
43+
44+
45+
46+
47+
48+
49+
50+
51+
52+
53+
54+
55+
56+
57+
58+
59+
60+
61+
62+
63+
64+
65+
66+
<!-- ========== METHOD SUMMARY =========== -->
67+
<table id="pubmethods" class="jd-sumtable"><tr><th colspan="12">Public Methods</th></tr>
68+
69+
70+
71+
72+
<tr class="api" >
73+
<td class="jd-typecol">
74+
abstract
75+
76+
77+
78+
79+
void
80+
</td>
81+
<td class="jd-linkcol" width="100%">
82+
<span class="sympad"><a href="#sendStatus(int, android.os.Bundle)">sendStatus</a></span>(int resultCode, Bundle status)
83+
84+
<div class="jd-descrdiv">Allows the running test cases to send out interim status</div>
85+
86+
</td></tr>
87+
88+
89+
90+
</table>
91+
92+
93+
94+
95+
96+
97+
98+
</div><!-- jd-descr (summary) -->
99+
100+
<!-- Details -->
101+
102+
103+
104+
105+
106+
107+
108+
109+
<!-- XML Attributes -->
110+
111+
112+
<!-- Enum Values -->
113+
114+
115+
<!-- Constants -->
116+
117+
118+
<!-- Fields -->
119+
120+
121+
<!-- Public ctors -->
122+
123+
124+
125+
<!-- ========= CONSTRUCTOR DETAIL ======== -->
126+
<!-- Protected ctors -->
127+
128+
129+
130+
<!-- ========= METHOD DETAIL ======== -->
131+
<!-- Public methdos -->
132+
133+
<h2>Public Methods</h2>
134+
135+
136+
137+
<a id="sendStatus(int, android.os.Bundle)"></a>
138+
139+
<div class="jd-details api ">
140+
<h4 class="jd-details-title">
141+
<span class="normal">
142+
public
143+
144+
145+
abstract
146+
147+
void
148+
</span>
149+
<span class="sympad">sendStatus</span>
150+
<span class="normal">(int resultCode, Bundle status)</span>
151+
</h4>
152+
<div class="api-level">
153+
<div>
154+
155+
</div>
156+
157+
158+
159+
</div>
160+
<div class="jd-details-descr">
161+
162+
<div class="jd-tagdata jd-tagdescr"><p>Allows the running test cases to send out interim status</p></div>
163+
164+
</div>
165+
</div>
166+
167+
168+

0 commit comments

Comments
 (0)