mocha 1.7.0 → 1.8.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (72) hide show
  1. checksums.yaml +4 -4
  2. data/CONTRIBUTING.md +4 -9
  3. data/README.md +17 -16
  4. data/RELEASE.md +10 -0
  5. data/Rakefile +6 -13
  6. data/bin/build-matrix +16 -2
  7. data/docs/CNAME +1 -0
  8. data/docs/Mocha.html +127 -0
  9. data/docs/Mocha/API.html +1056 -0
  10. data/docs/Mocha/ClassMethods.html +267 -0
  11. data/docs/Mocha/Configuration.html +626 -0
  12. data/docs/Mocha/Expectation.html +2709 -0
  13. data/docs/Mocha/ExpectationError.html +157 -0
  14. data/docs/Mocha/ExpectationErrorFactory.html +269 -0
  15. data/docs/Mocha/Hooks.html +385 -0
  16. data/docs/Mocha/Integration.html +125 -0
  17. data/docs/Mocha/Integration/MiniTest.html +123 -0
  18. data/docs/Mocha/Integration/MiniTest/Adapter.html +165 -0
  19. data/docs/Mocha/Integration/TestUnit.html +123 -0
  20. data/docs/Mocha/Integration/TestUnit/Adapter.html +165 -0
  21. data/docs/Mocha/Mock.html +1197 -0
  22. data/docs/Mocha/ObjectMethods.html +712 -0
  23. data/docs/Mocha/ParameterMatchers.html +3049 -0
  24. data/docs/Mocha/ParameterMatchers/AllOf.html +154 -0
  25. data/docs/Mocha/ParameterMatchers/AnyOf.html +154 -0
  26. data/docs/Mocha/ParameterMatchers/AnyParameters.html +153 -0
  27. data/docs/Mocha/ParameterMatchers/Anything.html +153 -0
  28. data/docs/Mocha/ParameterMatchers/Base.html +448 -0
  29. data/docs/Mocha/ParameterMatchers/Equals.html +154 -0
  30. data/docs/Mocha/ParameterMatchers/EquivalentUri.html +153 -0
  31. data/docs/Mocha/ParameterMatchers/HasEntries.html +154 -0
  32. data/docs/Mocha/ParameterMatchers/HasEntry.html +154 -0
  33. data/docs/Mocha/ParameterMatchers/HasKey.html +154 -0
  34. data/docs/Mocha/ParameterMatchers/HasValue.html +154 -0
  35. data/docs/Mocha/ParameterMatchers/Includes.html +154 -0
  36. data/docs/Mocha/ParameterMatchers/InstanceOf.html +154 -0
  37. data/docs/Mocha/ParameterMatchers/IsA.html +153 -0
  38. data/docs/Mocha/ParameterMatchers/KindOf.html +154 -0
  39. data/docs/Mocha/ParameterMatchers/Not.html +154 -0
  40. data/docs/Mocha/ParameterMatchers/Optionally.html +153 -0
  41. data/docs/Mocha/ParameterMatchers/RegexpMatches.html +154 -0
  42. data/docs/Mocha/ParameterMatchers/RespondsWith.html +154 -0
  43. data/docs/Mocha/ParameterMatchers/YamlEquivalent.html +154 -0
  44. data/docs/Mocha/Sequence.html +149 -0
  45. data/docs/Mocha/StateMachine.html +539 -0
  46. data/docs/Mocha/StateMachine/State.html +141 -0
  47. data/docs/Mocha/StateMachine/StatePredicate.html +141 -0
  48. data/docs/Mocha/StubbingError.html +150 -0
  49. data/docs/Mocha/UnexpectedInvocation.html +140 -0
  50. data/docs/_index.html +537 -0
  51. data/docs/class_list.html +51 -0
  52. data/docs/css/common.css +1 -0
  53. data/docs/css/full_list.css +58 -0
  54. data/docs/css/style.css +496 -0
  55. data/docs/file.COPYING.html +81 -0
  56. data/docs/file.MIT-LICENSE.html +85 -0
  57. data/docs/file.README.html +418 -0
  58. data/docs/file.RELEASE.html +875 -0
  59. data/docs/file_list.html +71 -0
  60. data/docs/frames.html +17 -0
  61. data/docs/index.html +418 -0
  62. data/docs/js/app.js +292 -0
  63. data/docs/js/full_list.js +216 -0
  64. data/docs/js/jquery.js +4 -0
  65. data/docs/method_list.html +571 -0
  66. data/docs/top-level-namespace.html +118 -0
  67. data/lib/mocha/inspect.rb +1 -1
  68. data/lib/mocha/version.rb +1 -1
  69. data/mocha.gemspec +2 -3
  70. data/test/unit/object_inspect_test.rb +10 -0
  71. data/yard-templates/default/layout/html/google_analytics.erb +6 -9
  72. metadata +68 -36
