smparkes-jazrb 0.0.9 → 0.0.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.rdoc +2 -0
- data/bin/jazrb +46 -14
- data/doc/jasmine/files.html +165 -11
- data/doc/jasmine/index.html +5 -13
- data/doc/jasmine/symbols/_global_.html +145 -19
- data/doc/jasmine/symbols/jasmine.Block.html +72 -6
- data/doc/jasmine/symbols/jasmine.Clock.html +678 -0
- data/doc/jasmine/symbols/jasmine.Env.html +632 -16
- data/doc/jasmine/symbols/jasmine.EnvjsReporter.html +1 -1
- data/doc/jasmine/symbols/jasmine.JsApiReporter.html +500 -6
- data/doc/jasmine/symbols/jasmine.Matchers.html +228 -9
- data/doc/jasmine/symbols/jasmine.MultiReporter.html +72 -6
- data/doc/jasmine/symbols/jasmine.NestedResults.html +5 -7
- data/doc/jasmine/symbols/jasmine.Reporter.html +252 -6
- data/doc/jasmine/symbols/jasmine.Runner.html +377 -6
- data/doc/jasmine/symbols/jasmine.Spec.html +972 -8
- data/doc/jasmine/symbols/jasmine.Spy.html +6 -8
- data/doc/jasmine/symbols/jasmine.Suite.html +354 -6
- data/doc/jasmine/symbols/jasmine.XMLReporter.html +1 -1
- data/doc/jasmine/symbols/jasmine.html +571 -18
- data/doc/jasmine/symbols/jasmine.util.html +213 -6
- data/doc/jasmine/symbols/src/src_Block.js.html +29 -0
- data/doc/jasmine/symbols/src/src_Env.js.html +232 -0
- data/doc/jasmine/symbols/src/src_JsApiReporter.js.html +110 -0
- data/doc/jasmine/symbols/src/src_Matchers.js.html +399 -0
- data/doc/jasmine/symbols/src/src_MultiReporter.js.html +36 -0
- data/doc/jasmine/symbols/src/src_NestedResults.js.html +88 -0
- data/doc/jasmine/symbols/src/src_PrettyPrinter.js.html +128 -0
- data/doc/jasmine/symbols/src/src_Queue.js.html +119 -0
- data/doc/jasmine/symbols/src/src_Reporter.js.html +35 -0
- data/doc/jasmine/symbols/src/src_Reporters.js.html +51 -0
- data/doc/jasmine/symbols/src/src_Runner.js.html +75 -0
- data/doc/jasmine/symbols/src/src_Spec.js.html +228 -0
- data/doc/jasmine/symbols/src/src_Suite.js.html +77 -0
- data/doc/jasmine/symbols/src/src_WaitsBlock.js.html +21 -0
- data/doc/jasmine/symbols/src/src_WaitsForBlock.js.html +45 -0
- data/doc/jasmine/symbols/src/src_base.js.html +557 -0
- data/doc/jasmine/symbols/src/src_mock-timeout.js.html +185 -0
- data/doc/jasmine/symbols/src/src_util.js.html +75 -0
- data/lib/jazrb/intro.js +32 -3
- data/lib/jazrb/jasmine/XMLReporter.js +36 -2
- data/lib/jazrb/jasmine/jasmine-0.10.0.js +73 -15
- data/lib/jazrb/jasmine/jasmine.js +73 -15
- data/lib/jazrb/options.rb +5 -0
- data/lib/jazrb/qintro.js +113 -0
- data/lib/jazrb/qoutro.js +3 -0
- data/lib/jazrb/qunit/qunit.css +17 -0
- data/lib/jazrb/qunit/qunit.js +1027 -0
- metadata +26 -7
- data/doc/jasmine/symbols/src/lib_consolex.js.html +0 -35
- data/doc/jasmine/symbols/src/lib_jasmine-0.10.0.js.html +0 -2302
- data/doc/jasmine/symbols/src/lib_jasmine-0.9.0.js.html +0 -2212
- data/doc/jasmine/symbols/src/lib_json2.js.html +0 -486
@@ -195,9 +195,9 @@ ul.inheritsList
|
|
195
195
|
|
196
196
|
<li><a href="../symbols/jasmine.Block.html">jasmine.Block</a></li>
|
197
197
|
|
198
|
-
<li><a href="../symbols/jasmine.
|
198
|
+
<li><a href="../symbols/jasmine.Clock.html">jasmine.Clock</a></li>
|
199
199
|
|
200
|
-
<li><a href="../symbols/jasmine.
|
200
|
+
<li><a href="../symbols/jasmine.Env.html">jasmine.Env</a></li>
|
201
201
|
|
202
202
|
<li><a href="../symbols/jasmine.JsApiReporter.html">jasmine.JsApiReporter</a></li>
|
203
203
|
|
@@ -219,8 +219,6 @@ ul.inheritsList
|
|
219
219
|
|
220
220
|
<li><a href="../symbols/jasmine.util.html">jasmine.util</a></li>
|
221
221
|
|
222
|
-
<li><a href="../symbols/jasmine.XMLReporter.html">jasmine.XMLReporter</a></li>
|
223
|
-
|
224
222
|
</ul>
|
225
223
|
<hr />
|
226
224
|
<!-- end publish.classesIndex -->
|
@@ -240,7 +238,7 @@ ul.inheritsList
|
|
240
238
|
|
241
239
|
|
242
240
|
|
243
|
-
<br /><i>Defined in: </i> <a href="../symbols/src/
|
241
|
+
<br /><i>Defined in: </i> <a href="../symbols/src/src_Reporter.js.html">Reporter.js</a>.
|
244
242
|
|
245
243
|
</p>
|
246
244
|
|
@@ -273,6 +271,69 @@ ul.inheritsList
|
|
273
271
|
|
274
272
|
<!-- ============================== methods summary ======================== -->
|
275
273
|
|
274
|
+
|
275
|
+
|
276
|
+
<table class="summaryTable" cellspacing="0" summary="A summary of the methods documented in the class jasmine.Reporter.">
|
277
|
+
<caption>Method Summary</caption>
|
278
|
+
<thead>
|
279
|
+
<tr>
|
280
|
+
<th scope="col">Method Attributes</th>
|
281
|
+
<th scope="col">Method Name and Description</th>
|
282
|
+
</tr>
|
283
|
+
</thead>
|
284
|
+
<tbody>
|
285
|
+
|
286
|
+
<tr>
|
287
|
+
<td class="attributes"> </td>
|
288
|
+
<td class="nameDescription">
|
289
|
+
<div class="fixedFont"><b><a href="../symbols/jasmine.Reporter.html#log">log</a></b>(str)
|
290
|
+
</div>
|
291
|
+
<div class="description"></div>
|
292
|
+
</td>
|
293
|
+
</tr>
|
294
|
+
|
295
|
+
<tr>
|
296
|
+
<td class="attributes"> </td>
|
297
|
+
<td class="nameDescription">
|
298
|
+
<div class="fixedFont"><b><a href="../symbols/jasmine.Reporter.html#reportRunnerResults">reportRunnerResults</a></b>(runner)
|
299
|
+
</div>
|
300
|
+
<div class="description"></div>
|
301
|
+
</td>
|
302
|
+
</tr>
|
303
|
+
|
304
|
+
<tr>
|
305
|
+
<td class="attributes"> </td>
|
306
|
+
<td class="nameDescription">
|
307
|
+
<div class="fixedFont"><b><a href="../symbols/jasmine.Reporter.html#reportRunnerStarting">reportRunnerStarting</a></b>(runner)
|
308
|
+
</div>
|
309
|
+
<div class="description"></div>
|
310
|
+
</td>
|
311
|
+
</tr>
|
312
|
+
|
313
|
+
<tr>
|
314
|
+
<td class="attributes"> </td>
|
315
|
+
<td class="nameDescription">
|
316
|
+
<div class="fixedFont"><b><a href="../symbols/jasmine.Reporter.html#reportSpecResults">reportSpecResults</a></b>(spec)
|
317
|
+
</div>
|
318
|
+
<div class="description"></div>
|
319
|
+
</td>
|
320
|
+
</tr>
|
321
|
+
|
322
|
+
<tr>
|
323
|
+
<td class="attributes"> </td>
|
324
|
+
<td class="nameDescription">
|
325
|
+
<div class="fixedFont"><b><a href="../symbols/jasmine.Reporter.html#reportSuiteResults">reportSuiteResults</a></b>(suite)
|
326
|
+
</div>
|
327
|
+
<div class="description"></div>
|
328
|
+
</td>
|
329
|
+
</tr>
|
330
|
+
|
331
|
+
</tbody>
|
332
|
+
</table>
|
333
|
+
|
334
|
+
|
335
|
+
|
336
|
+
|
276
337
|
<!-- ============================== events summary ======================== -->
|
277
338
|
|
278
339
|
|
@@ -311,6 +372,191 @@ ul.inheritsList
|
|
311
372
|
|
312
373
|
<!-- ============================== method details ========================= -->
|
313
374
|
|
375
|
+
<div class="sectionTitle">
|
376
|
+
Method Detail
|
377
|
+
</div>
|
378
|
+
|
379
|
+
<a name="log"> </a>
|
380
|
+
<div class="fixedFont">
|
381
|
+
|
382
|
+
|
383
|
+
<b>log</b>(str)
|
384
|
+
|
385
|
+
</div>
|
386
|
+
<div class="description">
|
387
|
+
|
388
|
+
|
389
|
+
|
390
|
+
</div>
|
391
|
+
|
392
|
+
|
393
|
+
|
394
|
+
|
395
|
+
<dl class="detailList">
|
396
|
+
<dt class="heading">Parameters:</dt>
|
397
|
+
|
398
|
+
<dt>
|
399
|
+
<b>str</b>
|
400
|
+
|
401
|
+
</dt>
|
402
|
+
<dd></dd>
|
403
|
+
|
404
|
+
</dl>
|
405
|
+
|
406
|
+
|
407
|
+
|
408
|
+
|
409
|
+
|
410
|
+
|
411
|
+
|
412
|
+
|
413
|
+
<hr />
|
414
|
+
|
415
|
+
<a name="reportRunnerResults"> </a>
|
416
|
+
<div class="fixedFont">
|
417
|
+
|
418
|
+
|
419
|
+
<b>reportRunnerResults</b>(runner)
|
420
|
+
|
421
|
+
</div>
|
422
|
+
<div class="description">
|
423
|
+
|
424
|
+
|
425
|
+
|
426
|
+
</div>
|
427
|
+
|
428
|
+
|
429
|
+
|
430
|
+
|
431
|
+
<dl class="detailList">
|
432
|
+
<dt class="heading">Parameters:</dt>
|
433
|
+
|
434
|
+
<dt>
|
435
|
+
<b>runner</b>
|
436
|
+
|
437
|
+
</dt>
|
438
|
+
<dd></dd>
|
439
|
+
|
440
|
+
</dl>
|
441
|
+
|
442
|
+
|
443
|
+
|
444
|
+
|
445
|
+
|
446
|
+
|
447
|
+
|
448
|
+
|
449
|
+
<hr />
|
450
|
+
|
451
|
+
<a name="reportRunnerStarting"> </a>
|
452
|
+
<div class="fixedFont">
|
453
|
+
|
454
|
+
|
455
|
+
<b>reportRunnerStarting</b>(runner)
|
456
|
+
|
457
|
+
</div>
|
458
|
+
<div class="description">
|
459
|
+
|
460
|
+
|
461
|
+
|
462
|
+
</div>
|
463
|
+
|
464
|
+
|
465
|
+
|
466
|
+
|
467
|
+
<dl class="detailList">
|
468
|
+
<dt class="heading">Parameters:</dt>
|
469
|
+
|
470
|
+
<dt>
|
471
|
+
<b>runner</b>
|
472
|
+
|
473
|
+
</dt>
|
474
|
+
<dd></dd>
|
475
|
+
|
476
|
+
</dl>
|
477
|
+
|
478
|
+
|
479
|
+
|
480
|
+
|
481
|
+
|
482
|
+
|
483
|
+
|
484
|
+
|
485
|
+
<hr />
|
486
|
+
|
487
|
+
<a name="reportSpecResults"> </a>
|
488
|
+
<div class="fixedFont">
|
489
|
+
|
490
|
+
|
491
|
+
<b>reportSpecResults</b>(spec)
|
492
|
+
|
493
|
+
</div>
|
494
|
+
<div class="description">
|
495
|
+
|
496
|
+
|
497
|
+
|
498
|
+
</div>
|
499
|
+
|
500
|
+
|
501
|
+
|
502
|
+
|
503
|
+
<dl class="detailList">
|
504
|
+
<dt class="heading">Parameters:</dt>
|
505
|
+
|
506
|
+
<dt>
|
507
|
+
<b>spec</b>
|
508
|
+
|
509
|
+
</dt>
|
510
|
+
<dd></dd>
|
511
|
+
|
512
|
+
</dl>
|
513
|
+
|
514
|
+
|
515
|
+
|
516
|
+
|
517
|
+
|
518
|
+
|
519
|
+
|
520
|
+
|
521
|
+
<hr />
|
522
|
+
|
523
|
+
<a name="reportSuiteResults"> </a>
|
524
|
+
<div class="fixedFont">
|
525
|
+
|
526
|
+
|
527
|
+
<b>reportSuiteResults</b>(suite)
|
528
|
+
|
529
|
+
</div>
|
530
|
+
<div class="description">
|
531
|
+
|
532
|
+
|
533
|
+
|
534
|
+
</div>
|
535
|
+
|
536
|
+
|
537
|
+
|
538
|
+
|
539
|
+
<dl class="detailList">
|
540
|
+
<dt class="heading">Parameters:</dt>
|
541
|
+
|
542
|
+
<dt>
|
543
|
+
<b>suite</b>
|
544
|
+
|
545
|
+
</dt>
|
546
|
+
<dd></dd>
|
547
|
+
|
548
|
+
</dl>
|
549
|
+
|
550
|
+
|
551
|
+
|
552
|
+
|
553
|
+
|
554
|
+
|
555
|
+
|
556
|
+
|
557
|
+
|
558
|
+
|
559
|
+
|
314
560
|
|
315
561
|
<!-- ============================== event details ========================= -->
|
316
562
|
|
@@ -322,7 +568,7 @@ ul.inheritsList
|
|
322
568
|
<!-- ============================== footer ================================= -->
|
323
569
|
<div class="fineprint" style="clear:both">
|
324
570
|
|
325
|
-
Documentation generated by <a href="http://www.jsdoctoolkit.org/" target="_blank">JsDoc Toolkit</a> 2.1.0 on
|
571
|
+
Documentation generated by <a href="http://www.jsdoctoolkit.org/" target="_blank">JsDoc Toolkit</a> 2.1.0 on Wed Nov 18 2009 19:59:27 GMT-0800 (PST)
|
326
572
|
</div>
|
327
573
|
</body>
|
328
574
|
</html>
|
@@ -195,9 +195,9 @@ ul.inheritsList
|
|
195
195
|
|
196
196
|
<li><a href="../symbols/jasmine.Block.html">jasmine.Block</a></li>
|
197
197
|
|
198
|
-
<li><a href="../symbols/jasmine.
|
198
|
+
<li><a href="../symbols/jasmine.Clock.html">jasmine.Clock</a></li>
|
199
199
|
|
200
|
-
<li><a href="../symbols/jasmine.
|
200
|
+
<li><a href="../symbols/jasmine.Env.html">jasmine.Env</a></li>
|
201
201
|
|
202
202
|
<li><a href="../symbols/jasmine.JsApiReporter.html">jasmine.JsApiReporter</a></li>
|
203
203
|
|
@@ -219,8 +219,6 @@ ul.inheritsList
|
|
219
219
|
|
220
220
|
<li><a href="../symbols/jasmine.util.html">jasmine.util</a></li>
|
221
221
|
|
222
|
-
<li><a href="../symbols/jasmine.XMLReporter.html">jasmine.XMLReporter</a></li>
|
223
|
-
|
224
222
|
</ul>
|
225
223
|
<hr />
|
226
224
|
<!-- end publish.classesIndex -->
|
@@ -240,7 +238,7 @@ ul.inheritsList
|
|
240
238
|
|
241
239
|
|
242
240
|
|
243
|
-
<br /><i>Defined in: </i> <a href="../symbols/src/
|
241
|
+
<br /><i>Defined in: </i> <a href="../symbols/src/src_Runner.js.html">Runner.js</a>.
|
244
242
|
|
245
243
|
</p>
|
246
244
|
|
@@ -273,6 +271,105 @@ ul.inheritsList
|
|
273
271
|
|
274
272
|
<!-- ============================== methods summary ======================== -->
|
275
273
|
|
274
|
+
|
275
|
+
|
276
|
+
<table class="summaryTable" cellspacing="0" summary="A summary of the methods documented in the class jasmine.Runner.">
|
277
|
+
<caption>Method Summary</caption>
|
278
|
+
<thead>
|
279
|
+
<tr>
|
280
|
+
<th scope="col">Method Attributes</th>
|
281
|
+
<th scope="col">Method Name and Description</th>
|
282
|
+
</tr>
|
283
|
+
</thead>
|
284
|
+
<tbody>
|
285
|
+
|
286
|
+
<tr>
|
287
|
+
<td class="attributes"> </td>
|
288
|
+
<td class="nameDescription">
|
289
|
+
<div class="fixedFont"><b><a href="../symbols/jasmine.Runner.html#add">add</a></b>(block)
|
290
|
+
</div>
|
291
|
+
<div class="description"></div>
|
292
|
+
</td>
|
293
|
+
</tr>
|
294
|
+
|
295
|
+
<tr>
|
296
|
+
<td class="attributes"> </td>
|
297
|
+
<td class="nameDescription">
|
298
|
+
<div class="fixedFont"><b><a href="../symbols/jasmine.Runner.html#addSuite">addSuite</a></b>(suite)
|
299
|
+
</div>
|
300
|
+
<div class="description"></div>
|
301
|
+
</td>
|
302
|
+
</tr>
|
303
|
+
|
304
|
+
<tr>
|
305
|
+
<td class="attributes"> </td>
|
306
|
+
<td class="nameDescription">
|
307
|
+
<div class="fixedFont"><b><a href="../symbols/jasmine.Runner.html#afterEach">afterEach</a></b>(afterEachFunction)
|
308
|
+
</div>
|
309
|
+
<div class="description"></div>
|
310
|
+
</td>
|
311
|
+
</tr>
|
312
|
+
|
313
|
+
<tr>
|
314
|
+
<td class="attributes"> </td>
|
315
|
+
<td class="nameDescription">
|
316
|
+
<div class="fixedFont"><b><a href="../symbols/jasmine.Runner.html#beforeEach">beforeEach</a></b>(beforeEachFunction)
|
317
|
+
</div>
|
318
|
+
<div class="description"></div>
|
319
|
+
</td>
|
320
|
+
</tr>
|
321
|
+
|
322
|
+
<tr>
|
323
|
+
<td class="attributes"> </td>
|
324
|
+
<td class="nameDescription">
|
325
|
+
<div class="fixedFont"><b><a href="../symbols/jasmine.Runner.html#execute">execute</a></b>()
|
326
|
+
</div>
|
327
|
+
<div class="description"></div>
|
328
|
+
</td>
|
329
|
+
</tr>
|
330
|
+
|
331
|
+
<tr>
|
332
|
+
<td class="attributes"> </td>
|
333
|
+
<td class="nameDescription">
|
334
|
+
<div class="fixedFont"><b><a href="../symbols/jasmine.Runner.html#finishCallback">finishCallback</a></b>()
|
335
|
+
</div>
|
336
|
+
<div class="description"></div>
|
337
|
+
</td>
|
338
|
+
</tr>
|
339
|
+
|
340
|
+
<tr>
|
341
|
+
<td class="attributes"> </td>
|
342
|
+
<td class="nameDescription">
|
343
|
+
<div class="fixedFont"><b><a href="../symbols/jasmine.Runner.html#results">results</a></b>()
|
344
|
+
</div>
|
345
|
+
<div class="description"></div>
|
346
|
+
</td>
|
347
|
+
</tr>
|
348
|
+
|
349
|
+
<tr>
|
350
|
+
<td class="attributes"> </td>
|
351
|
+
<td class="nameDescription">
|
352
|
+
<div class="fixedFont"><b><a href="../symbols/jasmine.Runner.html#specs">specs</a></b>()
|
353
|
+
</div>
|
354
|
+
<div class="description"></div>
|
355
|
+
</td>
|
356
|
+
</tr>
|
357
|
+
|
358
|
+
<tr>
|
359
|
+
<td class="attributes"> </td>
|
360
|
+
<td class="nameDescription">
|
361
|
+
<div class="fixedFont"><b><a href="../symbols/jasmine.Runner.html#suites">suites</a></b>()
|
362
|
+
</div>
|
363
|
+
<div class="description"></div>
|
364
|
+
</td>
|
365
|
+
</tr>
|
366
|
+
|
367
|
+
</tbody>
|
368
|
+
</table>
|
369
|
+
|
370
|
+
|
371
|
+
|
372
|
+
|
276
373
|
<!-- ============================== events summary ======================== -->
|
277
374
|
|
278
375
|
|
@@ -322,6 +419,280 @@ ul.inheritsList
|
|
322
419
|
|
323
420
|
<!-- ============================== method details ========================= -->
|
324
421
|
|
422
|
+
<div class="sectionTitle">
|
423
|
+
Method Detail
|
424
|
+
</div>
|
425
|
+
|
426
|
+
<a name="add"> </a>
|
427
|
+
<div class="fixedFont">
|
428
|
+
|
429
|
+
|
430
|
+
<b>add</b>(block)
|
431
|
+
|
432
|
+
</div>
|
433
|
+
<div class="description">
|
434
|
+
|
435
|
+
|
436
|
+
|
437
|
+
</div>
|
438
|
+
|
439
|
+
|
440
|
+
|
441
|
+
|
442
|
+
<dl class="detailList">
|
443
|
+
<dt class="heading">Parameters:</dt>
|
444
|
+
|
445
|
+
<dt>
|
446
|
+
<b>block</b>
|
447
|
+
|
448
|
+
</dt>
|
449
|
+
<dd></dd>
|
450
|
+
|
451
|
+
</dl>
|
452
|
+
|
453
|
+
|
454
|
+
|
455
|
+
|
456
|
+
|
457
|
+
|
458
|
+
|
459
|
+
|
460
|
+
<hr />
|
461
|
+
|
462
|
+
<a name="addSuite"> </a>
|
463
|
+
<div class="fixedFont">
|
464
|
+
|
465
|
+
|
466
|
+
<b>addSuite</b>(suite)
|
467
|
+
|
468
|
+
</div>
|
469
|
+
<div class="description">
|
470
|
+
|
471
|
+
|
472
|
+
|
473
|
+
</div>
|
474
|
+
|
475
|
+
|
476
|
+
|
477
|
+
|
478
|
+
<dl class="detailList">
|
479
|
+
<dt class="heading">Parameters:</dt>
|
480
|
+
|
481
|
+
<dt>
|
482
|
+
<b>suite</b>
|
483
|
+
|
484
|
+
</dt>
|
485
|
+
<dd></dd>
|
486
|
+
|
487
|
+
</dl>
|
488
|
+
|
489
|
+
|
490
|
+
|
491
|
+
|
492
|
+
|
493
|
+
|
494
|
+
|
495
|
+
|
496
|
+
<hr />
|
497
|
+
|
498
|
+
<a name="afterEach"> </a>
|
499
|
+
<div class="fixedFont">
|
500
|
+
|
501
|
+
|
502
|
+
<b>afterEach</b>(afterEachFunction)
|
503
|
+
|
504
|
+
</div>
|
505
|
+
<div class="description">
|
506
|
+
|
507
|
+
|
508
|
+
|
509
|
+
</div>
|
510
|
+
|
511
|
+
|
512
|
+
|
513
|
+
|
514
|
+
<dl class="detailList">
|
515
|
+
<dt class="heading">Parameters:</dt>
|
516
|
+
|
517
|
+
<dt>
|
518
|
+
<b>afterEachFunction</b>
|
519
|
+
|
520
|
+
</dt>
|
521
|
+
<dd></dd>
|
522
|
+
|
523
|
+
</dl>
|
524
|
+
|
525
|
+
|
526
|
+
|
527
|
+
|
528
|
+
|
529
|
+
|
530
|
+
|
531
|
+
|
532
|
+
<hr />
|
533
|
+
|
534
|
+
<a name="beforeEach"> </a>
|
535
|
+
<div class="fixedFont">
|
536
|
+
|
537
|
+
|
538
|
+
<b>beforeEach</b>(beforeEachFunction)
|
539
|
+
|
540
|
+
</div>
|
541
|
+
<div class="description">
|
542
|
+
|
543
|
+
|
544
|
+
|
545
|
+
</div>
|
546
|
+
|
547
|
+
|
548
|
+
|
549
|
+
|
550
|
+
<dl class="detailList">
|
551
|
+
<dt class="heading">Parameters:</dt>
|
552
|
+
|
553
|
+
<dt>
|
554
|
+
<b>beforeEachFunction</b>
|
555
|
+
|
556
|
+
</dt>
|
557
|
+
<dd></dd>
|
558
|
+
|
559
|
+
</dl>
|
560
|
+
|
561
|
+
|
562
|
+
|
563
|
+
|
564
|
+
|
565
|
+
|
566
|
+
|
567
|
+
|
568
|
+
<hr />
|
569
|
+
|
570
|
+
<a name="execute"> </a>
|
571
|
+
<div class="fixedFont">
|
572
|
+
|
573
|
+
|
574
|
+
<b>execute</b>()
|
575
|
+
|
576
|
+
</div>
|
577
|
+
<div class="description">
|
578
|
+
|
579
|
+
|
580
|
+
|
581
|
+
</div>
|
582
|
+
|
583
|
+
|
584
|
+
|
585
|
+
|
586
|
+
|
587
|
+
|
588
|
+
|
589
|
+
|
590
|
+
|
591
|
+
|
592
|
+
|
593
|
+
<hr />
|
594
|
+
|
595
|
+
<a name="finishCallback"> </a>
|
596
|
+
<div class="fixedFont">
|
597
|
+
|
598
|
+
|
599
|
+
<b>finishCallback</b>()
|
600
|
+
|
601
|
+
</div>
|
602
|
+
<div class="description">
|
603
|
+
|
604
|
+
|
605
|
+
|
606
|
+
</div>
|
607
|
+
|
608
|
+
|
609
|
+
|
610
|
+
|
611
|
+
|
612
|
+
|
613
|
+
|
614
|
+
|
615
|
+
|
616
|
+
|
617
|
+
|
618
|
+
<hr />
|
619
|
+
|
620
|
+
<a name="results"> </a>
|
621
|
+
<div class="fixedFont">
|
622
|
+
|
623
|
+
|
624
|
+
<b>results</b>()
|
625
|
+
|
626
|
+
</div>
|
627
|
+
<div class="description">
|
628
|
+
|
629
|
+
|
630
|
+
|
631
|
+
</div>
|
632
|
+
|
633
|
+
|
634
|
+
|
635
|
+
|
636
|
+
|
637
|
+
|
638
|
+
|
639
|
+
|
640
|
+
|
641
|
+
|
642
|
+
|
643
|
+
<hr />
|
644
|
+
|
645
|
+
<a name="specs"> </a>
|
646
|
+
<div class="fixedFont">
|
647
|
+
|
648
|
+
|
649
|
+
<b>specs</b>()
|
650
|
+
|
651
|
+
</div>
|
652
|
+
<div class="description">
|
653
|
+
|
654
|
+
|
655
|
+
|
656
|
+
</div>
|
657
|
+
|
658
|
+
|
659
|
+
|
660
|
+
|
661
|
+
|
662
|
+
|
663
|
+
|
664
|
+
|
665
|
+
|
666
|
+
|
667
|
+
|
668
|
+
<hr />
|
669
|
+
|
670
|
+
<a name="suites"> </a>
|
671
|
+
<div class="fixedFont">
|
672
|
+
|
673
|
+
|
674
|
+
<b>suites</b>()
|
675
|
+
|
676
|
+
</div>
|
677
|
+
<div class="description">
|
678
|
+
|
679
|
+
|
680
|
+
|
681
|
+
</div>
|
682
|
+
|
683
|
+
|
684
|
+
|
685
|
+
|
686
|
+
|
687
|
+
|
688
|
+
|
689
|
+
|
690
|
+
|
691
|
+
|
692
|
+
|
693
|
+
|
694
|
+
|
695
|
+
|
325
696
|
|
326
697
|
<!-- ============================== event details ========================= -->
|
327
698
|
|
@@ -333,7 +704,7 @@ ul.inheritsList
|
|
333
704
|
<!-- ============================== footer ================================= -->
|
334
705
|
<div class="fineprint" style="clear:both">
|
335
706
|
|
336
|
-
Documentation generated by <a href="http://www.jsdoctoolkit.org/" target="_blank">JsDoc Toolkit</a> 2.1.0 on
|
707
|
+
Documentation generated by <a href="http://www.jsdoctoolkit.org/" target="_blank">JsDoc Toolkit</a> 2.1.0 on Wed Nov 18 2009 19:59:27 GMT-0800 (PST)
|
337
708
|
</div>
|
338
709
|
</body>
|
339
710
|
</html>
|