| 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.TestNode (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.TestNode |
|
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 <code>private</code> |
|
48 |
|
49 |
|
50 |
|
51 Class <b property="yui:name">Test.TestNode</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 node in the test tree structure. May represent a TestSuite, TestCase, or |
|
63 test function. |
|
64 </div> |
|
65 |
|
66 <div class="section constructor details" rel="yui:constructor" resource="#constructor"> |
|
67 <h3 id="constructor">Constructor</h3> |
|
68 <div class="content"> |
|
69 <div class="detail"> |
|
70 <strong property="yui:name">Test.TestNode</strong> |
|
71 <code> |
|
72 ( |
|
73 |
|
74 |
|
75 |
|
76 testObject |
|
77 ) |
|
78 </code> |
|
79 <div class="description"> |
|
80 <dl rel="yui:parameters"> |
|
81 <dt>Parameters:</dt> |
|
82 <dd rel="yui:parameter"> |
|
83 <code><span property="yui:name">testObject</span> |
|
84 <<span property="yui:type">Variant</span>> |
|
85 </code> |
|
86 <span property="yui:description"> A TestSuite, TestCase, or the name of a test function.</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="" rel="yui:property" resource="#property_firstChild"> |
|
101 <h4><a name="property_firstChild" property="yui:name">firstChild</a> |
|
102 - <code><span property="yui:type">TestNode</span></code> |
|
103 </h4> |
|
104 <div class="detail"> |
|
105 <div class="description" property="yui:description"> |
|
106 Pointer to this node's first child. |
|
107 </div> |
|
108 </div> |
|
109 |
|
110 |
|
111 |
|
112 |
|
113 <hr /> |
|
114 </div> |
|
115 <div class="" rel="yui:property" resource="#property_lastChild"> |
|
116 <h4><a name="property_lastChild" property="yui:name">lastChild</a> |
|
117 - <code><span property="yui:type">TestNode</span></code> |
|
118 </h4> |
|
119 <div class="detail"> |
|
120 <div class="description" property="yui:description"> |
|
121 Pointer to this node's last child. |
|
122 </div> |
|
123 </div> |
|
124 |
|
125 |
|
126 |
|
127 |
|
128 <hr /> |
|
129 </div> |
|
130 <div class="" rel="yui:property" resource="#property_next"> |
|
131 <h4><a name="property_next" property="yui:name">next</a> |
|
132 - <code><span property="yui:type">TestNode</span></code> |
|
133 </h4> |
|
134 <div class="detail"> |
|
135 <div class="description" property="yui:description"> |
|
136 Pointer to this node's next sibling. |
|
137 </div> |
|
138 </div> |
|
139 |
|
140 |
|
141 |
|
142 |
|
143 <hr /> |
|
144 </div> |
|
145 <div class="" rel="yui:property" resource="#property_parent"> |
|
146 <h4><a name="property_parent" property="yui:name">parent</a> |
|
147 - <code><span property="yui:type">TestNode</span></code> |
|
148 </h4> |
|
149 <div class="detail"> |
|
150 <div class="description" property="yui:description"> |
|
151 Pointer to this node's parent. |
|
152 </div> |
|
153 </div> |
|
154 |
|
155 |
|
156 |
|
157 |
|
158 <hr /> |
|
159 </div> |
|
160 <div class="" rel="yui:property" resource="#property_results"> |
|
161 <h4><a name="property_results" property="yui:name">results</a> |
|
162 - <code><span property="yui:type">object</span></code> |
|
163 </h4> |
|
164 <div class="detail"> |
|
165 <div class="description" property="yui:description"> |
|
166 Test results for this test object. |
|
167 </div> |
|
168 </div> |
|
169 |
|
170 |
|
171 |
|
172 |
|
173 <hr /> |
|
174 </div> |
|
175 <div class="" rel="yui:property" resource="#property_testObject"> |
|
176 <h4><a name="property_testObject" property="yui:name">testObject</a> |
|
177 - <code><span property="yui:type">Variant</span></code> |
|
178 </h4> |
|
179 <div class="detail"> |
|
180 <div class="description" property="yui:description"> |
|
181 The TestSuite, TestCase, or test function represented by this node. |
|
182 </div> |
|
183 </div> |
|
184 |
|
185 |
|
186 |
|
187 |
|
188 <hr /> |
|
189 </div> |
|
190 </div> |
|
191 </div> |
|
192 |
|
193 </div> |
|
194 |
|
195 <div rel="yui:methods" resource="#methods"> |
|
196 <div class="section method details"> |
|
197 <h3 id="methods">Methods</h3> |
|
198 <div class="content"> |
|
199 <div class="" rel="yui:method" resource="#method_appendChild"> |
|
200 <h4> |
|
201 <a name="method_appendChild">appendChild</a></h4> |
|
202 <div class="detail" > |
|
203 <code> |
|
204 |
|
205 |
|
206 |
|
207 Void |
|
208 <strong property="yui:name">appendChild</strong> |
|
209 ( |
|
210 |
|
211 |
|
212 testObject |
|
213 |
|
214 |
|
215 ) |
|
216 </code> |
|
217 |
|
218 <div class="description" property="yui:description"> |
|
219 Appends a new test object (TestSuite, TestCase, or test function name) as a child |
|
220 of this node. |
|
221 </div> |
|
222 |
|
223 <div class="description"> |
|
224 |
|
225 <dl rel="yui:parameters"> |
|
226 <dt>Parameters:</dt> |
|
227 <dd rel="yui:parameter"> |
|
228 <code><span property="yui:name">testObject</span> |
|
229 <<span property="yui:type">Variant</span>> |
|
230 </code> |
|
231 <span property="yui:description"> A TestSuite, TestCase, or the name of a test function.</span> |
|
232 </dd> |
|
233 </dl> |
|
234 |
|
235 |
|
236 |
|
237 |
|
238 |
|
239 </div> |
|
240 |
|
241 </div> |
|
242 <hr /> |
|
243 </div> |
|
244 </div> |
|
245 </div> |
|
246 |
|
247 </div> |
|
248 |
|
249 <div rel="yui:events" resource="#events"> |
|
250 |
|
251 |
|
252 </div> |
|
253 |
|
254 <div rel="yui:attributes" resource="#configattributes"> |
|
255 |
|
256 </div> |
|
257 |
|
258 </div> |
|
259 </div> |
|
260 <div class="yui-b"> |
|
261 <div class="nav"> |
|
262 |
|
263 <div id="moduleList" class="module"> |
|
264 <h4>Modules</h4> |
|
265 <ul class="content"> |
|
266 <li class=""><a href="module_anim.html" title="anim">anim</a></li> |
|
267 <li class=""><a href="module_async-queue.html" title="async-queue">async-queue</a></li> |
|
268 <li class=""><a href="module_attribute.html" title="attribute">attribute</a></li> |
|
269 <li class=""><a href="module_base.html" title="base">base</a></li> |
|
270 <li class=""><a href="module_cache.html" title="cache">cache</a></li> |
|
271 <li class=""><a href="module_classnamemanager.html" title="classnamemanager">classnamemanager</a></li> |
|
272 <li class=""><a href="module_collection.html" title="collection">collection</a></li> |
|
273 <li class=""><a href="module_console.html" title="console">console</a></li> |
|
274 <li class=""><a href="module_console-filters.html" title="console-filters">console-filters</a></li> |
|
275 <li class=""><a href="module_cookie.html" title="cookie">cookie</a></li> |
|
276 <li class=""><a href="module_dataschema.html" title="dataschema">dataschema</a></li> |
|
277 <li class=""><a href="module_datasource.html" title="datasource">datasource</a></li> |
|
278 <li class=""><a href="module_datatype.html" title="datatype">datatype</a></li> |
|
279 <li class=""><a href="module_dd.html" title="dd">dd</a></li> |
|
280 <li class=""><a href="module_dom.html" title="dom">dom</a></li> |
|
281 <li class=""><a href="module_dump.html" title="dump">dump</a></li> |
|
282 <li class=""><a href="module_event.html" title="event">event</a></li> |
|
283 <li class=""><a href="module_event-custom.html" title="event-custom">event-custom</a></li> |
|
284 <li class=""><a href="module_event-simulate.html" title="event-simulate">event-simulate</a></li> |
|
285 <li class=""><a href="module_history.html" title="history">history</a></li> |
|
286 <li class=""><a href="module_imageloader.html" title="imageloader">imageloader</a></li> |
|
287 <li class=""><a href="module_io.html" title="io">io</a></li> |
|
288 <li class=""><a href="module_json.html" title="json">json</a></li> |
|
289 <li class=""><a href="module_node.html" title="node">node</a></li> |
|
290 <li class=""><a href="module_node-focusmanager.html" title="node-focusmanager">node-focusmanager</a></li> |
|
291 <li class=""><a href="module_node-menunav.html" title="node-menunav">node-menunav</a></li> |
|
292 <li class=""><a href="module_oop.html" title="oop">oop</a></li> |
|
293 <li class=""><a href="module_overlay.html" title="overlay">overlay</a></li> |
|
294 <li class=""><a href="module_plugin.html" title="plugin">plugin</a></li> |
|
295 <li class=""><a href="module_profiler.html" title="profiler">profiler</a></li> |
|
296 <li class=""><a href="module_queue-promote.html" title="queue-promote">queue-promote</a></li> |
|
297 <li class=""><a href="module_slider.html" title="slider">slider</a></li> |
|
298 <li class=""><a href="module_stylesheet.html" title="stylesheet">stylesheet</a></li> |
|
299 <li class=""><a href="module_substitute.html" title="substitute">substitute</a></li> |
|
300 <li class="selected"><a href="module_test.html" title="test">test</a></li> |
|
301 <li class=""><a href="module_widget.html" title="widget">widget</a></li> |
|
302 <li class=""><a href="module_widget-position.html" title="widget-position">widget-position</a></li> |
|
303 <li class=""><a href="module_widget-position-ext.html" title="widget-position-ext">widget-position-ext</a></li> |
|
304 <li class=""><a href="module_widget-stack.html" title="widget-stack">widget-stack</a></li> |
|
305 <li class=""><a href="module_widget-stdmod.html" title="widget-stdmod">widget-stdmod</a></li> |
|
306 <li class=""><a href="module_yui.html" title="yui">yui</a></li> |
|
307 </ul> |
|
308 </div> |
|
309 |
|
310 <div id="classList" class="module"> |
|
311 <h4>Classes</h4> |
|
312 <ul class="content"> |
|
313 <li class=""><a href="Assert.html" title="Assert">Assert</a></li> |
|
314 <li class=""><a href="Assert.ComparisonFailure.html" title="Assert.ComparisonFailure">Assert.ComparisonFailure</a></li> |
|
315 <li class=""><a href="Assert.Error.html" title="Assert.Error">Assert.Error</a></li> |
|
316 <li class=""><a href="Assert.ObjectAssert.html" title="Assert.ObjectAssert">Assert.ObjectAssert</a></li> |
|
317 <li class=""><a href="Assert.ShouldError.html" title="Assert.ShouldError">Assert.ShouldError</a></li> |
|
318 <li class=""><a href="Assert.ShouldFail.html" title="Assert.ShouldFail">Assert.ShouldFail</a></li> |
|
319 <li class=""><a href="Assert.UnexpectedError.html" title="Assert.UnexpectedError">Assert.UnexpectedError</a></li> |
|
320 <li class=""><a href="Assert.UnexpectedValue.html" title="Assert.UnexpectedValue">Assert.UnexpectedValue</a></li> |
|
321 <li class=""><a href="Test.ArrayAssert.html" title="Test.ArrayAssert">Test.ArrayAssert</a></li> |
|
322 <li class=""><a href="Test.Case.html" title="Test.Case">Test.Case</a></li> |
|
323 <li class=""><a href="Test.DateAssert.html" title="Test.DateAssert">Test.DateAssert</a></li> |
|
324 <li class=""><a href="Test.Format.Mock.html" title="Test.Format.Mock">Test.Format.Mock</a></li> |
|
325 <li class=""><a href="Test.Manager.html" title="Test.Manager">Test.Manager</a></li> |
|
326 <li class=""><a href="Test.Reporter.html" title="Test.Reporter">Test.Reporter</a></li> |
|
327 <li class=""><a href="Test.Runner.html" title="Test.Runner">Test.Runner</a></li> |
|
328 <li class=""><a href="Test.Suite.html" title="Test.Suite">Test.Suite</a></li> |
|
329 <li class="selected"><a href="Test.TestNode.html" title="Test.TestNode">Test.TestNode</a></li> |
|
330 <li class=""><a href="Test.Wait.html" title="Test.Wait">Test.Wait</a></li> |
|
331 </ul> |
|
332 </div> |
|
333 |
|
334 <div id="fileList" class="module"> |
|
335 <h4>Files</h4> |
|
336 <ul class="content"> |
|
337 <li class=""><a href="ArrayAssert.js.html" title="ArrayAssert.js">ArrayAssert.js</a></li> |
|
338 <li class=""><a href="Assert.js.html" title="Assert.js">Assert.js</a></li> |
|
339 <li class=""><a href="DateAssert.js.html" title="DateAssert.js">DateAssert.js</a></li> |
|
340 <li class=""><a href="Mock.js.html" title="Mock.js">Mock.js</a></li> |
|
341 <li class=""><a href="ObjectAssert.js.html" title="ObjectAssert.js">ObjectAssert.js</a></li> |
|
342 <li class=""><a href="TestCase.js.html" title="TestCase.js">TestCase.js</a></li> |
|
343 <li class=""><a href="TestFormat.js.html" title="TestFormat.js">TestFormat.js</a></li> |
|
344 <li class=""><a href="TestManager.js.html" title="TestManager.js">TestManager.js</a></li> |
|
345 <li class=""><a href="TestReporter.js.html" title="TestReporter.js">TestReporter.js</a></li> |
|
346 <li class=""><a href="TestRunner.js.html" title="TestRunner.js">TestRunner.js</a></li> |
|
347 <li class=""><a href="TestSuite.js.html" title="TestSuite.js">TestSuite.js</a></li> |
|
348 </ul> |
|
349 </div> |
|
350 |
|
351 <div id="propertyList" class="module"> |
|
352 <h4>Properties</h4> |
|
353 <ul class="content"> |
|
354 <li class=""><a href="#property_firstChild" title="firstChild">firstChild</a></li> |
|
355 <li class=""><a href="#property_lastChild" title="lastChild">lastChild</a></li> |
|
356 <li class=""><a href="#property_next" title="next">next</a></li> |
|
357 <li class=""><a href="#property_parent" title="parent">parent</a></li> |
|
358 <li class=""><a href="#property_results" title="results">results</a></li> |
|
359 <li class=""><a href="#property_testObject" title="testObject">testObject</a></li> |
|
360 </ul> |
|
361 </div> |
|
362 |
|
363 <div id="methodsList" class="module"> |
|
364 <h4>Methods</h4> |
|
365 <ul class="content"> |
|
366 <li class=""><a href="#method_appendChild" title="appendChild">appendChild</a></li> |
|
367 </ul> |
|
368 </div> |
|
369 |
|
370 |
|
371 |
|
372 </div> |
|
373 </div> |
|
374 </div> |
|
375 <div id="ft"> |
|
376 <hr /> |
|
377 Copyright © 2009 Yahoo! Inc. All rights reserved. |
|
378 </div> |
|
379 </div> |
|
380 <script type="text/javascript"> |
|
381 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.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": "Assert.UnexpectedError", "name": "cause", "url": "Assert.UnexpectedError.html#property_cause", "type": "property"}, {"access": "", "host": "Test.Wait", "name": "delay", "url": "Test.Wait.html#property_delay", "type": "property"}, {"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.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": "", "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": "Test.TestNode", "name": "lastChild", "url": "Test.TestNode.html#property_lastChild", "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": "", "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": "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.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.TestNode", "name": "testObject", "url": "Test.TestNode.html#property_testObject", "type": "property"}, {"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": "", "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"}]; |
|
382 </script> |
|
383 </body> |
|
384 </html> |