@@ -0,0 +1,537 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>
7
+ Mocha 1.8.0
8
+
9
+ </title>
10
+
11
+ <link rel="stylesheet" href="css/style.css" type="text/css" charset="utf-8" />
12
+
13
+ <link rel="stylesheet" href="css/common.css" type="text/css" charset="utf-8" />
14
+
15
+ <script type="text/javascript" charset="utf-8">
16
+ pathId = null;
17
+ relpath = '';
18
+ </script>
19
+
20
+
21
+ <script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
22
+
23
+ <script type="text/javascript" charset="utf-8" src="js/app.js"></script>
24
+
25
+
26
+ </head>
27
+ <body>
28
+ <div class="nav_wrap">
29
+ <iframe id="nav" src="class_list.html?1"></iframe>
30
+ <div id="resizer"></div>
31
+ </div>
32
+
33
+ <div id="main" tabindex="-1">
34
+ <div id="header">
35
+ <div id="menu">
36
+
37
+ </div>
38
+
39
+ <div id="search">
40
+
41
+ <a class="full_list_link" id="class_list_link"
42
+ href="class_list.html">
43
+
44
+ <svg width="24" height="24">
45
+ <rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
46
+ <rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
47
+ <rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
48
+ </svg>
49
+ </a>
50
+
51
+ </div>
52
+ <div class="clear"></div>
53
+ </div>
54
+
55
+ <div id="content"><h1 class="noborder title">Mocha 1.8.0</h1>
56
+ <div id="listing">
57
+ <h1 class="alphaindex">Alphabetic Index</h1>
58
+
59
+ <h2>File Listing</h2>
60
+ <ul id="files" class="index_inline_list">
61
+
62
+
63
+ <li class="r1"><a href="index.html" title="README">README</a></li>
64
+
65
+
66
+ <li class="r2"><a href="file.RELEASE.html" title="RELEASE">RELEASE</a></li>
67
+
68
+
69
+ <li class="r1"><a href="file.COPYING.html" title="COPYING">COPYING</a></li>
70
+
71
+
72
+ <li class="r2"><a href="file.MIT-LICENSE.html" title="MIT-LICENSE">MIT-LICENSE</a></li>
73
+
74
+
75
+ </ul>
76
+
77
+ <div class="clear"></div>
78
+ <h2>Namespace Listing A-Z</h2>
79
+
80
+
81
+
82
+
83
+ <table>
84
+ <tr>
85
+ <td valign='top' width="33%">
86
+
87
+
88
+ <ul id="alpha_A" class="alpha">
89
+ <li class="letter">A</li>
90
+ <ul>
91
+
92
+ <li>
93
+ <span class='object_link'><a href="Mocha/API.html" title="Mocha::API (module)">API</a></span>
94
+
95
+ <small>(Mocha)</small>
96
+
97
+ </li>
98
+
99
+ <li>
100
+ <span class='object_link'><a href="Mocha/Integration/TestUnit/Adapter.html" title="Mocha::Integration::TestUnit::Adapter (module)">Adapter</a></span>
101
+
102
+ <small>(Mocha::Integration::TestUnit)</small>
103
+
104
+ </li>
105
+
106
+ <li>
107
+ <span class='object_link'><a href="Mocha/Integration/MiniTest/Adapter.html" title="Mocha::Integration::MiniTest::Adapter (module)">Adapter</a></span>
108
+
109
+ <small>(Mocha::Integration::MiniTest)</small>
110
+
111
+ </li>
112
+
113
+ <li>
114
+ <span class='object_link'><a href="Mocha/ParameterMatchers/AllOf.html" title="Mocha::ParameterMatchers::AllOf (class)">AllOf</a></span>
115
+
116
+ <small>(Mocha::ParameterMatchers)</small>
117
+
118
+ </li>
119
+
120
+ <li>
121
+ <span class='object_link'><a href="Mocha/ParameterMatchers/AnyOf.html" title="Mocha::ParameterMatchers::AnyOf (class)">AnyOf</a></span>
122
+
123
+ <small>(Mocha::ParameterMatchers)</small>
124
+
125
+ </li>
126
+
127
+ <li>
128
+ <span class='object_link'><a href="Mocha/ParameterMatchers/AnyParameters.html" title="Mocha::ParameterMatchers::AnyParameters (class)">AnyParameters</a></span>
129
+
130
+ <small>(Mocha::ParameterMatchers)</small>
131
+
132
+ </li>
133
+
134
+ <li>
135
+ <span class='object_link'><a href="Mocha/ParameterMatchers/Anything.html" title="Mocha::ParameterMatchers::Anything (class)">Anything</a></span>
136
+
137
+ <small>(Mocha::ParameterMatchers)</small>
138
+
139
+ </li>
140
+
141
+ </ul>
142
+ </ul>
143
+
144
+
145
+ <ul id="alpha_B" class="alpha">
146
+ <li class="letter">B</li>
147
+ <ul>
148
+
149
+ <li>
150
+ <span class='object_link'><a href="Mocha/ParameterMatchers/Base.html" title="Mocha::ParameterMatchers::Base (class)">Base</a></span>
151
+
152
+ <small>(Mocha::ParameterMatchers)</small>
153
+
154
+ </li>
155
+
156
+ </ul>
157
+ </ul>
158
+
159
+
160
+ <ul id="alpha_C" class="alpha">
161
+ <li class="letter">C</li>
162
+ <ul>
163
+
164
+ <li>
165
+ <span class='object_link'><a href="Mocha/ClassMethods.html" title="Mocha::ClassMethods (module)">ClassMethods</a></span>
166
+
167
+ <small>(Mocha)</small>
168
+
169
+ </li>
170
+
171
+ <li>
172
+ <span class='object_link'><a href="Mocha/Configuration.html" title="Mocha::Configuration (class)">Configuration</a></span>
173
+
174
+ <small>(Mocha)</small>
175
+
176
+ </li>
177
+
178
+ </ul>
179
+ </ul>
180
+
181
+
182
+ <ul id="alpha_E" class="alpha">
183
+ <li class="letter">E</li>
184
+ <ul>
185
+
186
+ <li>
187
+ <span class='object_link'><a href="Mocha/ParameterMatchers/Equals.html" title="Mocha::ParameterMatchers::Equals (class)">Equals</a></span>
188
+
189
+ <small>(Mocha::ParameterMatchers)</small>
190
+
191
+ </li>
192
+
193
+ <li>
194
+ <span class='object_link'><a href="Mocha/ParameterMatchers/EquivalentUri.html" title="Mocha::ParameterMatchers::EquivalentUri (class)">EquivalentUri</a></span>
195
+
196
+ <small>(Mocha::ParameterMatchers)</small>
197
+
198
+ </li>
199
+
200
+ <li>
201
+ <span class='object_link'><a href="Mocha/Expectation.html" title="Mocha::Expectation (class)">Expectation</a></span>
202
+
203
+ <small>(Mocha)</small>
204
+
205
+ </li>
206
+
207
+ <li>
208
+ <span class='object_link'><a href="Mocha/ExpectationError.html" title="Mocha::ExpectationError (class)">ExpectationError</a></span>
209
+
210
+ <small>(Mocha)</small>
211
+
212
+ </li>
213
+
214
+ <li>
215
+ <span class='object_link'><a href="Mocha/ExpectationErrorFactory.html" title="Mocha::ExpectationErrorFactory (class)">ExpectationErrorFactory</a></span>
216
+
217
+ <small>(Mocha)</small>
218
+
219
+ </li>
220
+
221
+ </ul>
222
+ </ul>
223
+
224
+
225
+ <ul id="alpha_H" class="alpha">
226
+ <li class="letter">H</li>
227
+ <ul>
228
+
229
+ <li>
230
+ <span class='object_link'><a href="Mocha/ParameterMatchers/HasEntries.html" title="Mocha::ParameterMatchers::HasEntries (class)">HasEntries</a></span>
231
+
232
+ <small>(Mocha::ParameterMatchers)</small>
233
+
234
+ </li>
235
+
236
+ <li>
237
+ <span class='object_link'><a href="Mocha/ParameterMatchers/HasEntry.html" title="Mocha::ParameterMatchers::HasEntry (class)">HasEntry</a></span>
238
+
239
+ <small>(Mocha::ParameterMatchers)</small>
240
+
241
+ </li>
242
+
243
+ <li>
244
+ <span class='object_link'><a href="Mocha/ParameterMatchers/HasKey.html" title="Mocha::ParameterMatchers::HasKey (class)">HasKey</a></span>
245
+
246
+ <small>(Mocha::ParameterMatchers)</small>
247
+
248
+ </li>
249
+
250
+ <li>
251
+ <span class='object_link'><a href="Mocha/ParameterMatchers/HasValue.html" title="Mocha::ParameterMatchers::HasValue (class)">HasValue</a></span>
252
+
253
+ <small>(Mocha::ParameterMatchers)</small>
254
+
255
+ </li>
256
+
257
+ <li>
258
+ <span class='object_link'><a href="Mocha/Hooks.html" title="Mocha::Hooks (module)">Hooks</a></span>
259
+
260
+ <small>(Mocha)</small>
261
+
262
+ </li>
263
+
264
+ </ul>
265
+ </ul>
266
+
267
+
268
+ <ul id="alpha_I" class="alpha">
269
+ <li class="letter">I</li>
270
+ <ul>
271
+
272
+ <li>
273
+ <span class='object_link'><a href="Mocha/ParameterMatchers/Includes.html" title="Mocha::ParameterMatchers::Includes (class)">Includes</a></span>
274
+
275
+ <small>(Mocha::ParameterMatchers)</small>
276
+
277
+ </li>
278
+
279
+ <li>
280
+ <span class='object_link'><a href="Mocha/ParameterMatchers/InstanceOf.html" title="Mocha::ParameterMatchers::InstanceOf (class)">InstanceOf</a></span>
281
+
282
+ <small>(Mocha::ParameterMatchers)</small>
283
+
284
+ </li>
285
+
286
+ <li>
287
+ <span class='object_link'><a href="Mocha/Integration.html" title="Mocha::Integration (module)">Integration</a></span>
288
+
289
+ <small>(Mocha)</small>
290
+
291
+ </li>
292
+
293
+ <li>
294
+ <span class='object_link'><a href="Mocha/ParameterMatchers/IsA.html" title="Mocha::ParameterMatchers::IsA (class)">IsA</a></span>
295
+
296
+ <small>(Mocha::ParameterMatchers)</small>
297
+
298
+ </li>
299
+
300
+ </ul>
301
+ </ul>
302
+
303
+
304
+ <ul id="alpha_K" class="alpha">
305
+ <li class="letter">K</li>
306
+ <ul>
307
+
308
+ <li>
309
+ <span class='object_link'><a href="Mocha/ParameterMatchers/KindOf.html" title="Mocha::ParameterMatchers::KindOf (class)">KindOf</a></span>
310
+
311
+ <small>(Mocha::ParameterMatchers)</small>
312
+
313
+ </li>
314
+
315
+ </ul>
316
+ </ul>
317
+
318
+
319
+ </td><td valign='top' width="33%">
320
+
321
+
322
+ <ul id="alpha_M" class="alpha">
323
+ <li class="letter">M</li>
324
+ <ul>
325
+
326
+ <li>
327
+ <span class='object_link'><a href="Mocha/Integration/MiniTest.html" title="Mocha::Integration::MiniTest (module)">MiniTest</a></span>
328
+
329
+ <small>(Mocha::Integration)</small>
330
+
331
+ </li>
332
+
333
+ <li>
334
+ <span class='object_link'><a href="Mocha.html" title="Mocha (module)">Mocha</a></span>
335
+
336
+ </li>
337
+
338
+ <li>
339
+ <span class='object_link'><a href="Mocha/Mock.html" title="Mocha::Mock (class)">Mock</a></span>
340
+
341
+ <small>(Mocha)</small>
342
+
343
+ </li>
344
+
345
+ </ul>
346
+ </ul>
347
+
348
+
349
+ <ul id="alpha_N" class="alpha">
350
+ <li class="letter">N</li>
351
+ <ul>
352
+
353
+ <li>
354
+ <span class='object_link'><a href="Mocha/ParameterMatchers/Not.html" title="Mocha::ParameterMatchers::Not (class)">Not</a></span>
355
+
356
+ <small>(Mocha::ParameterMatchers)</small>
357
+
358
+ </li>
359
+
360
+ </ul>
361
+ </ul>
362
+
363
+
364
+ <ul id="alpha_O" class="alpha">
365
+ <li class="letter">O</li>
366
+ <ul>
367
+
368
+ <li>
369
+ <span class='object_link'><a href="Mocha/ObjectMethods.html" title="Mocha::ObjectMethods (module)">ObjectMethods</a></span>
370
+
371
+ <small>(Mocha)</small>
372
+
373
+ </li>
374
+
375
+ <li>
376
+ <span class='object_link'><a href="Mocha/ParameterMatchers/Optionally.html" title="Mocha::ParameterMatchers::Optionally (class)">Optionally</a></span>
377
+
378
+ <small>(Mocha::ParameterMatchers)</small>
379
+
380
+ </li>
381
+
382
+ </ul>
383
+ </ul>
384
+
385
+
386
+ <ul id="alpha_P" class="alpha">
387
+ <li class="letter">P</li>
388
+ <ul>
389
+
390
+ <li>
391
+ <span class='object_link'><a href="Mocha/ParameterMatchers.html" title="Mocha::ParameterMatchers (module)">ParameterMatchers</a></span>
392
+
393
+ <small>(Mocha)</small>
394
+
395
+ </li>
396
+
397
+ </ul>
398
+ </ul>
399
+
400
+
401
+ <ul id="alpha_R" class="alpha">
402
+ <li class="letter">R</li>
403
+ <ul>
404
+
405
+ <li>
406
+ <span class='object_link'><a href="Mocha/ParameterMatchers/RegexpMatches.html" title="Mocha::ParameterMatchers::RegexpMatches (class)">RegexpMatches</a></span>
407
+
408
+ <small>(Mocha::ParameterMatchers)</small>
409
+
410
+ </li>
411
+
412
+ <li>
413
+ <span class='object_link'><a href="Mocha/ParameterMatchers/RespondsWith.html" title="Mocha::ParameterMatchers::RespondsWith (class)">RespondsWith</a></span>
414
+
415
+ <small>(Mocha::ParameterMatchers)</small>
416
+
417
+ </li>
418
+
419
+ </ul>
420
+ </ul>
421
+
422
+
423
+ <ul id="alpha_S" class="alpha">
424
+ <li class="letter">S</li>
425
+ <ul>
426
+
427
+ <li>
428
+ <span class='object_link'><a href="Mocha/Sequence.html" title="Mocha::Sequence (class)">Sequence</a></span>
429
+
430
+ <small>(Mocha)</small>
431
+
432
+ </li>
433
+
434
+ <li>
435
+ <span class='object_link'><a href="Mocha/StateMachine/State.html" title="Mocha::StateMachine::State (class)">State</a></span>
436
+
437
+ <small>(Mocha::StateMachine)</small>
438
+
439
+ </li>
440
+
441
+ <li>
442
+ <span class='object_link'><a href="Mocha/StateMachine.html" title="Mocha::StateMachine (class)">StateMachine</a></span>
443
+
444
+ <small>(Mocha)</small>
445
+
446
+ </li>
447
+
448
+ <li>
449
+ <span class='object_link'><a href="Mocha/StateMachine/StatePredicate.html" title="Mocha::StateMachine::StatePredicate (class)">StatePredicate</a></span>
450
+
451
+ <small>(Mocha::StateMachine)</small>
452
+
453
+ </li>
454
+
455
+ <li>
456
+ <span class='object_link'><a href="Mocha/StubbingError.html" title="Mocha::StubbingError (class)">StubbingError</a></span>
457
+
458
+ <small>(Mocha)</small>
459
+
460
+ </li>
461
+
462
+ </ul>
463
+ </ul>
464
+
465
+
466
+ <ul id="alpha_T" class="alpha">
467
+ <li class="letter">T</li>
468
+ <ul>
469
+
470
+ <li>
471
+ <span class='object_link'><a href="Mocha/Integration/TestUnit.html" title="Mocha::Integration::TestUnit (module)">TestUnit</a></span>
472
+
473
+ <small>(Mocha::Integration)</small>
474
+
475
+ </li>
476
+
477
+ </ul>
478
+ </ul>
479
+
480
+
481
+ <ul id="alpha_U" class="alpha">
482
+ <li class="letter">U</li>
483
+ <ul>
484
+
485
+ <li>
486
+ <span class='object_link'><a href="Mocha/UnexpectedInvocation.html" title="Mocha::UnexpectedInvocation (class)">UnexpectedInvocation</a></span>
487
+
488
+ <small>(Mocha)</small>
489
+
490
+ </li>
491
+
492
+ </ul>
493
+ </ul>
494
+
495
+
496
+ </td><td valign='top' width="33%">
497
+
498
+
499
+ <ul id="alpha_Y" class="alpha">
500
+ <li class="letter">Y</li>
501
+ <ul>
502
+
503
+ <li>
504
+ <span class='object_link'><a href="Mocha/ParameterMatchers/YamlEquivalent.html" title="Mocha::ParameterMatchers::YamlEquivalent (class)">YamlEquivalent</a></span>
505
+
506
+ <small>(Mocha::ParameterMatchers)</small>
507
+
508
+ </li>
509
+
510
+ </ul>
511
+ </ul>
512
+
513
+ </td>
514
+ </tr>
515
+ </table>
516
+
517
+ </div>
518
+
519
+ <script async src="https://www.googletagmanager.com/gtag/js?id=UA-625523-7"></script>
520
+ <script>
521
+ window.dataLayer = window.dataLayer || [];
522
+ function gtag(){dataLayer.push(arguments);}
523
+ gtag('js', new Date());
524
+
525
+ gtag('config', 'UA-625523-7');
526
+ </script>
527
+ </div>
528
+
529
+ <div id="footer">
530
+ Generated on Tue Jan 15 17:13:05 2019 by
531
+ <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
532
+ 0.9.16 (ruby-2.5.3).
533
+ </div>
534
+
535
+ </div>
536
+ </body>
537
+ </html>