| 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.Suite (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.0</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.Suite |
|
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 |
|
50 |
|
51 Class <b property="yui:name">Test.Suite</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 A test suite that can contain a collection of TestCase and TestSuite objects. |
|
63 </div> |
|
64 |
|
65 <div class="section constructor details" rel="yui:constructor" resource="#constructor"> |
|
66 <h3 id="constructor">Constructor</h3> |
|
67 <div class="content"> |
|
68 <div class="detail"> |
|
69 <strong property="yui:name">Test.Suite</strong> |
|
70 <code> |
|
71 ( |
|
72 |
|
73 |
|
74 |
|
75 data |
|
76 ) |
|
77 </code> |
|
78 <div class="description"> |
|
79 <dl rel="yui:parameters"> |
|
80 <dt>Parameters:</dt> |
|
81 <dd rel="yui:parameter"> |
|
82 <code><span property="yui:name">data</span> |
|
83 <<span property="yui:type">String||Object</span>> |
|
84 </code> |
|
85 <span property="yui:description"> The name of the test suite or an object containing |
|
86 a name property as well as setUp and tearDown methods.</span> |
|
87 </dd> |
|
88 </dl> |
|
89 |
|
90 |
|
91 </div> |
|
92 </div> |
|
93 </div> |
|
94 </div> |
|
95 |
|
96 <div rel="yui:properties" resource="#properties"> |
|
97 <div class="section field details"> |
|
98 <h3 id="properties">Properties</h3> |
|
99 <div class="content"> |
|
100 <div class="private" rel="yui:property" resource="#property_items"> |
|
101 <h4><a name="property_items" property="yui:name">items</a> |
|
102 - <code>private <span property="yui:type">object</span></code> |
|
103 </h4> |
|
104 <div class="detail"> |
|
105 <div class="description" property="yui:description"> |
|
106 Array of test suites and |
|
107 </div> |
|
108 </div> |
|
109 |
|
110 |
|
111 |
|
112 |
|
113 <hr /> |
|
114 </div> |
|
115 <div class="" rel="yui:property" resource="#property_name"> |
|
116 <h4><a name="property_name" property="yui:name">name</a> |
|
117 - <code><span property="yui:type">String</span></code> |
|
118 </h4> |
|
119 <div class="detail"> |
|
120 <div class="description" property="yui:description"> |
|
121 The name of the test suite. |
|
122 </div> |
|
123 </div> |
|
124 |
|
125 |
|
126 |
|
127 |
|
128 <hr /> |
|
129 </div> |
|
130 </div> |
|
131 </div> |
|
132 |
|
133 </div> |
|
134 |
|
135 <div rel="yui:methods" resource="#methods"> |
|
136 <div class="section method details"> |
|
137 <h3 id="methods">Methods</h3> |
|
138 <div class="content"> |
|
139 <div class="" rel="yui:method" resource="#method_add"> |
|
140 <h4> |
|
141 <a name="method_add">add</a></h4> |
|
142 <div class="detail" > |
|
143 <code> |
|
144 |
|
145 |
|
146 |
|
147 Void |
|
148 <strong property="yui:name">add</strong> |
|
149 ( |
|
150 |
|
151 |
|
152 testObject |
|
153 |
|
154 |
|
155 ) |
|
156 </code> |
|
157 |
|
158 <div class="description" property="yui:description"> |
|
159 Adds a test suite or test case to the test suite. |
|
160 </div> |
|
161 |
|
162 <div class="description"> |
|
163 |
|
164 <dl rel="yui:parameters"> |
|
165 <dt>Parameters:</dt> |
|
166 <dd rel="yui:parameter"> |
|
167 <code><span property="yui:name">testObject</span> |
|
168 <<span property="yui:type">Y.Test.Suite||Y.Test.Case</span>> |
|
169 </code> |
|
170 <span property="yui:description"> The test suite or test case to add.</span> |
|
171 </dd> |
|
172 </dl> |
|
173 |
|
174 |
|
175 |
|
176 |
|
177 |
|
178 </div> |
|
179 |
|
180 </div> |
|
181 <hr /> |
|
182 </div> |
|
183 <div class="" rel="yui:method" resource="#method_JSON"> |
|
184 <h4> |
|
185 <a name="method_JSON">JSON</a></h4> |
|
186 <div class="detail" > |
|
187 <code> |
|
188 |
|
189 static |
|
190 |
|
191 String |
|
192 <strong property="yui:name">JSON</strong> |
|
193 ( |
|
194 |
|
195 |
|
196 result |
|
197 |
|
198 |
|
199 ) |
|
200 </code> |
|
201 |
|
202 <div class="description" property="yui:description"> |
|
203 Returns test results formatted as a JSON string. Requires JSON utility. |
|
204 </div> |
|
205 |
|
206 <div class="description"> |
|
207 |
|
208 <dl rel="yui:parameters"> |
|
209 <dt>Parameters:</dt> |
|
210 <dd rel="yui:parameter"> |
|
211 <code><span property="yui:name">result</span> |
|
212 <<span property="yui:type">Object</span>> |
|
213 </code> |
|
214 <span property="yui:description"> The results object created by TestRunner.</span> |
|
215 </dd> |
|
216 </dl> |
|
217 |
|
218 <dl> |
|
219 <dt>Returns: |
|
220 <code property="yui:return"> |
|
221 String |
|
222 </code></dt> |
|
223 <dd property="yui:returnInfo">A JSON-formatted string of results.</dd> |
|
224 </dl> |
|
225 |
|
226 |
|
227 |
|
228 |
|
229 </div> |
|
230 |
|
231 </div> |
|
232 <hr /> |
|
233 </div> |
|
234 <div class="" rel="yui:method" resource="#method_JUnitXML"> |
|
235 <h4> |
|
236 <a name="method_JUnitXML">JUnitXML</a></h4> |
|
237 <div class="detail" > |
|
238 <code> |
|
239 |
|
240 static |
|
241 |
|
242 String |
|
243 <strong property="yui:name">JUnitXML</strong> |
|
244 ( |
|
245 |
|
246 |
|
247 result |
|
248 |
|
249 |
|
250 ) |
|
251 </code> |
|
252 |
|
253 <div class="description" property="yui:description"> |
|
254 Returns test results formatted in JUnit XML format. |
|
255 </div> |
|
256 |
|
257 <div class="description"> |
|
258 |
|
259 <dl rel="yui:parameters"> |
|
260 <dt>Parameters:</dt> |
|
261 <dd rel="yui:parameter"> |
|
262 <code><span property="yui:name">result</span> |
|
263 <<span property="yui:type">Object</span>> |
|
264 </code> |
|
265 <span property="yui:description"> The results object created by TestRunner.</span> |
|
266 </dd> |
|
267 </dl> |
|
268 |
|
269 <dl> |
|
270 <dt>Returns: |
|
271 <code property="yui:return"> |
|
272 String |
|
273 </code></dt> |
|
274 <dd property="yui:returnInfo">An XML-formatted string of results.</dd> |
|
275 </dl> |
|
276 |
|
277 |
|
278 |
|
279 |
|
280 </div> |
|
281 |
|
282 </div> |
|
283 <hr /> |
|
284 </div> |
|
285 <div class="" rel="yui:method" resource="#method_setUp"> |
|
286 <h4> |
|
287 <a name="method_setUp">setUp</a></h4> |
|
288 <div class="detail" > |
|
289 <code> |
|
290 |
|
291 |
|
292 |
|
293 Void |
|
294 <strong property="yui:name">setUp</strong> |
|
295 ( |
|
296 ) |
|
297 </code> |
|
298 |
|
299 <div class="description" property="yui:description"> |
|
300 Function to run before each test is executed. |
|
301 </div> |
|
302 |
|
303 <div class="description"> |
|
304 |
|
305 |
|
306 |
|
307 |
|
308 |
|
309 |
|
310 </div> |
|
311 |
|
312 </div> |
|
313 <hr /> |
|
314 </div> |
|
315 <div class="" rel="yui:method" resource="#method_tearDown"> |
|
316 <h4> |
|
317 <a name="method_tearDown">tearDown</a></h4> |
|
318 <div class="detail" > |
|
319 <code> |
|
320 |
|
321 |
|
322 |
|
323 Void |
|
324 <strong property="yui:name">tearDown</strong> |
|
325 ( |
|
326 ) |
|
327 </code> |
|
328 |
|
329 <div class="description" property="yui:description"> |
|
330 Function to run after each test is executed. |
|
331 </div> |
|
332 |
|
333 <div class="description"> |
|
334 |
|
335 |
|
336 |
|
337 |
|
338 |
|
339 |
|
340 </div> |
|
341 |
|
342 </div> |
|
343 <hr /> |
|
344 </div> |
|
345 <div class="" rel="yui:method" resource="#method_XML"> |
|
346 <h4> |
|
347 <a name="method_XML">XML</a></h4> |
|
348 <div class="detail" > |
|
349 <code> |
|
350 |
|
351 static |
|
352 |
|
353 String |
|
354 <strong property="yui:name">XML</strong> |
|
355 ( |
|
356 |
|
357 |
|
358 result |
|
359 |
|
360 |
|
361 ) |
|
362 </code> |
|
363 |
|
364 <div class="description" property="yui:description"> |
|
365 Returns test results formatted as an XML string. |
|
366 </div> |
|
367 |
|
368 <div class="description"> |
|
369 |
|
370 <dl rel="yui:parameters"> |
|
371 <dt>Parameters:</dt> |
|
372 <dd rel="yui:parameter"> |
|
373 <code><span property="yui:name">result</span> |
|
374 <<span property="yui:type">Object</span>> |
|
375 </code> |
|
376 <span property="yui:description"> The results object created by TestRunner.</span> |
|
377 </dd> |
|
378 </dl> |
|
379 |
|
380 <dl> |
|
381 <dt>Returns: |
|
382 <code property="yui:return"> |
|
383 String |
|
384 </code></dt> |
|
385 <dd property="yui:returnInfo">An XML-formatted string of results.</dd> |
|
386 </dl> |
|
387 |
|
388 |
|
389 |
|
390 |
|
391 </div> |
|
392 |
|
393 </div> |
|
394 <hr /> |
|
395 </div> |
|
396 </div> |
|
397 </div> |
|
398 |
|
399 </div> |
|
400 |
|
401 <div rel="yui:events" resource="#events"> |
|
402 |
|
403 |
|
404 </div> |
|
405 |
|
406 <div rel="yui:attributes" resource="#configattributes"> |
|
407 |
|
408 </div> |
|
409 |
|
410 </div> |
|
411 </div> |
|
412 <div class="yui-b"> |
|
413 <div class="nav"> |
|
414 |
|
415 <div id="moduleList" class="module"> |
|
416 <h4>Modules</h4> |
|
417 <ul class="content"> |
|
418 <li class=""><a href="module_anim.html" title="anim">anim</a></li> |
|
419 <li class=""><a href="module_async-queue.html" title="async-queue">async-queue</a></li> |
|
420 <li class=""><a href="module_attribute.html" title="attribute">attribute</a></li> |
|
421 <li class=""><a href="module_base.html" title="base">base</a></li> |
|
422 <li class=""><a href="module_cache.html" title="cache">cache</a></li> |
|
423 <li class=""><a href="module_classnamemanager.html" title="classnamemanager">classnamemanager</a></li> |
|
424 <li class=""><a href="module_collection.html" title="collection">collection</a></li> |
|
425 <li class=""><a href="module_console.html" title="console">console</a></li> |
|
426 <li class=""><a href="module_console-filters.html" title="console-filters">console-filters</a></li> |
|
427 <li class=""><a href="module_cookie.html" title="cookie">cookie</a></li> |
|
428 <li class=""><a href="module_dataschema.html" title="dataschema">dataschema</a></li> |
|
429 <li class=""><a href="module_datasource.html" title="datasource">datasource</a></li> |
|
430 <li class=""><a href="module_datatype.html" title="datatype">datatype</a></li> |
|
431 <li class=""><a href="module_dd.html" title="dd">dd</a></li> |
|
432 <li class=""><a href="module_dom.html" title="dom">dom</a></li> |
|
433 <li class=""><a href="module_dump.html" title="dump">dump</a></li> |
|
434 <li class=""><a href="module_event.html" title="event">event</a></li> |
|
435 <li class=""><a href="module_event-custom.html" title="event-custom">event-custom</a></li> |
|
436 <li class=""><a href="module_event-simulate.html" title="event-simulate">event-simulate</a></li> |
|
437 <li class=""><a href="module_history.html" title="history">history</a></li> |
|
438 <li class=""><a href="module_imageloader.html" title="imageloader">imageloader</a></li> |
|
439 <li class=""><a href="module_io.html" title="io">io</a></li> |
|
440 <li class=""><a href="module_json.html" title="json">json</a></li> |
|
441 <li class=""><a href="module_node.html" title="node">node</a></li> |
|
442 <li class=""><a href="module_node-focusmanager.html" title="node-focusmanager">node-focusmanager</a></li> |
|
443 <li class=""><a href="module_node-menunav.html" title="node-menunav">node-menunav</a></li> |
|
444 <li class=""><a href="module_oop.html" title="oop">oop</a></li> |
|
445 <li class=""><a href="module_overlay.html" title="overlay">overlay</a></li> |
|
446 <li class=""><a href="module_plugin.html" title="plugin">plugin</a></li> |
|
447 <li class=""><a href="module_profiler.html" title="profiler">profiler</a></li> |
|
448 <li class=""><a href="module_queue-promote.html" title="queue-promote">queue-promote</a></li> |
|
449 <li class=""><a href="module_slider.html" title="slider">slider</a></li> |
|
450 <li class=""><a href="module_stylesheet.html" title="stylesheet">stylesheet</a></li> |
|
451 <li class=""><a href="module_substitute.html" title="substitute">substitute</a></li> |
|
452 <li class="selected"><a href="module_test.html" title="test">test</a></li> |
|
453 <li class=""><a href="module_widget.html" title="widget">widget</a></li> |
|
454 <li class=""><a href="module_widget-position.html" title="widget-position">widget-position</a></li> |
|
455 <li class=""><a href="module_widget-position-ext.html" title="widget-position-ext">widget-position-ext</a></li> |
|
456 <li class=""><a href="module_widget-stack.html" title="widget-stack">widget-stack</a></li> |
|
457 <li class=""><a href="module_widget-stdmod.html" title="widget-stdmod">widget-stdmod</a></li> |
|
458 <li class=""><a href="module_yui.html" title="yui">yui</a></li> |
|
459 </ul> |
|
460 </div> |
|
461 |
|
462 <div id="classList" class="module"> |
|
463 <h4>Classes</h4> |
|
464 <ul class="content"> |
|
465 <li class=""><a href="Assert.html" title="Assert">Assert</a></li> |
|
466 <li class=""><a href="Assert.ComparisonFailure.html" title="Assert.ComparisonFailure">Assert.ComparisonFailure</a></li> |
|
467 <li class=""><a href="Assert.Error.html" title="Assert.Error">Assert.Error</a></li> |
|
468 <li class=""><a href="Assert.ObjectAssert.html" title="Assert.ObjectAssert">Assert.ObjectAssert</a></li> |
|
469 <li class=""><a href="Assert.ShouldError.html" title="Assert.ShouldError">Assert.ShouldError</a></li> |
|
470 <li class=""><a href="Assert.ShouldFail.html" title="Assert.ShouldFail">Assert.ShouldFail</a></li> |
|
471 <li class=""><a href="Assert.UnexpectedError.html" title="Assert.UnexpectedError">Assert.UnexpectedError</a></li> |
|
472 <li class=""><a href="Assert.UnexpectedValue.html" title="Assert.UnexpectedValue">Assert.UnexpectedValue</a></li> |
|
473 <li class=""><a href="Test.ArrayAssert.html" title="Test.ArrayAssert">Test.ArrayAssert</a></li> |
|
474 <li class=""><a href="Test.Case.html" title="Test.Case">Test.Case</a></li> |
|
475 <li class=""><a href="Test.DateAssert.html" title="Test.DateAssert">Test.DateAssert</a></li> |
|
476 <li class=""><a href="Test.Format.Mock.html" title="Test.Format.Mock">Test.Format.Mock</a></li> |
|
477 <li class=""><a href="Test.Manager.html" title="Test.Manager">Test.Manager</a></li> |
|
478 <li class=""><a href="Test.Reporter.html" title="Test.Reporter">Test.Reporter</a></li> |
|
479 <li class=""><a href="Test.Runner.html" title="Test.Runner">Test.Runner</a></li> |
|
480 <li class="selected"><a href="Test.Suite.html" title="Test.Suite">Test.Suite</a></li> |
|
481 <li class=""><a href="Test.TestNode.html" title="Test.TestNode">Test.TestNode</a></li> |
|
482 <li class=""><a href="Test.Wait.html" title="Test.Wait">Test.Wait</a></li> |
|
483 </ul> |
|
484 </div> |
|
485 |
|
486 <div id="fileList" class="module"> |
|
487 <h4>Files</h4> |
|
488 <ul class="content"> |
|
489 <li class=""><a href="ArrayAssert.js.html" title="ArrayAssert.js">ArrayAssert.js</a></li> |
|
490 <li class=""><a href="Assert.js.html" title="Assert.js">Assert.js</a></li> |
|
491 <li class=""><a href="DateAssert.js.html" title="DateAssert.js">DateAssert.js</a></li> |
|
492 <li class=""><a href="Mock.js.html" title="Mock.js">Mock.js</a></li> |
|
493 <li class=""><a href="ObjectAssert.js.html" title="ObjectAssert.js">ObjectAssert.js</a></li> |
|
494 <li class=""><a href="TestCase.js.html" title="TestCase.js">TestCase.js</a></li> |
|
495 <li class=""><a href="TestFormat.js.html" title="TestFormat.js">TestFormat.js</a></li> |
|
496 <li class=""><a href="TestManager.js.html" title="TestManager.js">TestManager.js</a></li> |
|
497 <li class=""><a href="TestReporter.js.html" title="TestReporter.js">TestReporter.js</a></li> |
|
498 <li class=""><a href="TestRunner.js.html" title="TestRunner.js">TestRunner.js</a></li> |
|
499 <li class=""><a href="TestSuite.js.html" title="TestSuite.js">TestSuite.js</a></li> |
|
500 </ul> |
|
501 </div> |
|
502 |
|
503 <div id="propertyList" class="module"> |
|
504 <h4>Properties</h4> |
|
505 <ul class="content"> |
|
506 <li class="private"><a href="#property_items" title="items">items</a></li> |
|
507 <li class=""><a href="#property_name" title="name">name</a></li> |
|
508 </ul> |
|
509 </div> |
|
510 |
|
511 <div id="methodsList" class="module"> |
|
512 <h4>Methods</h4> |
|
513 <ul class="content"> |
|
514 <li class=""><a href="#method_add" title="add">add</a></li> |
|
515 <li class=""><a href="#method_JSON" title="JSON">JSON</a></li> |
|
516 <li class=""><a href="#method_JUnitXML" title="JUnitXML">JUnitXML</a></li> |
|
517 <li class=""><a href="#method_setUp" title="setUp">setUp</a></li> |
|
518 <li class=""><a href="#method_tearDown" title="tearDown">tearDown</a></li> |
|
519 <li class=""><a href="#method_XML" title="XML">XML</a></li> |
|
520 </ul> |
|
521 </div> |
|
522 |
|
523 |
|
524 |
|
525 </div> |
|
526 </div> |
|
527 </div> |
|
528 <div id="ft"> |
|
529 <hr /> |
|
530 Copyright © 2009 Yahoo! Inc. All rights reserved. |
|
531 </div> |
|
532 </div> |
|
533 <script type="text/javascript"> |
|
534 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": "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": "Assert.UnexpectedError", "name": "cause", "url": "Assert.UnexpectedError.html#property_cause", "type": "property"}, {"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": "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": "", "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": "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": "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.Suite", "name": "JUnitXML", "url": "Test.Suite.html#method_JUnitXML", "type": "method"}, {"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": "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": "protected", "host": "Assert", "name": "_reset", "url": "Assert.html#method__reset", "type": "method"}, {"access": "", "host": "Test.Suite", "name": "setUp", "url": "Test.Suite.html#method_setUp", "type": "method"}, {"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": "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.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"}]; |
|
535 </script> |
|
536 </body> |
|
537 </html> |