| 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.Reporter (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.Reporter |
|
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.Reporter</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 An object capable of sending test results to a server. |
|
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.Reporter</strong> |
|
70 <code> |
|
71 ( |
|
72 |
|
73 |
|
74 |
|
75 url |
|
76 |
|
77 , |
|
78 format |
|
79 ) |
|
80 </code> |
|
81 <div class="description"> |
|
82 <dl rel="yui:parameters"> |
|
83 <dt>Parameters:</dt> |
|
84 <dd rel="yui:parameter"> |
|
85 <code><span property="yui:name">url</span> |
|
86 <<span property="yui:type">String</span>> |
|
87 </code> |
|
88 <span property="yui:description"> The URL to submit the results to.</span> |
|
89 </dd> |
|
90 <dd rel="yui:parameter"> |
|
91 <code><span property="yui:name">format</span> |
|
92 <<span property="yui:type">Function</span>> |
|
93 </code> |
|
94 <span property="yui:description"> (Optiona) A function that outputs the results in a specific format. |
|
95 Default is Y.Test.Format.XML.</span> |
|
96 </dd> |
|
97 </dl> |
|
98 |
|
99 |
|
100 </div> |
|
101 </div> |
|
102 </div> |
|
103 </div> |
|
104 |
|
105 <div rel="yui:properties" resource="#properties"> |
|
106 <div class="section field details"> |
|
107 <h3 id="properties">Properties</h3> |
|
108 <div class="content"> |
|
109 <div class="private" rel="yui:property" resource="#property__fields"> |
|
110 <h4><a name="property__fields" property="yui:name">_fields</a> |
|
111 - <code>private <span property="yui:type">Object</span></code> |
|
112 </h4> |
|
113 <div class="detail"> |
|
114 <div class="description" property="yui:description"> |
|
115 Extra fields to submit with the request. |
|
116 </div> |
|
117 </div> |
|
118 |
|
119 |
|
120 |
|
121 |
|
122 <hr /> |
|
123 </div> |
|
124 <div class="private" rel="yui:property" resource="#property__form"> |
|
125 <h4><a name="property__form" property="yui:name">_form</a> |
|
126 - <code>private <span property="yui:type">HTMLFormElement</span></code> |
|
127 </h4> |
|
128 <div class="detail"> |
|
129 <div class="description" property="yui:description"> |
|
130 The form element used to submit the results. |
|
131 </div> |
|
132 </div> |
|
133 |
|
134 |
|
135 |
|
136 |
|
137 <hr /> |
|
138 </div> |
|
139 <div class="private" rel="yui:property" resource="#property__iframe"> |
|
140 <h4><a name="property__iframe" property="yui:name">_iframe</a> |
|
141 - <code>private <span property="yui:type">HTMLIFrameElement</span></code> |
|
142 </h4> |
|
143 <div class="detail"> |
|
144 <div class="description" property="yui:description"> |
|
145 Iframe used as a target for form submission. |
|
146 </div> |
|
147 </div> |
|
148 |
|
149 |
|
150 |
|
151 |
|
152 <hr /> |
|
153 </div> |
|
154 <div class="" rel="yui:property" resource="#property_format"> |
|
155 <h4><a name="property_format" property="yui:name">format</a> |
|
156 - <code><span property="yui:type">Function</span></code> |
|
157 </h4> |
|
158 <div class="detail"> |
|
159 <div class="description" property="yui:description"> |
|
160 The formatting function to call when submitting the data. |
|
161 </div> |
|
162 </div> |
|
163 |
|
164 |
|
165 |
|
166 |
|
167 <hr /> |
|
168 </div> |
|
169 <div class="" rel="yui:property" resource="#property_url"> |
|
170 <h4><a name="property_url" property="yui:name">url</a> |
|
171 - <code><span property="yui:type">String</span></code> |
|
172 </h4> |
|
173 <div class="detail"> |
|
174 <div class="description" property="yui:description"> |
|
175 The URL to submit the data to. |
|
176 </div> |
|
177 </div> |
|
178 |
|
179 |
|
180 |
|
181 |
|
182 <hr /> |
|
183 </div> |
|
184 </div> |
|
185 </div> |
|
186 |
|
187 </div> |
|
188 |
|
189 <div rel="yui:methods" resource="#methods"> |
|
190 <div class="section method details"> |
|
191 <h3 id="methods">Methods</h3> |
|
192 <div class="content"> |
|
193 <div class="" rel="yui:method" resource="#method_addField"> |
|
194 <h4> |
|
195 <a name="method_addField">addField</a></h4> |
|
196 <div class="detail" > |
|
197 <code> |
|
198 |
|
199 |
|
200 |
|
201 Void |
|
202 <strong property="yui:name">addField</strong> |
|
203 ( |
|
204 |
|
205 |
|
206 name |
|
207 |
|
208 |
|
209 , |
|
210 value |
|
211 |
|
212 |
|
213 ) |
|
214 </code> |
|
215 |
|
216 <div class="description" property="yui:description"> |
|
217 Adds a field to the form that submits the results. |
|
218 </div> |
|
219 |
|
220 <div class="description"> |
|
221 |
|
222 <dl rel="yui:parameters"> |
|
223 <dt>Parameters:</dt> |
|
224 <dd rel="yui:parameter"> |
|
225 <code><span property="yui:name">name</span> |
|
226 <<span property="yui:type">String</span>> |
|
227 </code> |
|
228 <span property="yui:description"> The name of the field.</span> |
|
229 </dd> |
|
230 <dd rel="yui:parameter"> |
|
231 <code><span property="yui:name">value</span> |
|
232 <<span property="yui:type">Variant</span>> |
|
233 </code> |
|
234 <span property="yui:description"> The value of the field.</span> |
|
235 </dd> |
|
236 </dl> |
|
237 |
|
238 <dl> |
|
239 <dt>Returns: |
|
240 <code property="yui:return"> |
|
241 Void |
|
242 </code></dt> |
|
243 <dd property="yui:returnInfo"></dd> |
|
244 </dl> |
|
245 |
|
246 |
|
247 |
|
248 |
|
249 </div> |
|
250 |
|
251 </div> |
|
252 <hr /> |
|
253 </div> |
|
254 <div class="" rel="yui:method" resource="#method_destroy"> |
|
255 <h4> |
|
256 <a name="method_destroy">destroy</a></h4> |
|
257 <div class="detail" > |
|
258 <code> |
|
259 |
|
260 |
|
261 |
|
262 Void |
|
263 <strong property="yui:name">destroy</strong> |
|
264 ( |
|
265 ) |
|
266 </code> |
|
267 |
|
268 <div class="description" property="yui:description"> |
|
269 Cleans up the memory associated with the TestReporter, removing DOM elements |
|
270 that were created. |
|
271 </div> |
|
272 |
|
273 <div class="description"> |
|
274 |
|
275 |
|
276 <dl> |
|
277 <dt>Returns: |
|
278 <code property="yui:return"> |
|
279 Void |
|
280 </code></dt> |
|
281 <dd property="yui:returnInfo"></dd> |
|
282 </dl> |
|
283 |
|
284 |
|
285 |
|
286 |
|
287 </div> |
|
288 |
|
289 </div> |
|
290 <hr /> |
|
291 </div> |
|
292 <div class="" rel="yui:method" resource="#method_report"> |
|
293 <h4> |
|
294 <a name="method_report">report</a></h4> |
|
295 <div class="detail" > |
|
296 <code> |
|
297 |
|
298 |
|
299 |
|
300 Void |
|
301 <strong property="yui:name">report</strong> |
|
302 ( |
|
303 |
|
304 |
|
305 results |
|
306 |
|
307 |
|
308 ) |
|
309 </code> |
|
310 |
|
311 <div class="description" property="yui:description"> |
|
312 Sends the report to the server. |
|
313 </div> |
|
314 |
|
315 <div class="description"> |
|
316 |
|
317 <dl rel="yui:parameters"> |
|
318 <dt>Parameters:</dt> |
|
319 <dd rel="yui:parameter"> |
|
320 <code><span property="yui:name">results</span> |
|
321 <<span property="yui:type">Object</span>> |
|
322 </code> |
|
323 <span property="yui:description"> The results object created by TestRunner.</span> |
|
324 </dd> |
|
325 </dl> |
|
326 |
|
327 <dl> |
|
328 <dt>Returns: |
|
329 <code property="yui:return"> |
|
330 Void |
|
331 </code></dt> |
|
332 <dd property="yui:returnInfo"></dd> |
|
333 </dl> |
|
334 |
|
335 |
|
336 |
|
337 |
|
338 </div> |
|
339 |
|
340 </div> |
|
341 <hr /> |
|
342 </div> |
|
343 </div> |
|
344 </div> |
|
345 |
|
346 </div> |
|
347 |
|
348 <div rel="yui:events" resource="#events"> |
|
349 |
|
350 |
|
351 </div> |
|
352 |
|
353 <div rel="yui:attributes" resource="#configattributes"> |
|
354 |
|
355 </div> |
|
356 |
|
357 </div> |
|
358 </div> |
|
359 <div class="yui-b"> |
|
360 <div class="nav"> |
|
361 |
|
362 <div id="moduleList" class="module"> |
|
363 <h4>Modules</h4> |
|
364 <ul class="content"> |
|
365 <li class=""><a href="module_anim.html" title="anim">anim</a></li> |
|
366 <li class=""><a href="module_attribute.html" title="attribute">attribute</a></li> |
|
367 <li class=""><a href="module_base.html" title="base">base</a></li> |
|
368 <li class=""><a href="module_cache.html" title="cache">cache</a></li> |
|
369 <li class=""><a href="module_classnamemanager.html" title="classnamemanager">classnamemanager</a></li> |
|
370 <li class=""><a href="module_collection.html" title="collection">collection</a></li> |
|
371 <li class=""><a href="module_console.html" title="console">console</a></li> |
|
372 <li class=""><a href="module_console-filters.html" title="console-filters">console-filters</a></li> |
|
373 <li class=""><a href="module_cookie.html" title="cookie">cookie</a></li> |
|
374 <li class=""><a href="module_dataschema.html" title="dataschema">dataschema</a></li> |
|
375 <li class=""><a href="module_datasource.html" title="datasource">datasource</a></li> |
|
376 <li class=""><a href="module_datatype.html" title="datatype">datatype</a></li> |
|
377 <li class=""><a href="module_dd.html" title="dd">dd</a></li> |
|
378 <li class=""><a href="module_dom.html" title="dom">dom</a></li> |
|
379 <li class=""><a href="module_dump.html" title="dump">dump</a></li> |
|
380 <li class=""><a href="module_event.html" title="event">event</a></li> |
|
381 <li class=""><a href="module_event-custom.html" title="event-custom">event-custom</a></li> |
|
382 <li class=""><a href="module_event-simulate.html" title="event-simulate">event-simulate</a></li> |
|
383 <li class=""><a href="module_history.html" title="history">history</a></li> |
|
384 <li class=""><a href="module_imageloader.html" title="imageloader">imageloader</a></li> |
|
385 <li class=""><a href="module_io.html" title="io">io</a></li> |
|
386 <li class=""><a href="module_json.html" title="json">json</a></li> |
|
387 <li class=""><a href="module_node.html" title="node">node</a></li> |
|
388 <li class=""><a href="module_node-focusmanager.html" title="node-focusmanager">node-focusmanager</a></li> |
|
389 <li class=""><a href="module_node-menunav.html" title="node-menunav">node-menunav</a></li> |
|
390 <li class=""><a href="module_oop.html" title="oop">oop</a></li> |
|
391 <li class=""><a href="module_overlay.html" title="overlay">overlay</a></li> |
|
392 <li class=""><a href="module_plugin.html" title="plugin">plugin</a></li> |
|
393 <li class=""><a href="module_profiler.html" title="profiler">profiler</a></li> |
|
394 <li class=""><a href="module_queue.html" title="queue">queue</a></li> |
|
395 <li class=""><a href="module_slider.html" title="slider">slider</a></li> |
|
396 <li class=""><a href="module_stylesheet.html" title="stylesheet">stylesheet</a></li> |
|
397 <li class=""><a href="module_substitute.html" title="substitute">substitute</a></li> |
|
398 <li class="selected"><a href="module_test.html" title="test">test</a></li> |
|
399 <li class=""><a href="module_widget.html" title="widget">widget</a></li> |
|
400 <li class=""><a href="module_widget-position.html" title="widget-position">widget-position</a></li> |
|
401 <li class=""><a href="module_widget-position-ext.html" title="widget-position-ext">widget-position-ext</a></li> |
|
402 <li class=""><a href="module_widget-stack.html" title="widget-stack">widget-stack</a></li> |
|
403 <li class=""><a href="module_widget-stdmod.html" title="widget-stdmod">widget-stdmod</a></li> |
|
404 <li class=""><a href="module_yui.html" title="yui">yui</a></li> |
|
405 </ul> |
|
406 </div> |
|
407 |
|
408 <div id="classList" class="module"> |
|
409 <h4>Classes</h4> |
|
410 <ul class="content"> |
|
411 <li class=""><a href="Assert.html" title="Assert">Assert</a></li> |
|
412 <li class=""><a href="Assert.ComparisonFailure.html" title="Assert.ComparisonFailure">Assert.ComparisonFailure</a></li> |
|
413 <li class=""><a href="Assert.Error.html" title="Assert.Error">Assert.Error</a></li> |
|
414 <li class=""><a href="Assert.ObjectAssert.html" title="Assert.ObjectAssert">Assert.ObjectAssert</a></li> |
|
415 <li class=""><a href="Assert.ShouldError.html" title="Assert.ShouldError">Assert.ShouldError</a></li> |
|
416 <li class=""><a href="Assert.ShouldFail.html" title="Assert.ShouldFail">Assert.ShouldFail</a></li> |
|
417 <li class=""><a href="Assert.UnexpectedError.html" title="Assert.UnexpectedError">Assert.UnexpectedError</a></li> |
|
418 <li class=""><a href="Assert.UnexpectedValue.html" title="Assert.UnexpectedValue">Assert.UnexpectedValue</a></li> |
|
419 <li class=""><a href="Test.ArrayAssert.html" title="Test.ArrayAssert">Test.ArrayAssert</a></li> |
|
420 <li class=""><a href="Test.Case.html" title="Test.Case">Test.Case</a></li> |
|
421 <li class=""><a href="Test.DateAssert.html" title="Test.DateAssert">Test.DateAssert</a></li> |
|
422 <li class=""><a href="Test.Format.Mock.html" title="Test.Format.Mock">Test.Format.Mock</a></li> |
|
423 <li class=""><a href="Test.Manager.html" title="Test.Manager">Test.Manager</a></li> |
|
424 <li class="selected"><a href="Test.Reporter.html" title="Test.Reporter">Test.Reporter</a></li> |
|
425 <li class=""><a href="Test.Runner.html" title="Test.Runner">Test.Runner</a></li> |
|
426 <li class=""><a href="Test.Suite.html" title="Test.Suite">Test.Suite</a></li> |
|
427 <li class=""><a href="Test.TestNode.html" title="Test.TestNode">Test.TestNode</a></li> |
|
428 <li class=""><a href="Test.Wait.html" title="Test.Wait">Test.Wait</a></li> |
|
429 </ul> |
|
430 </div> |
|
431 |
|
432 <div id="fileList" class="module"> |
|
433 <h4>Files</h4> |
|
434 <ul class="content"> |
|
435 <li class=""><a href="ArrayAssert.js.html" title="ArrayAssert.js">ArrayAssert.js</a></li> |
|
436 <li class=""><a href="Assert.js.html" title="Assert.js">Assert.js</a></li> |
|
437 <li class=""><a href="DateAssert.js.html" title="DateAssert.js">DateAssert.js</a></li> |
|
438 <li class=""><a href="Mock.js.html" title="Mock.js">Mock.js</a></li> |
|
439 <li class=""><a href="ObjectAssert.js.html" title="ObjectAssert.js">ObjectAssert.js</a></li> |
|
440 <li class=""><a href="TestCase.js.html" title="TestCase.js">TestCase.js</a></li> |
|
441 <li class=""><a href="TestFormat.js.html" title="TestFormat.js">TestFormat.js</a></li> |
|
442 <li class=""><a href="TestManager.js.html" title="TestManager.js">TestManager.js</a></li> |
|
443 <li class=""><a href="TestReporter.js.html" title="TestReporter.js">TestReporter.js</a></li> |
|
444 <li class=""><a href="TestRunner.js.html" title="TestRunner.js">TestRunner.js</a></li> |
|
445 <li class=""><a href="TestSuite.js.html" title="TestSuite.js">TestSuite.js</a></li> |
|
446 </ul> |
|
447 </div> |
|
448 |
|
449 <div id="propertyList" class="module"> |
|
450 <h4>Properties</h4> |
|
451 <ul class="content"> |
|
452 <li class="private"><a href="#property__fields" title="_fields">_fields</a></li> |
|
453 <li class="private"><a href="#property__form" title="_form">_form</a></li> |
|
454 <li class="private"><a href="#property__iframe" title="_iframe">_iframe</a></li> |
|
455 <li class=""><a href="#property_format" title="format">format</a></li> |
|
456 <li class=""><a href="#property_url" title="url">url</a></li> |
|
457 </ul> |
|
458 </div> |
|
459 |
|
460 <div id="methodsList" class="module"> |
|
461 <h4>Methods</h4> |
|
462 <ul class="content"> |
|
463 <li class=""><a href="#method_addField" title="addField">addField</a></li> |
|
464 <li class=""><a href="#method_destroy" title="destroy">destroy</a></li> |
|
465 <li class=""><a href="#method_report" title="report">report</a></li> |
|
466 </ul> |
|
467 </div> |
|
468 |
|
469 |
|
470 |
|
471 </div> |
|
472 </div> |
|
473 </div> |
|
474 <div id="ft"> |
|
475 <hr /> |
|
476 Copyright © 2009 Yahoo! Inc. All rights reserved. |
|
477 </div> |
|
478 </div> |
|
479 <script type="text/javascript"> |
|
480 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": "", "host": "Test.Reporter", "name": "addField", "url": "Test.Reporter.html#method_addField", "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.DateAssert", "name": "datesAreEqual", "url": "Test.DateAssert.html#method_datesAreEqual", "type": "method"}, {"access": "", "host": "Test.Wait", "name": "delay", "url": "Test.Wait.html#property_delay", "type": "property"}, {"access": "", "host": "Test.Reporter", "name": "destroy", "url": "Test.Reporter.html#method_destroy", "type": "method"}, {"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": "private", "host": "Test.Reporter", "name": "_fields", "url": "Test.Reporter.html#property__fields", "type": "property"}, {"access": "", "host": "Test.TestNode", "name": "firstChild", "url": "Test.TestNode.html#property_firstChild", "type": "property"}, {"access": "private", "host": "Test.Reporter", "name": "_form", "url": "Test.Reporter.html#property__form", "type": "property"}, {"access": "", "host": "Test.Reporter", "name": "format", "url": "Test.Reporter.html#property_format", "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": "private", "host": "Test.Reporter", "name": "_iframe", "url": "Test.Reporter.html#property__iframe", "type": "property"}, {"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": "", "host": "Test.Reporter", "name": "report", "url": "Test.Reporter.html#method_report", "type": "method"}, {"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": "Test.DateAssert", "name": "timesAreEqual", "url": "Test.DateAssert.html#method_timesAreEqual", "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": "Test.Reporter", "name": "url", "url": "Test.Reporter.html#property_url", "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"}]; |
|
481 </script> |
|
482 </body> |
|
483 </html> |