Skip to content

Commit c4bcfcc

Browse files
committed
main - e969063 docs(cdk/testing): cleanup apis for landing on adev (#31013)
1 parent 0db3242 commit c4bcfcc

21 files changed

+2850
-815
lines changed

docs-content/api-docs/cdk-testing-selenium-webdriver.html

Lines changed: 244 additions & 39 deletions
Large diffs are not rendered by default.

docs-content/api-docs/cdk-testing-testbed.html

Lines changed: 244 additions & 39 deletions
Large diffs are not rendered by default.

docs-content/api-docs/cdk-testing.html

Lines changed: 401 additions & 171 deletions
Large diffs are not rendered by default.

docs-content/api-docs/material-bottom-sheet-testing.html

Lines changed: 63 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,13 @@ <h5 class="docs-api-h5 docs-api-method-header">Methods</h5>
115115
</div>getAllChildLoaders
116116
</th>
117117
</tr>
118-
</thead><thead>
118+
</thead><tr class="docs-api-method-description-row">
119+
<td colspan="2" class="docs-api-method-description-cell">
120+
<p>Gets a list of <code>HarnessLoader</code> for each element matching the given selector under the current
121+
harness&#39;s cotnent that searches for harnesses under that element.</p>
122+
123+
</td>
124+
</tr><thead>
119125
<tr class="docs-api-method-parameters-header-row">
120126
<th colspan="2" class="docs-api-method-parameters-header-cell">Parameters</th>
121127
</tr>
@@ -129,7 +135,8 @@ <h5 class="docs-api-h5 docs-api-method-header">Methods</h5>
129135
</td>
130136
<td class="docs-api-method-parameter-description-cell">
131137
<p class="docs-api-method-parameter-description">
132-
138+
<p>The selector for elements in the component&#39;s content.</p>
139+
133140
</p>
134141
</td>
135142
</tr>
@@ -144,7 +151,8 @@ <h5 class="docs-api-h5 docs-api-method-header">Methods</h5>
144151
</td>
145152
<td class="docs-api-method-returns-description-cell">
146153
<p class="docs-api-method-returns-description">
147-
154+
<p>A list of <code>HarnessLoader</code> for each element matching the given selector.</p>
155+
148156
</p>
149157
</td>
150158
</tr></table>
@@ -161,7 +169,12 @@ <h5 class="docs-api-h5 docs-api-method-header">Methods</h5>
161169
</div>getAllHarnesses
162170
</th>
163171
</tr>
164-
</thead><thead>
172+
</thead><tr class="docs-api-method-description-row">
173+
<td colspan="2" class="docs-api-method-description-cell">
174+
<p>Gets all matching harnesses for the given query within the current harness&#39;s content.</p>
175+
176+
</td>
177+
</tr><thead>
165178
<tr class="docs-api-method-parameters-header-row">
166179
<th colspan="2" class="docs-api-method-parameters-header-cell">Parameters</th>
167180
</tr>
@@ -175,7 +188,8 @@ <h5 class="docs-api-h5 docs-api-method-header">Methods</h5>
175188
</td>
176189
<td class="docs-api-method-parameter-description-cell">
177190
<p class="docs-api-method-parameter-description">
178-
191+
<p>The harness query to search for.</p>
192+
179193
</p>
180194
</td>
181195
</tr>
@@ -190,7 +204,8 @@ <h5 class="docs-api-h5 docs-api-method-header">Methods</h5>
190204
</td>
191205
<td class="docs-api-method-returns-description-cell">
192206
<p class="docs-api-method-returns-description">
193-
207+
<p>The list of harness matching the given query.</p>
208+
194209
</p>
195210
</td>
196211
</tr></table>
@@ -240,7 +255,13 @@ <h5 class="docs-api-h5 docs-api-method-header">Methods</h5>
240255
</div>getChildLoader
241256
</th>
242257
</tr>
243-
</thead><thead>
258+
</thead><tr class="docs-api-method-description-row">
259+
<td colspan="2" class="docs-api-method-description-cell">
260+
<p>Gets a <code>HarnessLoader</code> that searches for harnesses under the first element matching the given
261+
selector within the current harness&#39;s content.</p>
262+
263+
</td>
264+
</tr><thead>
244265
<tr class="docs-api-method-parameters-header-row">
245266
<th colspan="2" class="docs-api-method-parameters-header-cell">Parameters</th>
246267
</tr>
@@ -254,7 +275,8 @@ <h5 class="docs-api-h5 docs-api-method-header">Methods</h5>
254275
</td>
255276
<td class="docs-api-method-parameter-description-cell">
256277
<p class="docs-api-method-parameter-description">
257-
278+
<p>The selector for an element in the component&#39;s content.</p>
279+
258280
</p>
259281
</td>
260282
</tr>
@@ -269,7 +291,8 @@ <h5 class="docs-api-h5 docs-api-method-header">Methods</h5>
269291
</td>
270292
<td class="docs-api-method-returns-description-cell">
271293
<p class="docs-api-method-returns-description">
272-
294+
<p>A <code>HarnessLoader</code> that searches for harnesses under the given selector.</p>
295+
273296
</p>
274297
</td>
275298
</tr></table>
@@ -286,7 +309,12 @@ <h5 class="docs-api-h5 docs-api-method-header">Methods</h5>
286309
</div>getHarness
287310
</th>
288311
</tr>
289-
</thead><thead>
312+
</thead><tr class="docs-api-method-description-row">
313+
<td colspan="2" class="docs-api-method-description-cell">
314+
<p>Gets the first matching harness for the given query within the current harness&#39;s content.</p>
315+
316+
</td>
317+
</tr><thead>
290318
<tr class="docs-api-method-parameters-header-row">
291319
<th colspan="2" class="docs-api-method-parameters-header-cell">Parameters</th>
292320
</tr>
@@ -300,7 +328,8 @@ <h5 class="docs-api-h5 docs-api-method-header">Methods</h5>
300328
</td>
301329
<td class="docs-api-method-parameter-description-cell">
302330
<p class="docs-api-method-parameter-description">
303-
331+
<p>The harness query to search for.</p>
332+
304333
</p>
305334
</td>
306335
</tr>
@@ -315,7 +344,8 @@ <h5 class="docs-api-h5 docs-api-method-header">Methods</h5>
315344
</td>
316345
<td class="docs-api-method-returns-description-cell">
317346
<p class="docs-api-method-returns-description">
318-
347+
<p>The first harness matching the given query.</p>
348+
319349
</p>
320350
</td>
321351
</tr></table>
@@ -332,7 +362,12 @@ <h5 class="docs-api-h5 docs-api-method-header">Methods</h5>
332362
</div>getHarnessOrNull
333363
</th>
334364
</tr>
335-
</thead><thead>
365+
</thead><tr class="docs-api-method-description-row">
366+
<td colspan="2" class="docs-api-method-description-cell">
367+
<p>Gets the first matching harness for the given query within the current harness&#39;s content.</p>
368+
369+
</td>
370+
</tr><thead>
336371
<tr class="docs-api-method-parameters-header-row">
337372
<th colspan="2" class="docs-api-method-parameters-header-cell">Parameters</th>
338373
</tr>
@@ -346,7 +381,8 @@ <h5 class="docs-api-h5 docs-api-method-header">Methods</h5>
346381
</td>
347382
<td class="docs-api-method-parameter-description-cell">
348383
<p class="docs-api-method-parameter-description">
349-
384+
<p>The harness query to search for.</p>
385+
350386
</p>
351387
</td>
352388
</tr>
@@ -361,7 +397,8 @@ <h5 class="docs-api-h5 docs-api-method-header">Methods</h5>
361397
</td>
362398
<td class="docs-api-method-returns-description-cell">
363399
<p class="docs-api-method-returns-description">
364-
400+
<p>The first harness matching the given query, or null if none is found.</p>
401+
365402
</p>
366403
</td>
367404
</tr></table>
@@ -378,7 +415,13 @@ <h5 class="docs-api-h5 docs-api-method-header">Methods</h5>
378415
</div>hasHarness
379416
</th>
380417
</tr>
381-
</thead><thead>
418+
</thead><tr class="docs-api-method-description-row">
419+
<td colspan="2" class="docs-api-method-description-cell">
420+
<p>Checks whether there is a matching harnesses for the given query within the current harness&#39;s
421+
content.</p>
422+
423+
</td>
424+
</tr><thead>
382425
<tr class="docs-api-method-parameters-header-row">
383426
<th colspan="2" class="docs-api-method-parameters-header-cell">Parameters</th>
384427
</tr>
@@ -392,7 +435,8 @@ <h5 class="docs-api-h5 docs-api-method-header">Methods</h5>
392435
</td>
393436
<td class="docs-api-method-parameter-description-cell">
394437
<p class="docs-api-method-parameter-description">
395-
438+
<p>The harness query to search for.</p>
439+
396440
</p>
397441
</td>
398442
</tr>
@@ -407,7 +451,8 @@ <h5 class="docs-api-h5 docs-api-method-header">Methods</h5>
407451
</td>
408452
<td class="docs-api-method-returns-description-cell">
409453
<p class="docs-api-method-returns-description">
410-
454+
<p>Whetehr there is matching harnesses for the given query.</p>
455+
411456
</p>
412457
</td>
413458
</tr></table>

0 commit comments

Comments
 (0)