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