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