| changeset 0 | 40c8f766c9b8 |
| -1:000000000000 | 0:40c8f766c9b8 |
|---|---|
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> |
|
2 <html xmlns:yui="http://yuilibrary.com/rdf/1.0/yui.rdf#"> |
|
3 <head> |
|
4 <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> |
|
5 <title>API: test Test.Runner (YUI Library)</title> |
|
6 |
|
7 <link rel="stylesheet" type="text/css" href="assets/reset-fonts-grids-min.css" /> |
|
8 <link rel="stylesheet" type="text/css" href="assets/api.css" /> |
|
9 |
|
10 <script type="text/javascript" src="assets/api-js"></script> |
|
11 <script type="text/javascript" src="assets/ac-js"></script> |
|
12 </head> |
|
13 |
|
14 <body id="yahoo-com"> |
|
15 |
|
16 <div id="doc3" class="yui-t2"> |
|
17 <div id="hd"> |
|
18 <h1><a href="http://developer.yahoo.com/yui/" title="Yahoo! UI Library">Yahoo! UI Library</a></h1> |
|
19 <h3>test <span class="subtitle">3.0.0b1</span></h3> |
|
20 <a href="./index.html" title="Yahoo! UI Library">Yahoo! UI Library</a> |
|
21 > <a href="./module_test.html" title="test">test</a> |
|
22 > Test.Runner |
|
23 |
|
24 <form onsubmit="return false"> |
|
25 <div id="propertysearch"> |
|
26 Search: <input autocomplete="off" id="searchinput" /> |
|
27 <div id="searchresults"> |
|
28 |
|
29 </div> |
|
30 </div> |
|
31 </form> |
|
32 </div> |
|
33 |
|
34 <div id="bd"> |
|
35 <div id="yui-main"> |
|
36 <div class="yui-b"> |
|
37 <form action="#" name="yui-classopts-form" method="get" id="yui-classopts-form"> |
|
38 <fieldset> |
|
39 <legend>Filters</legend> |
|
40 <span class="classopts"><input type="checkbox" name="show_private" id="show_private" /> <label for="show_private">Show Private</label></span> |
|
41 <span class="classopts"><input type="checkbox" name="show_protected" id="show_protected" /> <label for="show_protected">Show Protected</label></span> |
|
42 <span class="classopts"><input type="checkbox" name="show_deprecated" id="show_deprecated" /> <label for="show_deprecated">Show Deprecated</label></span> |
|
43 </fieldset> |
|
44 </form> |
|
45 |
|
46 <h2> |
|
47 |
|
48 |
|
49 <code>static</code> |
|
50 |
|
51 Class <b property="yui:name">Test.Runner</b> |
|
52 <span class="extends"> |
|
53 </span> |
|
54 |
|
55 </h2> |
|
56 <!-- class tree goes here --> |
|
57 |
|
58 |
|
59 |
|
60 |
|
61 <div class="summary description" property="yui:description"> |
|
62 Runs test suites and test cases, providing events to allowing for the |
|
63 interpretation of test results. |
|
64 </div> |
|
65 |
|
66 |
|
67 <div rel="yui:properties" resource="#properties"> |
|
68 <div class="section field details"> |
|
69 <h3 id="properties">Properties</h3> |
|
70 <div class="content"> |
|
71 <div class="private" rel="yui:property" resource="#property__cur"> |
|
72 <h4><a name="property__cur" property="yui:name">_cur</a> |
|
73 - <code>private static <span property="yui:type">TestNode</span></code> |
|
74 </h4> |
|
75 <div class="detail"> |
|
76 <div class="description" property="yui:description"> |
|
77 Pointer to the current node in the test tree. |
|
78 </div> |
|
79 </div> |
|
80 |
|
81 |
|
82 |
|
83 |
|
84 <hr /> |
|
85 </div> |
|
86 <div class="private" rel="yui:property" resource="#property__log"> |
|
87 <h4><a name="property__log" property="yui:name">_log</a> |
|
88 - <code>private static <span property="yui:type">Boolean</span></code> |
|
89 </h4> |
|
90 <div class="detail"> |
|
91 <div class="description" property="yui:description"> |
|
92 Indicates if the TestRunner will log events or not. |
|
93 </div> |
|
94 </div> |
|
95 |
|
96 |
|
97 |
|
98 |
|
99 <hr /> |
|
100 </div> |
|
101 <div class="private" rel="yui:property" resource="#property__root"> |
|
102 <h4><a name="property__root" property="yui:name">_root</a> |
|
103 - <code>private static <span property="yui:type">TestNode</span></code> |
|
104 </h4> |
|
105 <div class="detail"> |
|
106 <div class="description" property="yui:description"> |
|
107 Pointer to the root node in the test tree. |
|
108 </div> |
|
109 </div> |
|
110 |
|
111 |
|
112 |
|
113 |
|
114 <hr /> |
|
115 </div> |
|
116 <div class="private" rel="yui:property" resource="#property__waiting"> |
|
117 <h4><a name="property__waiting" property="yui:name">_waiting</a> |
|
118 - <code>private static <span property="yui:type">Boolean</span></code> |
|
119 </h4> |
|
120 <div class="detail"> |
|
121 <div class="description" property="yui:description"> |
|
122 Indicates if the TestRunner is waiting as a result of |
|
123 wait() being called. |
|
124 </div> |
|
125 </div> |
|
126 |
|
127 |
|
128 |
|
129 |
|
130 <hr /> |
|
131 </div> |
|
132 <div class="private" rel="yui:property" resource="#property_masterSuite"> |
|
133 <h4><a name="property_masterSuite" property="yui:name">masterSuite</a> |
|
134 - <code>private static <span property="yui:type">Y.Test.Suite</span></code> |
|
135 </h4> |
|
136 <div class="detail"> |
|
137 <div class="description" property="yui:description"> |
|
138 Suite on which to attach all TestSuites and TestCases to be run. |
|
139 </div> |
|
140 </div> |
|
141 |
|
142 |
|
143 |
|
144 |
|
145 <hr /> |
|
146 </div> |
|
147 </div> |
|
148 </div> |
|
149 |
|
150 </div> |
|
151 |
|
152 <div rel="yui:methods" resource="#methods"> |
|
153 <div class="section method details"> |
|
154 <h3 id="methods">Methods</h3> |
|
155 <div class="content"> |
|
156 <div class="private" rel="yui:method" resource="#method__addTestCaseToTestTree"> |
|
157 <h4> |
|
158 <a name="method__addTestCaseToTestTree">_addTestCaseToTestTree</a></h4> |
|
159 <div class="detail" > |
|
160 <code> |
|
161 private |
|
162 static |
|
163 |
|
164 Void |
|
165 <strong property="yui:name">_addTestCaseToTestTree</strong> |
|
166 ( |
|
167 |
|
168 |
|
169 parentNode |
|
170 |
|
171 |
|
172 , |
|
173 testCase |
|
174 |
|
175 |
|
176 ) |
|
177 </code> |
|
178 |
|
179 <div class="description" property="yui:description"> |
|
180 Adds a test case to the test tree as a child of the specified node. |
|
181 </div> |
|
182 |
|
183 <div class="description"> |
|
184 |
|
185 <dl rel="yui:parameters"> |
|
186 <dt>Parameters:</dt> |
|
187 <dd rel="yui:parameter"> |
|
188 <code><span property="yui:name">parentNode</span> |
|
189 <<span property="yui:type">TestNode</span>> |
|
190 </code> |
|
191 <span property="yui:description"> The node to add the test case to as a child.</span> |
|
192 </dd> |
|
193 <dd rel="yui:parameter"> |
|
194 <code><span property="yui:name">testCase</span> |
|
195 <<span property="yui:type">Y.Test.Case</span>> |
|
196 </code> |
|
197 <span property="yui:description"> The test case to add.</span> |
|
198 </dd> |
|
199 </dl> |
|
200 |
|
201 <dl> |
|
202 <dt>Returns: |
|
203 <code property="yui:return"> |
|
204 Void |
|
205 </code></dt> |
|
206 <dd property="yui:returnInfo"></dd> |
|
207 </dl> |
|
208 |
|
209 |
|
210 |
|
211 |
|
212 </div> |
|
213 |
|
214 </div> |
|
215 <hr /> |
|
216 </div> |
|
217 <div class="private" rel="yui:method" resource="#method__addTestSuiteToTestTree"> |
|
218 <h4> |
|
219 <a name="method__addTestSuiteToTestTree">_addTestSuiteToTestTree</a></h4> |
|
220 <div class="detail" > |
|
221 <code> |
|
222 private |
|
223 static |
|
224 |
|
225 Void |
|
226 <strong property="yui:name">_addTestSuiteToTestTree</strong> |
|
227 ( |
|
228 |
|
229 |
|
230 parentNode |
|
231 |
|
232 |
|
233 , |
|
234 testSuite |
|
235 |
|
236 |
|
237 ) |
|
238 </code> |
|
239 |
|
240 <div class="description" property="yui:description"> |
|
241 Adds a test suite to the test tree as a child of the specified node. |
|
242 </div> |
|
243 |
|
244 <div class="description"> |
|
245 |
|
246 <dl rel="yui:parameters"> |
|
247 <dt>Parameters:</dt> |
|
248 <dd rel="yui:parameter"> |
|
249 <code><span property="yui:name">parentNode</span> |
|
250 <<span property="yui:type">TestNode</span>> |
|
251 </code> |
|
252 <span property="yui:description"> The node to add the test suite to as a child.</span> |
|
253 </dd> |
|
254 <dd rel="yui:parameter"> |
|
255 <code><span property="yui:name">testSuite</span> |
|
256 <<span property="yui:type">Y.Test.Suite</span>> |
|
257 </code> |
|
258 <span property="yui:description"> The test suite to add.</span> |
|
259 </dd> |
|
260 </dl> |
|
261 |
|
262 <dl> |
|
263 <dt>Returns: |
|
264 <code property="yui:return"> |
|
265 Void |
|
266 </code></dt> |
|
267 <dd property="yui:returnInfo"></dd> |
|
268 </dl> |
|
269 |
|
270 |
|
271 |
|
272 |
|
273 </div> |
|
274 |
|
275 </div> |
|
276 <hr /> |
|
277 </div> |
|
278 <div class="private" rel="yui:method" resource="#method__buildTestTree"> |
|
279 <h4> |
|
280 <a name="method__buildTestTree">_buildTestTree</a></h4> |
|
281 <div class="detail" > |
|
282 <code> |
|
283 private |
|
284 static |
|
285 |
|
286 Void |
|
287 <strong property="yui:name">_buildTestTree</strong> |
|
288 ( |
|
289 ) |
|
290 </code> |
|
291 |
|
292 <div class="description" property="yui:description"> |
|
293 Builds the test tree based on items in the master suite. The tree is a hierarchical |
|
294 representation of the test suites, test cases, and test functions. The resulting tree |
|
295 is stored in _root and the pointer _cur is set to the root initially. |
|
296 </div> |
|
297 |
|
298 <div class="description"> |
|
299 |
|
300 |
|
301 <dl> |
|
302 <dt>Returns: |
|
303 <code property="yui:return"> |
|
304 Void |
|
305 </code></dt> |
|
306 <dd property="yui:returnInfo"></dd> |
|
307 </dl> |
|
308 |
|
309 |
|
310 |
|
311 |
|
312 </div> |
|
313 |
|
314 </div> |
|
315 <hr /> |
|
316 </div> |
|
317 <div class="private" rel="yui:method" resource="#method__handleError"> |
|
318 <h4> |
|
319 <a name="method__handleError">_handleError</a></h4> |
|
320 <div class="detail" > |
|
321 <code> |
|
322 private |
|
323 static |
|
324 |
|
325 Void |
|
326 <strong property="yui:name">_handleError</strong> |
|
327 ( |
|
328 |
|
329 |
|
330 error |
|
331 |
|
332 |
|
333 ) |
|
334 </code> |
|
335 |
|
336 <div class="description" property="yui:description"> |
|
337 Handles an error as if it occurred within the currently executing |
|
338 test. This is for mock methods that may be called asynchronously |
|
339 and therefore out of the scope of the TestRunner. Previously, this |
|
340 error would bubble up to the browser. Now, this method is used |
|
341 to tell TestRunner about the error. This should never be called |
|
342 by anyplace other than the Mock object. |
|
343 </div> |
|
344 |
|
345 <div class="description"> |
|
346 |
|
347 <dl rel="yui:parameters"> |
|
348 <dt>Parameters:</dt> |
|
349 <dd rel="yui:parameter"> |
|
350 <code><span property="yui:name">error</span> |
|
351 <<span property="yui:type">Error</span>> |
|
352 </code> |
|
353 <span property="yui:description"> The error object.</span> |
|
354 </dd> |
|
355 </dl> |
|
356 |
|
357 <dl> |
|
358 <dt>Returns: |
|
359 <code property="yui:return"> |
|
360 Void |
|
361 </code></dt> |
|
362 <dd property="yui:returnInfo"></dd> |
|
363 </dl> |
|
364 |
|
365 |
|
366 |
|
367 |
|
368 </div> |
|
369 |
|
370 </div> |
|
371 <hr /> |
|
372 </div> |
|
373 <div class="private" rel="yui:method" resource="#method__handleTestObjectComplete"> |
|
374 <h4> |
|
375 <a name="method__handleTestObjectComplete">_handleTestObjectComplete</a></h4> |
|
376 <div class="detail" > |
|
377 <code> |
|
378 private |
|
379 |
|
380 |
|
381 Void |
|
382 <strong property="yui:name">_handleTestObjectComplete</strong> |
|
383 ( |
|
384 |
|
385 |
|
386 node |
|
387 |
|
388 |
|
389 ) |
|
390 </code> |
|
391 |
|
392 <div class="description" property="yui:description"> |
|
393 Handles the completion of a test object's tests. Tallies test results |
|
394 from one level up to the next. |
|
395 </div> |
|
396 |
|
397 <div class="description"> |
|
398 |
|
399 <dl rel="yui:parameters"> |
|
400 <dt>Parameters:</dt> |
|
401 <dd rel="yui:parameter"> |
|
402 <code><span property="yui:name">node</span> |
|
403 <<span property="yui:type">TestNode</span>> |
|
404 </code> |
|
405 <span property="yui:description"> The TestNode representing the test object.</span> |
|
406 </dd> |
|
407 </dl> |
|
408 |
|
409 <dl> |
|
410 <dt>Returns: |
|
411 <code property="yui:return"> |
|
412 Void |
|
413 </code></dt> |
|
414 <dd property="yui:returnInfo"></dd> |
|
415 </dl> |
|
416 |
|
417 |
|
418 |
|
419 |
|
420 </div> |
|
421 |
|
422 </div> |
|
423 <hr /> |
|
424 </div> |
|
425 <div class="private" rel="yui:method" resource="#method__logEvent"> |
|
426 <h4> |
|
427 <a name="method__logEvent">_logEvent</a></h4> |
|
428 <div class="detail" > |
|
429 <code> |
|
430 private |
|
431 static |
|
432 |
|
433 Void |
|
434 <strong property="yui:name">_logEvent</strong> |
|
435 ( |
|
436 |
|
437 |
|
438 event |
|
439 |
|
440 |
|
441 ) |
|
442 </code> |
|
443 |
|
444 <div class="description" property="yui:description"> |
|
445 Logs TestRunner events using Y.log(). |
|
446 </div> |
|
447 |
|
448 <div class="description"> |
|
449 |
|
450 <dl rel="yui:parameters"> |
|
451 <dt>Parameters:</dt> |
|
452 <dd rel="yui:parameter"> |
|
453 <code><span property="yui:name">event</span> |
|
454 <<span property="yui:type">Object</span>> |
|
455 </code> |
|
456 <span property="yui:description"> The event object for the event.</span> |
|
457 </dd> |
|
458 </dl> |
|
459 |
|
460 <dl> |
|
461 <dt>Returns: |
|
462 <code property="yui:return"> |
|
463 Void |
|
464 </code></dt> |
|
465 <dd property="yui:returnInfo"></dd> |
|
466 </dl> |
|
467 |
|
468 |
|
469 |
|
470 |
|
471 </div> |
|
472 |
|
473 </div> |
|
474 <hr /> |
|
475 </div> |
|
476 <div class="private" rel="yui:method" resource="#method__next"> |
|
477 <h4> |
|
478 <a name="method__next">_next</a></h4> |
|
479 <div class="detail" > |
|
480 <code> |
|
481 private |
|
482 static |
|
483 |
|
484 TestNode |
|
485 <strong property="yui:name">_next</strong> |
|
486 ( |
|
487 ) |
|
488 </code> |
|
489 |
|
490 <div class="description" property="yui:description"> |
|
491 Retrieves the next node in the test tree. |
|
492 </div> |
|
493 |
|
494 <div class="description"> |
|
495 |
|
496 |
|
497 <dl> |
|
498 <dt>Returns: |
|
499 <code property="yui:return"> |
|
500 TestNode |
|
501 </code></dt> |
|
502 <dd property="yui:returnInfo">The next node in the test tree or null if the end is reached.</dd> |
|
503 </dl> |
|
504 |
|
505 |
|
506 |
|
507 |
|
508 </div> |
|
509 |
|
510 </div> |
|
511 <hr /> |
|
512 </div> |
|
513 <div class="private" rel="yui:method" resource="#method__run"> |
|
514 <h4> |
|
515 <a name="method__run">_run</a></h4> |
|
516 <div class="detail" > |
|
517 <code> |
|
518 private |
|
519 static |
|
520 |
|
521 Object |
|
522 <strong property="yui:name">_run</strong> |
|
523 ( |
|
524 |
|
525 |
|
526 testObject |
|
527 |
|
528 |
|
529 ) |
|
530 </code> |
|
531 |
|
532 <div class="description" property="yui:description"> |
|
533 Runs a test case or test suite, returning the results. |
|
534 </div> |
|
535 |
|
536 <div class="description"> |
|
537 |
|
538 <dl rel="yui:parameters"> |
|
539 <dt>Parameters:</dt> |
|
540 <dd rel="yui:parameter"> |
|
541 <code><span property="yui:name">testObject</span> |
|
542 <<span property="yui:type">Y.Test.Case|Y.Test.Suite</span>> |
|
543 </code> |
|
544 <span property="yui:description"> The test case or test suite to run.</span> |
|
545 </dd> |
|
546 </dl> |
|
547 |
|
548 <dl> |
|
549 <dt>Returns: |
|
550 <code property="yui:return"> |
|
551 Object |
|
552 </code></dt> |
|
553 <dd property="yui:returnInfo">Results of the execution with properties passed, failed, and total.</dd> |
|
554 </dl> |
|
555 |
|
556 |
|
557 |
|
558 |
|
559 </div> |
|
560 |
|
561 </div> |
|
562 <hr /> |
|
563 </div> |
|
564 <div class="private" rel="yui:method" resource="#method__runTest"> |
|
565 <h4> |
|
566 <a name="method__runTest">_runTest</a></h4> |
|
567 <div class="detail" > |
|
568 <code> |
|
569 private |
|
570 static |
|
571 |
|
572 Void |
|
573 <strong property="yui:name">_runTest</strong> |
|
574 ( |
|
575 |
|
576 |
|
577 node |
|
578 |
|
579 |
|
580 ) |
|
581 </code> |
|
582 |
|
583 <div class="description" property="yui:description"> |
|
584 Runs a single test based on the data provided in the node. |
|
585 </div> |
|
586 |
|
587 <div class="description"> |
|
588 |
|
589 <dl rel="yui:parameters"> |
|
590 <dt>Parameters:</dt> |
|
591 <dd rel="yui:parameter"> |
|
592 <code><span property="yui:name">node</span> |
|
593 <<span property="yui:type">TestNode</span>> |
|
594 </code> |
|
595 <span property="yui:description"> The TestNode representing the test to run.</span> |
|
596 </dd> |
|
597 </dl> |
|
598 |
|
599 <dl> |
|
600 <dt>Returns: |
|
601 <code property="yui:return"> |
|
602 Void |
|
603 </code></dt> |
|
604 <dd property="yui:returnInfo"></dd> |
|
605 </dl> |
|
606 |
|
607 |
|
608 |
|
609 |
|
610 </div> |
|
611 |
|
612 </div> |
|
613 <hr /> |
|
614 </div> |
|
615 <div class="" rel="yui:method" resource="#method_add"> |
|
616 <h4> |
|
617 <a name="method_add">add</a></h4> |
|
618 <div class="detail" > |
|
619 <code> |
|
620 |
|
621 static |
|
622 |
|
623 Void |
|
624 <strong property="yui:name">add</strong> |
|
625 ( |
|
626 |
|
627 |
|
628 testObject |
|
629 |
|
630 |
|
631 ) |
|
632 </code> |
|
633 |
|
634 <div class="description" property="yui:description"> |
|
635 Adds a test suite or test case to the list of test objects to run. |
|
636 </div> |
|
637 |
|
638 <div class="description"> |
|
639 |
|
640 <dl rel="yui:parameters"> |
|
641 <dt>Parameters:</dt> |
|
642 <dd rel="yui:parameter"> |
|
643 <code><span property="yui:name">testObject</span> |
|
644 <<span property="yui:type">object</span>> |
|
645 </code> |
|
646 <span property="yui:description"> Either a TestCase or a TestSuite that should be run.</span> |
|
647 </dd> |
|
648 </dl> |
|
649 |
|
650 <dl> |
|
651 <dt>Returns: |
|
652 <code property="yui:return"> |
|
653 Void |
|
654 </code></dt> |
|
655 <dd property="yui:returnInfo"></dd> |
|
656 </dl> |
|
657 |
|
658 |
|
659 |
|
660 |
|
661 </div> |
|
662 |
|
663 </div> |
|
664 <hr /> |
|
665 </div> |
|
666 <div class="" rel="yui:method" resource="#method_clear"> |
|
667 <h4> |
|
668 <a name="method_clear">clear</a></h4> |
|
669 <div class="detail" > |
|
670 <code> |
|
671 |
|
672 static |
|
673 |
|
674 Void |
|
675 <strong property="yui:name">clear</strong> |
|
676 ( |
|
677 ) |
|
678 </code> |
|
679 |
|
680 <div class="description" property="yui:description"> |
|
681 Removes all test objects from the runner. |
|
682 </div> |
|
683 |
|
684 <div class="description"> |
|
685 |
|
686 |
|
687 <dl> |
|
688 <dt>Returns: |
|
689 <code property="yui:return"> |
|
690 Void |
|
691 </code></dt> |
|
692 <dd property="yui:returnInfo"></dd> |
|
693 </dl> |
|
694 |
|
695 |
|
696 |
|
697 |
|
698 </div> |
|
699 |
|
700 </div> |
|
701 <hr /> |
|
702 </div> |
|
703 <div class="" rel="yui:method" resource="#method_disableLogging"> |
|
704 <h4> |
|
705 <a name="method_disableLogging">disableLogging</a></h4> |
|
706 <div class="detail" > |
|
707 <code> |
|
708 |
|
709 static |
|
710 |
|
711 Void |
|
712 <strong property="yui:name">disableLogging</strong> |
|
713 ( |
|
714 ) |
|
715 </code> |
|
716 |
|
717 <div class="description" property="yui:description"> |
|
718 Disable logging via Y.log(). Test output will not be visible unless |
|
719 TestRunner events are subscribed to. |
|
720 </div> |
|
721 |
|
722 <div class="description"> |
|
723 |
|
724 |
|
725 <dl> |
|
726 <dt>Returns: |
|
727 <code property="yui:return"> |
|
728 Void |
|
729 </code></dt> |
|
730 <dd property="yui:returnInfo"></dd> |
|
731 </dl> |
|
732 |
|
733 |
|
734 |
|
735 |
|
736 </div> |
|
737 |
|
738 </div> |
|
739 <hr /> |
|
740 </div> |
|
741 <div class="" rel="yui:method" resource="#method_enableLogging"> |
|
742 <h4> |
|
743 <a name="method_enableLogging">enableLogging</a></h4> |
|
744 <div class="detail" > |
|
745 <code> |
|
746 |
|
747 static |
|
748 |
|
749 Void |
|
750 <strong property="yui:name">enableLogging</strong> |
|
751 ( |
|
752 ) |
|
753 </code> |
|
754 |
|
755 <div class="description" property="yui:description"> |
|
756 Enable logging via Y.log(). Test output is published and can be read via |
|
757 logreader. |
|
758 </div> |
|
759 |
|
760 <div class="description"> |
|
761 |
|
762 |
|
763 <dl> |
|
764 <dt>Returns: |
|
765 <code property="yui:return"> |
|
766 Void |
|
767 </code></dt> |
|
768 <dd property="yui:returnInfo"></dd> |
|
769 </dl> |
|
770 |
|
771 |
|
772 |
|
773 |
|
774 </div> |
|
775 |
|
776 </div> |
|
777 <hr /> |
|
778 </div> |
|
779 <div class="" rel="yui:method" resource="#method_isWaiting"> |
|
780 <h4> |
|
781 <a name="method_isWaiting">isWaiting</a></h4> |
|
782 <div class="detail" > |
|
783 <code> |
|
784 |
|
785 static |
|
786 |
|
787 Boolean |
|
788 <strong property="yui:name">isWaiting</strong> |
|
789 ( |
|
790 ) |
|
791 </code> |
|
792 |
|
793 <div class="description" property="yui:description"> |
|
794 Indicates if the TestRunner is waiting for a test to resume |
|
795 </div> |
|
796 |
|
797 <div class="description"> |
|
798 |
|
799 |
|
800 <dl> |
|
801 <dt>Returns: |
|
802 <code property="yui:return"> |
|
803 Boolean |
|
804 </code></dt> |
|
805 <dd property="yui:returnInfo">True if the TestRunner is waiting, false if not.</dd> |
|
806 </dl> |
|
807 |
|
808 |
|
809 |
|
810 |
|
811 </div> |
|
812 |
|
813 </div> |
|
814 <hr /> |
|
815 </div> |
|
816 <div class="" rel="yui:method" resource="#method_resume"> |
|
817 <h4> |
|
818 <a name="method_resume">resume</a></h4> |
|
819 <div class="detail" > |
|
820 <code> |
|
821 |
|
822 static |
|
823 |
|
824 Void |
|
825 <strong property="yui:name">resume</strong> |
|
826 ( |
|
827 |
|
828 |
|
829 segment |
|
830 |
|
831 |
|
832 ) |
|
833 </code> |
|
834 |
|
835 <div class="description" property="yui:description"> |
|
836 Resumes the TestRunner after wait() was called. |
|
837 </div> |
|
838 |
|
839 <div class="description"> |
|
840 |
|
841 <dl rel="yui:parameters"> |
|
842 <dt>Parameters:</dt> |
|
843 <dd rel="yui:parameter"> |
|
844 <code><span property="yui:name">segment</span> |
|
845 <<span property="yui:type">Function</span>> |
|
846 </code> |
|
847 <span property="yui:description"> The function to run as the rest |
|
848 of the haulted test.</span> |
|
849 </dd> |
|
850 </dl> |
|
851 |
|
852 <dl> |
|
853 <dt>Returns: |
|
854 <code property="yui:return"> |
|
855 Void |
|
856 </code></dt> |
|
857 <dd property="yui:returnInfo"></dd> |
|
858 </dl> |
|
859 |
|
860 |
|
861 |
|
862 |
|
863 </div> |
|
864 |
|
865 </div> |
|
866 <hr /> |
|
867 </div> |
|
868 <div class="" rel="yui:method" resource="#method_run"> |
|
869 <h4> |
|
870 <a name="method_run">run</a></h4> |
|
871 <div class="detail" > |
|
872 <code> |
|
873 |
|
874 static |
|
875 |
|
876 Void |
|
877 <strong property="yui:name">run</strong> |
|
878 ( |
|
879 ) |
|
880 </code> |
|
881 |
|
882 <div class="description" property="yui:description"> |
|
883 Runs the test suite. |
|
884 </div> |
|
885 |
|
886 <div class="description"> |
|
887 |
|
888 |
|
889 <dl> |
|
890 <dt>Returns: |
|
891 <code property="yui:return"> |
|
892 Void |
|
893 </code></dt> |
|
894 <dd property="yui:returnInfo"></dd> |
|
895 </dl> |
|
896 |
|
897 |
|
898 |
|
899 |
|
900 </div> |
|
901 |
|
902 </div> |
|
903 <hr /> |
|
904 </div> |
|
905 </div> |
|
906 </div> |
|
907 |
|
908 </div> |
|
909 |
|
910 <div rel="yui:events" resource="#events"> |
|
911 <div class="section method details"> |
|
912 <h3 id="events">Events</h3> |
|
913 <div class="content"> |
|
914 <div class="" rel="yui:event" resource="#event_begin"> |
|
915 <h4> |
|
916 <a name="event_begin">begin</a></h4> |
|
917 <div class="detail"> |
|
918 <code> |
|
919 |
|
920 static |
|
921 |
|
922 <strong property="yui:name">begin</strong> |
|
923 |
|
924 ( |
|
925 ) |
|
926 |
|
927 </code> |
|
928 |
|
929 <div class="description" property="yui:description"> |
|
930 Fires when the run() method is called. |
|
931 </div> |
|
932 |
|
933 <div class="description"> |
|
934 |
|
935 |
|
936 |
|
937 |
|
938 </div> |
|
939 |
|
940 </div> |
|
941 <hr /> |
|
942 </div> |
|
943 <div class="" rel="yui:event" resource="#event_complete"> |
|
944 <h4> |
|
945 <a name="event_complete">complete</a></h4> |
|
946 <div class="detail"> |
|
947 <code> |
|
948 |
|
949 static |
|
950 |
|
951 <strong property="yui:name">complete</strong> |
|
952 |
|
953 ( |
|
954 ) |
|
955 |
|
956 </code> |
|
957 |
|
958 <div class="description" property="yui:description"> |
|
959 Fires when all test suites and test cases have been completed. |
|
960 </div> |
|
961 |
|
962 <div class="description"> |
|
963 |
|
964 |
|
965 |
|
966 |
|
967 </div> |
|
968 |
|
969 </div> |
|
970 <hr /> |
|
971 </div> |
|
972 <div class="" rel="yui:event" resource="#event_fail"> |
|
973 <h4> |
|
974 <a name="event_fail">fail</a></h4> |
|
975 <div class="detail"> |
|
976 <code> |
|
977 |
|
978 static |
|
979 |
|
980 <strong property="yui:name">fail</strong> |
|
981 |
|
982 ( |
|
983 ) |
|
984 |
|
985 </code> |
|
986 |
|
987 <div class="description" property="yui:description"> |
|
988 Fires when a test has failed. |
|
989 </div> |
|
990 |
|
991 <div class="description"> |
|
992 |
|
993 |
|
994 |
|
995 |
|
996 </div> |
|
997 |
|
998 </div> |
|
999 <hr /> |
|
1000 </div> |
|
1001 <div class="" rel="yui:event" resource="#event_ignore"> |
|
1002 <h4> |
|
1003 <a name="event_ignore">ignore</a></h4> |
|
1004 <div class="detail"> |
|
1005 <code> |
|
1006 |
|
1007 static |
|
1008 |
|
1009 <strong property="yui:name">ignore</strong> |
|
1010 |
|
1011 ( |
|
1012 ) |
|
1013 |
|
1014 </code> |
|
1015 |
|
1016 <div class="description" property="yui:description"> |
|
1017 Fires when a test has been ignored. |
|
1018 </div> |
|
1019 |
|
1020 <div class="description"> |
|
1021 |
|
1022 |
|
1023 |
|
1024 |
|
1025 </div> |
|
1026 |
|
1027 </div> |
|
1028 <hr /> |
|
1029 </div> |
|
1030 <div class="" rel="yui:event" resource="#event_pass"> |
|
1031 <h4> |
|
1032 <a name="event_pass">pass</a></h4> |
|
1033 <div class="detail"> |
|
1034 <code> |
|
1035 |
|
1036 static |
|
1037 |
|
1038 <strong property="yui:name">pass</strong> |
|
1039 |
|
1040 ( |
|
1041 ) |
|
1042 |
|
1043 </code> |
|
1044 |
|
1045 <div class="description" property="yui:description"> |
|
1046 Fires when a test has passed. |
|
1047 </div> |
|
1048 |
|
1049 <div class="description"> |
|
1050 |
|
1051 |
|
1052 |
|
1053 |
|
1054 </div> |
|
1055 |
|
1056 </div> |
|
1057 <hr /> |
|
1058 </div> |
|
1059 <div class="" rel="yui:event" resource="#event_testcasebegin"> |
|
1060 <h4> |
|
1061 <a name="event_testcasebegin">testcasebegin</a></h4> |
|
1062 <div class="detail"> |
|
1063 <code> |
|
1064 |
|
1065 static |
|
1066 |
|
1067 <strong property="yui:name">testcasebegin</strong> |
|
1068 |
|
1069 ( |
|
1070 ) |
|
1071 |
|
1072 </code> |
|
1073 |
|
1074 <div class="description" property="yui:description"> |
|
1075 Fires when a test case is opened but before the first |
|
1076 test is executed. |
|
1077 </div> |
|
1078 |
|
1079 <div class="description"> |
|
1080 |
|
1081 |
|
1082 |
|
1083 |
|
1084 </div> |
|
1085 |
|
1086 </div> |
|
1087 <hr /> |
|
1088 </div> |
|
1089 <div class="" rel="yui:event" resource="#event_testcasecomplete"> |
|
1090 <h4> |
|
1091 <a name="event_testcasecomplete">testcasecomplete</a></h4> |
|
1092 <div class="detail"> |
|
1093 <code> |
|
1094 |
|
1095 static |
|
1096 |
|
1097 <strong property="yui:name">testcasecomplete</strong> |
|
1098 |
|
1099 ( |
|
1100 ) |
|
1101 |
|
1102 </code> |
|
1103 |
|
1104 <div class="description" property="yui:description"> |
|
1105 Fires when all tests in a test case have been executed. |
|
1106 </div> |
|
1107 |
|
1108 <div class="description"> |
|
1109 |
|
1110 |
|
1111 |
|
1112 |
|
1113 </div> |
|
1114 |
|
1115 </div> |
|
1116 <hr /> |
|
1117 </div> |
|
1118 <div class="" rel="yui:event" resource="#event_testsuitebegin"> |
|
1119 <h4> |
|
1120 <a name="event_testsuitebegin">testsuitebegin</a></h4> |
|
1121 <div class="detail"> |
|
1122 <code> |
|
1123 |
|
1124 static |
|
1125 |
|
1126 <strong property="yui:name">testsuitebegin</strong> |
|
1127 |
|
1128 ( |
|
1129 ) |
|
1130 |
|
1131 </code> |
|
1132 |
|
1133 <div class="description" property="yui:description"> |
|
1134 Fires when a test suite is opened but before the first |
|
1135 test is executed. |
|
1136 </div> |
|
1137 |
|
1138 <div class="description"> |
|
1139 |
|
1140 |
|
1141 |
|
1142 |
|
1143 </div> |
|
1144 |
|
1145 </div> |
|
1146 <hr /> |
|
1147 </div> |
|
1148 <div class="" rel="yui:event" resource="#event_testsuitecomplete"> |
|
1149 <h4> |
|
1150 <a name="event_testsuitecomplete">testsuitecomplete</a></h4> |
|
1151 <div class="detail"> |
|
1152 <code> |
|
1153 |
|
1154 static |
|
1155 |
|
1156 <strong property="yui:name">testsuitecomplete</strong> |
|
1157 |
|
1158 ( |
|
1159 ) |
|
1160 |
|
1161 </code> |
|
1162 |
|
1163 <div class="description" property="yui:description"> |
|
1164 Fires when all test cases in a test suite have been |
|
1165 completed. |
|
1166 </div> |
|
1167 |
|
1168 <div class="description"> |
|
1169 |
|
1170 |
|
1171 |
|
1172 |
|
1173 </div> |
|
1174 |
|
1175 </div> |
|
1176 <hr /> |
|
1177 </div> |
|
1178 </div> |
|
1179 </div> |
|
1180 |
|
1181 |
|
1182 </div> |
|
1183 |
|
1184 <div rel="yui:attributes" resource="#configattributes"> |
|
1185 |
|
1186 </div> |
|
1187 |
|
1188 </div> |
|
1189 </div> |
|
1190 <div class="yui-b"> |
|
1191 <div class="nav"> |
|
1192 |
|
1193 <div id="moduleList" class="module"> |
|
1194 <h4>Modules</h4> |
|
1195 <ul class="content"> |
|
1196 <li class=""><a href="module_anim.html" title="anim">anim</a></li> |
|
1197 <li class=""><a href="module_attribute.html" title="attribute">attribute</a></li> |
|
1198 <li class=""><a href="module_base.html" title="base">base</a></li> |
|
1199 <li class=""><a href="module_cache.html" title="cache">cache</a></li> |
|
1200 <li class=""><a href="module_classnamemanager.html" title="classnamemanager">classnamemanager</a></li> |
|
1201 <li class=""><a href="module_collection.html" title="collection">collection</a></li> |
|
1202 <li class=""><a href="module_console.html" title="console">console</a></li> |
|
1203 <li class=""><a href="module_console-filters.html" title="console-filters">console-filters</a></li> |
|
1204 <li class=""><a href="module_cookie.html" title="cookie">cookie</a></li> |
|
1205 <li class=""><a href="module_dataschema.html" title="dataschema">dataschema</a></li> |
|
1206 <li class=""><a href="module_datasource.html" title="datasource">datasource</a></li> |
|
1207 <li class=""><a href="module_datatype.html" title="datatype">datatype</a></li> |
|
1208 <li class=""><a href="module_dd.html" title="dd">dd</a></li> |
|
1209 <li class=""><a href="module_dom.html" title="dom">dom</a></li> |
|
1210 <li class=""><a href="module_dump.html" title="dump">dump</a></li> |
|
1211 <li class=""><a href="module_event.html" title="event">event</a></li> |
|
1212 <li class=""><a href="module_event-custom.html" title="event-custom">event-custom</a></li> |
|
1213 <li class=""><a href="module_event-simulate.html" title="event-simulate">event-simulate</a></li> |
|
1214 <li class=""><a href="module_history.html" title="history">history</a></li> |
|
1215 <li class=""><a href="module_imageloader.html" title="imageloader">imageloader</a></li> |
|
1216 <li class=""><a href="module_io.html" title="io">io</a></li> |
|
1217 <li class=""><a href="module_json.html" title="json">json</a></li> |
|
1218 <li class=""><a href="module_node.html" title="node">node</a></li> |
|
1219 <li class=""><a href="module_node-focusmanager.html" title="node-focusmanager">node-focusmanager</a></li> |
|
1220 <li class=""><a href="module_node-menunav.html" title="node-menunav">node-menunav</a></li> |
|
1221 <li class=""><a href="module_oop.html" title="oop">oop</a></li> |
|
1222 <li class=""><a href="module_overlay.html" title="overlay">overlay</a></li> |
|
1223 <li class=""><a href="module_plugin.html" title="plugin">plugin</a></li> |
|
1224 <li class=""><a href="module_profiler.html" title="profiler">profiler</a></li> |
|
1225 <li class=""><a href="module_queue.html" title="queue">queue</a></li> |
|
1226 <li class=""><a href="module_slider.html" title="slider">slider</a></li> |
|
1227 <li class=""><a href="module_stylesheet.html" title="stylesheet">stylesheet</a></li> |
|
1228 <li class=""><a href="module_substitute.html" title="substitute">substitute</a></li> |
|
1229 <li class="selected"><a href="module_test.html" title="test">test</a></li> |
|
1230 <li class=""><a href="module_widget.html" title="widget">widget</a></li> |
|
1231 <li class=""><a href="module_widget-position.html" title="widget-position">widget-position</a></li> |
|
1232 <li class=""><a href="module_widget-position-ext.html" title="widget-position-ext">widget-position-ext</a></li> |
|
1233 <li class=""><a href="module_widget-stack.html" title="widget-stack">widget-stack</a></li> |
|
1234 <li class=""><a href="module_widget-stdmod.html" title="widget-stdmod">widget-stdmod</a></li> |
|
1235 <li class=""><a href="module_yui.html" title="yui">yui</a></li> |
|
1236 </ul> |
|
1237 </div> |
|
1238 |
|
1239 <div id="classList" class="module"> |
|
1240 <h4>Classes</h4> |
|
1241 <ul class="content"> |
|
1242 <li class=""><a href="Assert.html" title="Assert">Assert</a></li> |
|
1243 <li class=""><a href="Assert.ComparisonFailure.html" title="Assert.ComparisonFailure">Assert.ComparisonFailure</a></li> |
|
1244 <li class=""><a href="Assert.Error.html" title="Assert.Error">Assert.Error</a></li> |
|
1245 <li class=""><a href="Assert.ObjectAssert.html" title="Assert.ObjectAssert">Assert.ObjectAssert</a></li> |
|
1246 <li class=""><a href="Assert.ShouldError.html" title="Assert.ShouldError">Assert.ShouldError</a></li> |
|
1247 <li class=""><a href="Assert.ShouldFail.html" title="Assert.ShouldFail">Assert.ShouldFail</a></li> |
|
1248 <li class=""><a href="Assert.UnexpectedError.html" title="Assert.UnexpectedError">Assert.UnexpectedError</a></li> |
|
1249 <li class=""><a href="Assert.UnexpectedValue.html" title="Assert.UnexpectedValue">Assert.UnexpectedValue</a></li> |
|
1250 <li class=""><a href="Test.ArrayAssert.html" title="Test.ArrayAssert">Test.ArrayAssert</a></li> |
|
1251 <li class=""><a href="Test.Case.html" title="Test.Case">Test.Case</a></li> |
|
1252 <li class=""><a href="Test.DateAssert.html" title="Test.DateAssert">Test.DateAssert</a></li> |
|
1253 <li class=""><a href="Test.Format.Mock.html" title="Test.Format.Mock">Test.Format.Mock</a></li> |
|
1254 <li class=""><a href="Test.Manager.html" title="Test.Manager">Test.Manager</a></li> |
|
1255 <li class=""><a href="Test.Reporter.html" title="Test.Reporter">Test.Reporter</a></li> |
|
1256 <li class="selected"><a href="Test.Runner.html" title="Test.Runner">Test.Runner</a></li> |
|
1257 <li class=""><a href="Test.Suite.html" title="Test.Suite">Test.Suite</a></li> |
|
1258 <li class=""><a href="Test.TestNode.html" title="Test.TestNode">Test.TestNode</a></li> |
|
1259 <li class=""><a href="Test.Wait.html" title="Test.Wait">Test.Wait</a></li> |
|
1260 </ul> |
|
1261 </div> |
|
1262 |
|
1263 <div id="fileList" class="module"> |
|
1264 <h4>Files</h4> |
|
1265 <ul class="content"> |
|
1266 <li class=""><a href="ArrayAssert.js.html" title="ArrayAssert.js">ArrayAssert.js</a></li> |
|
1267 <li class=""><a href="Assert.js.html" title="Assert.js">Assert.js</a></li> |
|
1268 <li class=""><a href="DateAssert.js.html" title="DateAssert.js">DateAssert.js</a></li> |
|
1269 <li class=""><a href="Mock.js.html" title="Mock.js">Mock.js</a></li> |
|
1270 <li class=""><a href="ObjectAssert.js.html" title="ObjectAssert.js">ObjectAssert.js</a></li> |
|
1271 <li class=""><a href="TestCase.js.html" title="TestCase.js">TestCase.js</a></li> |
|
1272 <li class=""><a href="TestFormat.js.html" title="TestFormat.js">TestFormat.js</a></li> |
|
1273 <li class=""><a href="TestManager.js.html" title="TestManager.js">TestManager.js</a></li> |
|
1274 <li class=""><a href="TestReporter.js.html" title="TestReporter.js">TestReporter.js</a></li> |
|
1275 <li class=""><a href="TestRunner.js.html" title="TestRunner.js">TestRunner.js</a></li> |
|
1276 <li class=""><a href="TestSuite.js.html" title="TestSuite.js">TestSuite.js</a></li> |
|
1277 </ul> |
|
1278 </div> |
|
1279 |
|
1280 <div id="propertyList" class="module"> |
|
1281 <h4>Properties</h4> |
|
1282 <ul class="content"> |
|
1283 <li class="private"><a href="#property__cur" title="_cur">_cur</a></li> |
|
1284 <li class="private"><a href="#property__log" title="_log">_log</a></li> |
|
1285 <li class="private"><a href="#property__root" title="_root">_root</a></li> |
|
1286 <li class="private"><a href="#property__waiting" title="_waiting">_waiting</a></li> |
|
1287 <li class="private"><a href="#property_masterSuite" title="masterSuite">masterSuite</a></li> |
|
1288 </ul> |
|
1289 </div> |
|
1290 |
|
1291 <div id="methodsList" class="module"> |
|
1292 <h4>Methods</h4> |
|
1293 <ul class="content"> |
|
1294 <li class="private"><a href="#method__addTestCaseToTestTree" title="_addTestCaseToTestTree">_addTestCaseToTestTree</a></li> |
|
1295 <li class="private"><a href="#method__addTestSuiteToTestTree" title="_addTestSuiteToTestTree">_addTestSuiteToTestTree</a></li> |
|
1296 <li class="private"><a href="#method__buildTestTree" title="_buildTestTree">_buildTestTree</a></li> |
|
1297 <li class="private"><a href="#method__handleError" title="_handleError">_handleError</a></li> |
|
1298 <li class="private"><a href="#method__handleTestObjectComplete" title="_handleTestObjectComplete">_handleTestObjectComplete</a></li> |
|
1299 <li class="private"><a href="#method__logEvent" title="_logEvent">_logEvent</a></li> |
|
1300 <li class="private"><a href="#method__next" title="_next">_next</a></li> |
|
1301 <li class="private"><a href="#method__run" title="_run">_run</a></li> |
|
1302 <li class="private"><a href="#method__runTest" title="_runTest">_runTest</a></li> |
|
1303 <li class=""><a href="#method_add" title="add">add</a></li> |
|
1304 <li class=""><a href="#method_clear" title="clear">clear</a></li> |
|
1305 <li class=""><a href="#method_disableLogging" title="disableLogging">disableLogging</a></li> |
|
1306 <li class=""><a href="#method_enableLogging" title="enableLogging">enableLogging</a></li> |
|
1307 <li class=""><a href="#method_isWaiting" title="isWaiting">isWaiting</a></li> |
|
1308 <li class=""><a href="#method_resume" title="resume">resume</a></li> |
|
1309 <li class=""><a href="#method_run" title="run">run</a></li> |
|
1310 </ul> |
|
1311 </div> |
|
1312 |
|
1313 <div id="eventsList" class="module"> |
|
1314 <h4>Events</h4> |
|
1315 <ul class="content"> |
|
1316 <li class=""><a href="#event_begin" title="begin">begin</a></li> |
|
1317 <li class=""><a href="#event_complete" title="complete">complete</a></li> |
|
1318 <li class=""><a href="#event_fail" title="fail">fail</a></li> |
|
1319 <li class=""><a href="#event_ignore" title="ignore">ignore</a></li> |
|
1320 <li class=""><a href="#event_pass" title="pass">pass</a></li> |
|
1321 <li class=""><a href="#event_testcasebegin" title="testcasebegin">testcasebegin</a></li> |
|
1322 <li class=""><a href="#event_testcasecomplete" title="testcasecomplete">testcasecomplete</a></li> |
|
1323 <li class=""><a href="#event_testsuitebegin" title="testsuitebegin">testsuitebegin</a></li> |
|
1324 <li class=""><a href="#event_testsuitecomplete" title="testsuitecomplete">testsuitecomplete</a></li> |
|
1325 </ul> |
|
1326 </div> |
|
1327 |
|
1328 |
|
1329 </div> |
|
1330 </div> |
|
1331 </div> |
|
1332 <div id="ft"> |
|
1333 <hr /> |
|
1334 Copyright © 2009 Yahoo! Inc. All rights reserved. |
|
1335 </div> |
|
1336 </div> |
|
1337 <script type="text/javascript"> |
|
1338 ALL_YUI_PROPS = [{"access": "", "host": "Assert.ComparisonFailure", "name": "actual", "url": "Assert.ComparisonFailure.html#property_actual", "type": "property"}, {"access": "", "host": "Test.Suite", "name": "add", "url": "Test.Suite.html#method_add", "type": "method"}, {"access": "", "host": "Test.Runner", "name": "add", "url": "Test.Runner.html#method_add", "type": "method"}, {"access": "private", "host": "Test.Runner", "name": "_addTestCaseToTestTree", "url": "Test.Runner.html#method__addTestCaseToTestTree", "type": "method"}, {"access": "private", "host": "Test.Runner", "name": "_addTestSuiteToTestTree", "url": "Test.Runner.html#method__addTestSuiteToTestTree", "type": "method"}, {"access": "", "host": "Test.TestNode", "name": "appendChild", "url": "Test.TestNode.html#method_appendChild", "type": "method"}, {"access": "", "host": "Assert", "name": "areEqual", "url": "Assert.html#method_areEqual", "type": "method"}, {"access": "", "host": "Assert", "name": "areNotEqual", "url": "Assert.html#method_areNotEqual", "type": "method"}, {"access": "", "host": "Assert", "name": "areNotSame", "url": "Assert.html#method_areNotSame", "type": "method"}, {"access": "", "host": "Assert", "name": "areSame", "url": "Assert.html#method_areSame", "type": "method"}, {"access": "private", "host": "Assert", "name": "_asserts", "url": "Assert.html#property__asserts", "type": "property"}, {"access": "", "host": "Test.Runner", "name": "begin", "url": "Test.Runner.html#event_begin", "type": "event"}, {"access": "private", "host": "Test.Runner", "name": "_buildTestTree", "url": "Test.Runner.html#method__buildTestTree", "type": "method"}, {"access": "", "host": "Assert.UnexpectedError", "name": "cause", "url": "Assert.UnexpectedError.html#property_cause", "type": "property"}, {"access": "", "host": "Test.Runner", "name": "clear", "url": "Test.Runner.html#method_clear", "type": "method"}, {"access": "", "host": "Test.Runner", "name": "complete", "url": "Test.Runner.html#event_complete", "type": "event"}, {"access": "private", "host": "Test.Runner", "name": "_cur", "url": "Test.Runner.html#property__cur", "type": "property"}, {"access": "", "host": "Test.Wait", "name": "delay", "url": "Test.Wait.html#property_delay", "type": "property"}, {"access": "", "host": "Test.Runner", "name": "disableLogging", "url": "Test.Runner.html#method_disableLogging", "type": "method"}, {"access": "", "host": "Test.Runner", "name": "enableLogging", "url": "Test.Runner.html#method_enableLogging", "type": "method"}, {"access": "", "host": "Test.Format.Mock", "name": "expect", "url": "Test.Format.Mock.html#method_expect", "type": "method"}, {"access": "", "host": "Assert.ComparisonFailure", "name": "expected", "url": "Assert.ComparisonFailure.html#property_expected", "type": "property"}, {"access": "", "host": "Assert", "name": "fail", "url": "Assert.html#method_fail", "type": "method"}, {"access": "", "host": "Test.Runner", "name": "fail", "url": "Test.Runner.html#event_fail", "type": "event"}, {"access": "", "host": "Test.TestNode", "name": "firstChild", "url": "Test.TestNode.html#property_firstChild", "type": "property"}, {"access": "protected", "host": "Assert", "name": "_formatMessage", "url": "Assert.html#method__formatMessage", "type": "method"}, {"access": "protected", "host": "Assert", "name": "_getCount", "url": "Assert.html#method__getCount", "type": "method"}, {"access": "", "host": "Assert.Error", "name": "getMessage", "url": "Assert.Error.html#method_getMessage", "type": "method"}, {"access": "", "host": "Assert.UnexpectedValue", "name": "getMessage", "url": "Assert.UnexpectedValue.html#method_getMessage", "type": "method"}, {"access": "private", "host": "Test.Runner", "name": "_handleError", "url": "Test.Runner.html#method__handleError", "type": "method"}, {"access": "private", "host": "Test.Runner", "name": "_handleTestObjectComplete", "url": "Test.Runner.html#method__handleTestObjectComplete", "type": "method"}, {"access": "", "host": "Assert.ObjectAssert", "name": "hasKey", "url": "Assert.ObjectAssert.html#method_hasKey", "type": "method"}, {"access": "", "host": "Assert.ObjectAssert", "name": "hasKeys", "url": "Assert.ObjectAssert.html#method_hasKeys", "type": "method"}, {"access": "", "host": "Test.Runner", "name": "ignore", "url": "Test.Runner.html#event_ignore", "type": "event"}, {"access": "protected", "host": "Assert", "name": "_increment", "url": "Assert.html#method__increment", "type": "method"}, {"access": "", "host": "Assert", "name": "isArray", "url": "Assert.html#method_isArray", "type": "method"}, {"access": "", "host": "Assert", "name": "isBoolean", "url": "Assert.html#method_isBoolean", "type": "method"}, {"access": "", "host": "Assert", "name": "isFalse", "url": "Assert.html#method_isFalse", "type": "method"}, {"access": "", "host": "Assert", "name": "isFunction", "url": "Assert.html#method_isFunction", "type": "method"}, {"access": "", "host": "Assert", "name": "isInstanceOf", "url": "Assert.html#method_isInstanceOf", "type": "method"}, {"access": "", "host": "Assert", "name": "isNaN", "url": "Assert.html#method_isNaN", "type": "method"}, {"access": "", "host": "Assert", "name": "isNotNaN", "url": "Assert.html#method_isNotNaN", "type": "method"}, {"access": "", "host": "Assert", "name": "isNotNull", "url": "Assert.html#method_isNotNull", "type": "method"}, {"access": "", "host": "Assert", "name": "isNotUndefined", "url": "Assert.html#method_isNotUndefined", "type": "method"}, {"access": "", "host": "Assert", "name": "isNull", "url": "Assert.html#method_isNull", "type": "method"}, {"access": "", "host": "Assert", "name": "isNumber", "url": "Assert.html#method_isNumber", "type": "method"}, {"access": "", "host": "Assert", "name": "isObject", "url": "Assert.html#method_isObject", "type": "method"}, {"access": "", "host": "Assert", "name": "isString", "url": "Assert.html#method_isString", "type": "method"}, {"access": "", "host": "Assert", "name": "isTrue", "url": "Assert.html#method_isTrue", "type": "method"}, {"access": "", "host": "Assert", "name": "isTypeOf", "url": "Assert.html#method_isTypeOf", "type": "method"}, {"access": "", "host": "Assert", "name": "isUndefined", "url": "Assert.html#method_isUndefined", "type": "method"}, {"access": "", "host": "Test.Runner", "name": "isWaiting", "url": "Test.Runner.html#method_isWaiting", "type": "method"}, {"access": "private", "host": "Test.Suite", "name": "items", "url": "Test.Suite.html#property_items", "type": "property"}, {"access": "", "host": "Test.Suite", "name": "JSON", "url": "Test.Suite.html#method_JSON", "type": "method"}, {"access": "", "host": "Test.TestNode", "name": "lastChild", "url": "Test.TestNode.html#property_lastChild", "type": "property"}, {"access": "private", "host": "Test.Runner", "name": "_log", "url": "Test.Runner.html#property__log", "type": "property"}, {"access": "private", "host": "Test.Runner", "name": "_logEvent", "url": "Test.Runner.html#method__logEvent", "type": "method"}, {"access": "private", "host": "Test.Runner", "name": "masterSuite", "url": "Test.Runner.html#property_masterSuite", "type": "property"}, {"access": "", "host": "Assert.Error", "name": "name", "url": "Assert.Error.html#property_name", "type": "property"}, {"access": "", "host": "Assert.ComparisonFailure", "name": "name", "url": "Assert.ComparisonFailure.html#property_name", "type": "property"}, {"access": "", "host": "Assert.UnexpectedValue", "name": "name", "url": "Assert.UnexpectedValue.html#property_name", "type": "property"}, {"access": "", "host": "Assert.ShouldFail", "name": "name", "url": "Assert.ShouldFail.html#property_name", "type": "property"}, {"access": "", "host": "Assert.ShouldError", "name": "name", "url": "Assert.ShouldError.html#property_name", "type": "property"}, {"access": "", "host": "Assert.UnexpectedError", "name": "name", "url": "Assert.UnexpectedError.html#property_name", "type": "property"}, {"access": "", "host": "Test.Suite", "name": "name", "url": "Test.Suite.html#property_name", "type": "property"}, {"access": "", "host": "Test.Case", "name": "name", "url": "Test.Case.html#property_name", "type": "property"}, {"access": "", "host": "Test.TestNode", "name": "next", "url": "Test.TestNode.html#property_next", "type": "property"}, {"access": "private", "host": "Test.Runner", "name": "_next", "url": "Test.Runner.html#method__next", "type": "method"}, {"access": "", "host": "Assert.ObjectAssert", "name": "ownsKey", "url": "Assert.ObjectAssert.html#method_ownsKey", "type": "method"}, {"access": "", "host": "Assert.ObjectAssert", "name": "ownsKeys", "url": "Assert.ObjectAssert.html#method_ownsKeys", "type": "method"}, {"access": "", "host": "Assert.ObjectAssert", "name": "ownsNoKeys", "url": "Assert.ObjectAssert.html#method_ownsNoKeys", "type": "method"}, {"access": "", "host": "Test.TestNode", "name": "parent", "url": "Test.TestNode.html#property_parent", "type": "property"}, {"access": "", "host": "Test.Runner", "name": "pass", "url": "Test.Runner.html#event_pass", "type": "event"}, {"access": "protected", "host": "Assert", "name": "_reset", "url": "Assert.html#method__reset", "type": "method"}, {"access": "", "host": "Test.TestNode", "name": "results", "url": "Test.TestNode.html#property_results", "type": "property"}, {"access": "", "host": "Test.Case", "name": "resume", "url": "Test.Case.html#method_resume", "type": "method"}, {"access": "", "host": "Test.Runner", "name": "resume", "url": "Test.Runner.html#method_resume", "type": "method"}, {"access": "private", "host": "Test.Runner", "name": "_root", "url": "Test.Runner.html#property__root", "type": "property"}, {"access": "private", "host": "Test.Runner", "name": "_run", "url": "Test.Runner.html#method__run", "type": "method"}, {"access": "", "host": "Test.Runner", "name": "run", "url": "Test.Runner.html#method_run", "type": "method"}, {"access": "private", "host": "Test.Runner", "name": "_runTest", "url": "Test.Runner.html#method__runTest", "type": "method"}, {"access": "", "host": "Test.Wait", "name": "segment", "url": "Test.Wait.html#property_segment", "type": "property"}, {"access": "", "host": "Test.Suite", "name": "setUp", "url": "Test.Suite.html#method_setUp", "type": "method"}, {"access": "", "host": "Test.Case", "name": "setUp", "url": "Test.Case.html#method_setUp", "type": "method"}, {"access": "", "host": "Test.Case", "name": "_should", "url": "Test.Case.html#property__should", "type": "property"}, {"access": "", "host": "Assert.UnexpectedError", "name": "stack", "url": "Assert.UnexpectedError.html#property_stack", "type": "property"}, {"access": "", "host": "Test.Suite", "name": "tearDown", "url": "Test.Suite.html#method_tearDown", "type": "method"}, {"access": "", "host": "Test.Case", "name": "tearDown", "url": "Test.Case.html#method_tearDown", "type": "method"}, {"access": "", "host": "Test.Runner", "name": "testcasebegin", "url": "Test.Runner.html#event_testcasebegin", "type": "event"}, {"access": "", "host": "Test.Runner", "name": "testcasecomplete", "url": "Test.Runner.html#event_testcasecomplete", "type": "event"}, {"access": "", "host": "Test.TestNode", "name": "testObject", "url": "Test.TestNode.html#property_testObject", "type": "property"}, {"access": "", "host": "Test.Runner", "name": "testsuitebegin", "url": "Test.Runner.html#event_testsuitebegin", "type": "event"}, {"access": "", "host": "Test.Runner", "name": "testsuitecomplete", "url": "Test.Runner.html#event_testsuitecomplete", "type": "event"}, {"access": "", "host": "Assert.Error", "name": "toString", "url": "Assert.Error.html#method_toString", "type": "method"}, {"access": "", "host": "Assert.ComparisonFailure", "name": "toString", "url": "Assert.ComparisonFailure.html#method_toString", "type": "method"}, {"access": "", "host": "Assert.UnexpectedValue", "name": "unexpected", "url": "Assert.UnexpectedValue.html#property_unexpected", "type": "property"}, {"access": "", "host": "Assert.Error", "name": "valueOf", "url": "Assert.Error.html#method_valueOf", "type": "method"}, {"access": "", "host": "Test.Format.Mock", "name": "verify", "url": "Test.Format.Mock.html#method_verify", "type": "method"}, {"access": "", "host": "Test.Case", "name": "wait", "url": "Test.Case.html#method_wait", "type": "method"}, {"access": "private", "host": "Test.Runner", "name": "_waiting", "url": "Test.Runner.html#property__waiting", "type": "property"}, {"access": "", "host": "Test.Suite", "name": "XML", "url": "Test.Suite.html#method_XML", "type": "method"}, {"access": "", "host": "Assert", "name": "Y.assert", "url": "Assert.html#method_Y.assert", "type": "method"}, {"access": "", "host": "Assert", "name": "Y.fail", "url": "Assert.html#method_Y.fail", "type": "method"}]; |
|
1339 </script> |
|
1340 </body> |
|
1341 </html> |