mocha 1.10.0.alpha → 1.10.0.beta.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/RELEASE.md +4 -0
- data/docs/Mocha.html +2 -2
- data/docs/Mocha/API.html +2 -2
- data/docs/Mocha/ClassMethods.html +2 -77
- data/docs/Mocha/Configuration.html +2 -2
- data/docs/Mocha/Expectation.html +2 -2
- data/docs/Mocha/ExpectationError.html +2 -2
- data/docs/Mocha/ExpectationErrorFactory.html +2 -2
- data/docs/Mocha/Hooks.html +2 -2
- data/docs/Mocha/Integration.html +2 -2
- data/docs/Mocha/Integration/MiniTest.html +2 -2
- data/docs/Mocha/Integration/MiniTest/Adapter.html +2 -2
- data/docs/Mocha/Integration/TestUnit.html +2 -2
- data/docs/Mocha/Integration/TestUnit/Adapter.html +2 -2
- data/docs/Mocha/Mock.html +2 -2
- data/docs/Mocha/ObjectMethods.html +2 -2
- data/docs/Mocha/ParameterMatchers.html +2 -2
- data/docs/Mocha/ParameterMatchers/AllOf.html +2 -2
- data/docs/Mocha/ParameterMatchers/AnyOf.html +2 -2
- data/docs/Mocha/ParameterMatchers/AnyParameters.html +2 -2
- data/docs/Mocha/ParameterMatchers/Anything.html +2 -2
- data/docs/Mocha/ParameterMatchers/Base.html +2 -2
- data/docs/Mocha/ParameterMatchers/Equals.html +2 -2
- data/docs/Mocha/ParameterMatchers/EquivalentUri.html +2 -2
- data/docs/Mocha/ParameterMatchers/HasEntries.html +2 -2
- data/docs/Mocha/ParameterMatchers/HasEntry.html +2 -2
- data/docs/Mocha/ParameterMatchers/HasKey.html +2 -2
- data/docs/Mocha/ParameterMatchers/HasValue.html +2 -2
- data/docs/Mocha/ParameterMatchers/Includes.html +2 -2
- data/docs/Mocha/ParameterMatchers/InstanceOf.html +2 -2
- data/docs/Mocha/ParameterMatchers/IsA.html +2 -2
- data/docs/Mocha/ParameterMatchers/KindOf.html +2 -2
- data/docs/Mocha/ParameterMatchers/Not.html +2 -2
- data/docs/Mocha/ParameterMatchers/Optionally.html +2 -2
- data/docs/Mocha/ParameterMatchers/RegexpMatches.html +2 -2
- data/docs/Mocha/ParameterMatchers/RespondsWith.html +2 -2
- data/docs/Mocha/ParameterMatchers/YamlEquivalent.html +2 -2
- data/docs/Mocha/Sequence.html +2 -2
- data/docs/Mocha/StateMachine.html +2 -2
- data/docs/Mocha/StateMachine/State.html +2 -2
- data/docs/Mocha/StateMachine/StatePredicate.html +2 -2
- data/docs/Mocha/StubbingError.html +2 -2
- data/docs/_index.html +3 -3
- data/docs/file.COPYING.html +2 -2
- data/docs/file.MIT-LICENSE.html +2 -2
- data/docs/file.README.html +2 -2
- data/docs/file.RELEASE.html +8 -2
- data/docs/frames.html +1 -1
- data/docs/index.html +2 -2
- data/docs/method_list.html +48 -56
- data/docs/top-level-namespace.html +2 -2
- data/lib/mocha/class_methods.rb +3 -2
- data/lib/mocha/mockery.rb +2 -2
- data/lib/mocha/stubbed_method.rb +2 -2
- data/lib/mocha/version.rb +1 -1
- metadata +2 -2
data/docs/file.MIT-LICENSE.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
File: MIT-LICENSE
|
8
8
|
|
9
|
-
— Mocha 1.10.0.
|
9
|
+
— Mocha 1.10.0.beta.1
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -75,7 +75,7 @@
|
|
75
75
|
</div>
|
76
76
|
|
77
77
|
<div id="footer">
|
78
|
-
Generated on
|
78
|
+
Generated on Tue Nov 26 21:53:01 2019 by
|
79
79
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
80
80
|
0.9.20 (ruby-2.6.5).
|
81
81
|
</div>
|
data/docs/file.README.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
File: README
|
8
8
|
|
9
|
-
— Mocha 1.10.0.
|
9
|
+
— Mocha 1.10.0.beta.1
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -419,7 +419,7 @@ Pushed mocha 1.2.0 to rubygems.org.
|
|
419
419
|
</div>
|
420
420
|
|
421
421
|
<div id="footer">
|
422
|
-
Generated on
|
422
|
+
Generated on Tue Nov 26 21:53:01 2019 by
|
423
423
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
424
424
|
0.9.20 (ruby-2.6.5).
|
425
425
|
</div>
|
data/docs/file.RELEASE.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
File: RELEASE
|
8
8
|
|
9
|
-
— Mocha 1.10.0.
|
9
|
+
— Mocha 1.10.0.beta.1
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -59,6 +59,12 @@
|
|
59
59
|
|
60
60
|
<div id="content"><div id='filecontents'><h1>Release Notes</h1>
|
61
61
|
|
62
|
+
<h2>1.10.0.beta.1</h2>
|
63
|
+
|
64
|
+
<ul>
|
65
|
+
<li>Hide <code>ClassMethods#method_visibility</code> & <code>#method_exists?</code> methods to avoid clash with Rails (#428)</li>
|
66
|
+
</ul>
|
67
|
+
|
62
68
|
<h2>1.10.0.alpha</h2>
|
63
69
|
|
64
70
|
<h3>External changes</h3>
|
@@ -932,7 +938,7 @@ Hash with wrong number of entries.</li>
|
|
932
938
|
</div>
|
933
939
|
|
934
940
|
<div id="footer">
|
935
|
-
Generated on
|
941
|
+
Generated on Tue Nov 26 21:53:01 2019 by
|
936
942
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
937
943
|
0.9.20 (ruby-2.6.5).
|
938
944
|
</div>
|
data/docs/frames.html
CHANGED
data/docs/index.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
File: README
|
8
8
|
|
9
|
-
— Mocha 1.10.0.
|
9
|
+
— Mocha 1.10.0.beta.1
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -419,7 +419,7 @@ Pushed mocha 1.2.0 to rubygems.org.
|
|
419
419
|
</div>
|
420
420
|
|
421
421
|
<div id="footer">
|
422
|
-
Generated on
|
422
|
+
Generated on Tue Nov 26 21:53:01 2019 by
|
423
423
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
424
424
|
0.9.20 (ruby-2.6.5).
|
425
425
|
</div>
|
data/docs/method_list.html
CHANGED
@@ -190,16 +190,16 @@
|
|
190
190
|
|
191
191
|
<li class="odd ">
|
192
192
|
<div class="item">
|
193
|
-
<span class='object_link'><a href="Mocha/
|
194
|
-
<small>Mocha::
|
193
|
+
<span class='object_link'><a href="Mocha/ObjectMethods.html#expects-instance_method" title="Mocha::ObjectMethods#expects (method)">#expects</a></span>
|
194
|
+
<small>Mocha::ObjectMethods</small>
|
195
195
|
</div>
|
196
196
|
</li>
|
197
197
|
|
198
198
|
|
199
199
|
<li class="even ">
|
200
200
|
<div class="item">
|
201
|
-
<span class='object_link'><a href="Mocha/
|
202
|
-
<small>Mocha::
|
201
|
+
<span class='object_link'><a href="Mocha/Mock.html#expects-instance_method" title="Mocha::Mock#expects (method)">#expects</a></span>
|
202
|
+
<small>Mocha::Mock</small>
|
203
203
|
</div>
|
204
204
|
</li>
|
205
205
|
|
@@ -293,14 +293,6 @@
|
|
293
293
|
|
294
294
|
|
295
295
|
<li class="even ">
|
296
|
-
<div class="item">
|
297
|
-
<span class='object_link'><a href="Mocha/ClassMethods.html#method_visibility-instance_method" title="Mocha::ClassMethods#method_visibility (method)">#method_visibility</a></span>
|
298
|
-
<small>Mocha::ClassMethods</small>
|
299
|
-
</div>
|
300
|
-
</li>
|
301
|
-
|
302
|
-
|
303
|
-
<li class="odd ">
|
304
296
|
<div class="item">
|
305
297
|
<span class='object_link'><a href="Mocha/Hooks.html#mocha_setup-instance_method" title="Mocha::Hooks#mocha_setup (method)">#mocha_setup</a></span>
|
306
298
|
<small>Mocha::Hooks</small>
|
@@ -308,7 +300,7 @@
|
|
308
300
|
</li>
|
309
301
|
|
310
302
|
|
311
|
-
<li class="
|
303
|
+
<li class="odd ">
|
312
304
|
<div class="item">
|
313
305
|
<span class='object_link'><a href="Mocha/Hooks.html#mocha_teardown-instance_method" title="Mocha::Hooks#mocha_teardown (method)">#mocha_teardown</a></span>
|
314
306
|
<small>Mocha::Hooks</small>
|
@@ -316,7 +308,7 @@
|
|
316
308
|
</li>
|
317
309
|
|
318
310
|
|
319
|
-
<li class="
|
311
|
+
<li class="even ">
|
320
312
|
<div class="item">
|
321
313
|
<span class='object_link'><a href="Mocha/Hooks.html#mocha_verify-instance_method" title="Mocha::Hooks#mocha_verify (method)">#mocha_verify</a></span>
|
322
314
|
<small>Mocha::Hooks</small>
|
@@ -324,7 +316,7 @@
|
|
324
316
|
</li>
|
325
317
|
|
326
318
|
|
327
|
-
<li class="
|
319
|
+
<li class="odd ">
|
328
320
|
<div class="item">
|
329
321
|
<span class='object_link'><a href="Mocha/API.html#mock-instance_method" title="Mocha::API#mock (method)">#mock</a></span>
|
330
322
|
<small>Mocha::API</small>
|
@@ -332,7 +324,7 @@
|
|
332
324
|
</li>
|
333
325
|
|
334
326
|
|
335
|
-
<li class="
|
327
|
+
<li class="even ">
|
336
328
|
<div class="item">
|
337
329
|
<span class='object_link'><a href="Mocha/Expectation.html#multiple_yields-instance_method" title="Mocha::Expectation#multiple_yields (method)">#multiple_yields</a></span>
|
338
330
|
<small>Mocha::Expectation</small>
|
@@ -340,7 +332,7 @@
|
|
340
332
|
</li>
|
341
333
|
|
342
334
|
|
343
|
-
<li class="
|
335
|
+
<li class="odd ">
|
344
336
|
<div class="item">
|
345
337
|
<span class='object_link'><a href="Mocha/Expectation.html#never-instance_method" title="Mocha::Expectation#never (method)">#never</a></span>
|
346
338
|
<small>Mocha::Expectation</small>
|
@@ -348,7 +340,7 @@
|
|
348
340
|
</li>
|
349
341
|
|
350
342
|
|
351
|
-
<li class="
|
343
|
+
<li class="even ">
|
352
344
|
<div class="item">
|
353
345
|
<span class='object_link'><a href="Mocha/Expectation.html#once-instance_method" title="Mocha::Expectation#once (method)">#once</a></span>
|
354
346
|
<small>Mocha::Expectation</small>
|
@@ -356,7 +348,7 @@
|
|
356
348
|
</li>
|
357
349
|
|
358
350
|
|
359
|
-
<li class="
|
351
|
+
<li class="odd ">
|
360
352
|
<div class="item">
|
361
353
|
<span class='object_link'><a href="Mocha/ParameterMatchers.html#optionally-instance_method" title="Mocha::ParameterMatchers#optionally (method)">#optionally</a></span>
|
362
354
|
<small>Mocha::ParameterMatchers</small>
|
@@ -364,7 +356,7 @@
|
|
364
356
|
</li>
|
365
357
|
|
366
358
|
|
367
|
-
<li class="
|
359
|
+
<li class="even ">
|
368
360
|
<div class="item">
|
369
361
|
<span class='object_link'><a href="Mocha/Configuration.html#override-class_method" title="Mocha::Configuration.override (method)">override</a></span>
|
370
362
|
<small>Mocha::Configuration</small>
|
@@ -372,7 +364,7 @@
|
|
372
364
|
</li>
|
373
365
|
|
374
366
|
|
375
|
-
<li class="
|
367
|
+
<li class="odd deprecated">
|
376
368
|
<div class="item">
|
377
369
|
<span class='object_link'><a href="Mocha/Configuration.html#prevent-class_method" title="Mocha::Configuration.prevent (method)">prevent</a></span>
|
378
370
|
<small>Mocha::Configuration</small>
|
@@ -380,7 +372,7 @@
|
|
380
372
|
</li>
|
381
373
|
|
382
374
|
|
383
|
-
<li class="
|
375
|
+
<li class="even ">
|
384
376
|
<div class="item">
|
385
377
|
<span class='object_link'><a href="Mocha/Expectation.html#raises-instance_method" title="Mocha::Expectation#raises (method)">#raises</a></span>
|
386
378
|
<small>Mocha::Expectation</small>
|
@@ -388,7 +380,7 @@
|
|
388
380
|
</li>
|
389
381
|
|
390
382
|
|
391
|
-
<li class="
|
383
|
+
<li class="odd ">
|
392
384
|
<div class="item">
|
393
385
|
<span class='object_link'><a href="Mocha/ParameterMatchers.html#regexp_matches-instance_method" title="Mocha::ParameterMatchers#regexp_matches (method)">#regexp_matches</a></span>
|
394
386
|
<small>Mocha::ParameterMatchers</small>
|
@@ -396,7 +388,7 @@
|
|
396
388
|
</li>
|
397
389
|
|
398
390
|
|
399
|
-
<li class="
|
391
|
+
<li class="even ">
|
400
392
|
<div class="item">
|
401
393
|
<span class='object_link'><a href="Mocha/Mock.html#respond_to%3F-instance_method" title="Mocha::Mock#respond_to? (method)">#respond_to?</a></span>
|
402
394
|
<small>Mocha::Mock</small>
|
@@ -404,7 +396,7 @@
|
|
404
396
|
</li>
|
405
397
|
|
406
398
|
|
407
|
-
<li class="
|
399
|
+
<li class="odd ">
|
408
400
|
<div class="item">
|
409
401
|
<span class='object_link'><a href="Mocha/Mock.html#responds_like-instance_method" title="Mocha::Mock#responds_like (method)">#responds_like</a></span>
|
410
402
|
<small>Mocha::Mock</small>
|
@@ -412,7 +404,7 @@
|
|
412
404
|
</li>
|
413
405
|
|
414
406
|
|
415
|
-
<li class="
|
407
|
+
<li class="even ">
|
416
408
|
<div class="item">
|
417
409
|
<span class='object_link'><a href="Mocha/Mock.html#responds_like_instance_of-instance_method" title="Mocha::Mock#responds_like_instance_of (method)">#responds_like_instance_of</a></span>
|
418
410
|
<small>Mocha::Mock</small>
|
@@ -420,7 +412,7 @@
|
|
420
412
|
</li>
|
421
413
|
|
422
414
|
|
423
|
-
<li class="
|
415
|
+
<li class="odd ">
|
424
416
|
<div class="item">
|
425
417
|
<span class='object_link'><a href="Mocha/ParameterMatchers.html#responds_with-instance_method" title="Mocha::ParameterMatchers#responds_with (method)">#responds_with</a></span>
|
426
418
|
<small>Mocha::ParameterMatchers</small>
|
@@ -428,7 +420,7 @@
|
|
428
420
|
</li>
|
429
421
|
|
430
422
|
|
431
|
-
<li class="
|
423
|
+
<li class="even ">
|
432
424
|
<div class="item">
|
433
425
|
<span class='object_link'><a href="Mocha/Expectation.html#returns-instance_method" title="Mocha::Expectation#returns (method)">#returns</a></span>
|
434
426
|
<small>Mocha::Expectation</small>
|
@@ -436,7 +428,7 @@
|
|
436
428
|
</li>
|
437
429
|
|
438
430
|
|
439
|
-
<li class="
|
431
|
+
<li class="odd ">
|
440
432
|
<div class="item">
|
441
433
|
<span class='object_link'><a href="Mocha/API.html#sequence-instance_method" title="Mocha::API#sequence (method)">#sequence</a></span>
|
442
434
|
<small>Mocha::API</small>
|
@@ -444,7 +436,7 @@
|
|
444
436
|
</li>
|
445
437
|
|
446
438
|
|
447
|
-
<li class="
|
439
|
+
<li class="even ">
|
448
440
|
<div class="item">
|
449
441
|
<span class='object_link'><a href="Mocha/StateMachine.html#starts_as-instance_method" title="Mocha::StateMachine#starts_as (method)">#starts_as</a></span>
|
450
442
|
<small>Mocha::StateMachine</small>
|
@@ -452,7 +444,7 @@
|
|
452
444
|
</li>
|
453
445
|
|
454
446
|
|
455
|
-
<li class="
|
447
|
+
<li class="odd ">
|
456
448
|
<div class="item">
|
457
449
|
<span class='object_link'><a href="Mocha/API.html#states-instance_method" title="Mocha::API#states (method)">#states</a></span>
|
458
450
|
<small>Mocha::API</small>
|
@@ -460,7 +452,7 @@
|
|
460
452
|
</li>
|
461
453
|
|
462
454
|
|
463
|
-
<li class="
|
455
|
+
<li class="even ">
|
464
456
|
<div class="item">
|
465
457
|
<span class='object_link'><a href="Mocha/API.html#stub-instance_method" title="Mocha::API#stub (method)">#stub</a></span>
|
466
458
|
<small>Mocha::API</small>
|
@@ -468,7 +460,7 @@
|
|
468
460
|
</li>
|
469
461
|
|
470
462
|
|
471
|
-
<li class="
|
463
|
+
<li class="odd ">
|
472
464
|
<div class="item">
|
473
465
|
<span class='object_link'><a href="Mocha/API.html#stub_everything-instance_method" title="Mocha::API#stub_everything (method)">#stub_everything</a></span>
|
474
466
|
<small>Mocha::API</small>
|
@@ -476,7 +468,7 @@
|
|
476
468
|
</li>
|
477
469
|
|
478
470
|
|
479
|
-
<li class="
|
471
|
+
<li class="even ">
|
480
472
|
<div class="item">
|
481
473
|
<span class='object_link'><a href="Mocha/Configuration.html#stubbing_method_on_nil=-instance_method" title="Mocha::Configuration#stubbing_method_on_nil= (method)">#stubbing_method_on_nil=</a></span>
|
482
474
|
<small>Mocha::Configuration</small>
|
@@ -484,7 +476,7 @@
|
|
484
476
|
</li>
|
485
477
|
|
486
478
|
|
487
|
-
<li class="
|
479
|
+
<li class="odd ">
|
488
480
|
<div class="item">
|
489
481
|
<span class='object_link'><a href="Mocha/Configuration.html#stubbing_method_on_non_mock_object=-instance_method" title="Mocha::Configuration#stubbing_method_on_non_mock_object= (method)">#stubbing_method_on_non_mock_object=</a></span>
|
490
482
|
<small>Mocha::Configuration</small>
|
@@ -492,7 +484,7 @@
|
|
492
484
|
</li>
|
493
485
|
|
494
486
|
|
495
|
-
<li class="
|
487
|
+
<li class="even ">
|
496
488
|
<div class="item">
|
497
489
|
<span class='object_link'><a href="Mocha/Configuration.html#stubbing_method_unnecessarily=-instance_method" title="Mocha::Configuration#stubbing_method_unnecessarily= (method)">#stubbing_method_unnecessarily=</a></span>
|
498
490
|
<small>Mocha::Configuration</small>
|
@@ -500,7 +492,7 @@
|
|
500
492
|
</li>
|
501
493
|
|
502
494
|
|
503
|
-
<li class="
|
495
|
+
<li class="odd ">
|
504
496
|
<div class="item">
|
505
497
|
<span class='object_link'><a href="Mocha/Configuration.html#stubbing_non_existent_method=-instance_method" title="Mocha::Configuration#stubbing_non_existent_method= (method)">#stubbing_non_existent_method=</a></span>
|
506
498
|
<small>Mocha::Configuration</small>
|
@@ -508,7 +500,7 @@
|
|
508
500
|
</li>
|
509
501
|
|
510
502
|
|
511
|
-
<li class="
|
503
|
+
<li class="even ">
|
512
504
|
<div class="item">
|
513
505
|
<span class='object_link'><a href="Mocha/Configuration.html#stubbing_non_public_method=-instance_method" title="Mocha::Configuration#stubbing_non_public_method= (method)">#stubbing_non_public_method=</a></span>
|
514
506
|
<small>Mocha::Configuration</small>
|
@@ -516,7 +508,7 @@
|
|
516
508
|
</li>
|
517
509
|
|
518
510
|
|
519
|
-
<li class="
|
511
|
+
<li class="odd ">
|
520
512
|
<div class="item">
|
521
513
|
<span class='object_link'><a href="Mocha/ObjectMethods.html#stubs-instance_method" title="Mocha::ObjectMethods#stubs (method)">#stubs</a></span>
|
522
514
|
<small>Mocha::ObjectMethods</small>
|
@@ -524,7 +516,7 @@
|
|
524
516
|
</li>
|
525
517
|
|
526
518
|
|
527
|
-
<li class="
|
519
|
+
<li class="even ">
|
528
520
|
<div class="item">
|
529
521
|
<span class='object_link'><a href="Mocha/Mock.html#stubs-instance_method" title="Mocha::Mock#stubs (method)">#stubs</a></span>
|
530
522
|
<small>Mocha::Mock</small>
|
@@ -532,7 +524,7 @@
|
|
532
524
|
</li>
|
533
525
|
|
534
526
|
|
535
|
-
<li class="
|
527
|
+
<li class="odd ">
|
536
528
|
<div class="item">
|
537
529
|
<span class='object_link'><a href="Mocha/Expectation.html#then-instance_method" title="Mocha::Expectation#then (method)">#then</a></span>
|
538
530
|
<small>Mocha::Expectation</small>
|
@@ -540,7 +532,7 @@
|
|
540
532
|
</li>
|
541
533
|
|
542
534
|
|
543
|
-
<li class="
|
535
|
+
<li class="even ">
|
544
536
|
<div class="item">
|
545
537
|
<span class='object_link'><a href="Mocha/Expectation.html#throws-instance_method" title="Mocha::Expectation#throws (method)">#throws</a></span>
|
546
538
|
<small>Mocha::Expectation</small>
|
@@ -548,7 +540,7 @@
|
|
548
540
|
</li>
|
549
541
|
|
550
542
|
|
551
|
-
<li class="
|
543
|
+
<li class="odd ">
|
552
544
|
<div class="item">
|
553
545
|
<span class='object_link'><a href="Mocha/Expectation.html#times-instance_method" title="Mocha::Expectation#times (method)">#times</a></span>
|
554
546
|
<small>Mocha::Expectation</small>
|
@@ -556,7 +548,7 @@
|
|
556
548
|
</li>
|
557
549
|
|
558
550
|
|
559
|
-
<li class="
|
551
|
+
<li class="even ">
|
560
552
|
<div class="item">
|
561
553
|
<span class='object_link'><a href="Mocha/Expectation.html#twice-instance_method" title="Mocha::Expectation#twice (method)">#twice</a></span>
|
562
554
|
<small>Mocha::Expectation</small>
|
@@ -564,23 +556,23 @@
|
|
564
556
|
</li>
|
565
557
|
|
566
558
|
|
567
|
-
<li class="
|
559
|
+
<li class="odd ">
|
568
560
|
<div class="item">
|
569
|
-
<span class='object_link'><a href="Mocha/
|
570
|
-
<small>Mocha::
|
561
|
+
<span class='object_link'><a href="Mocha/Mock.html#unstub-instance_method" title="Mocha::Mock#unstub (method)">#unstub</a></span>
|
562
|
+
<small>Mocha::Mock</small>
|
571
563
|
</div>
|
572
564
|
</li>
|
573
565
|
|
574
566
|
|
575
|
-
<li class="
|
567
|
+
<li class="even ">
|
576
568
|
<div class="item">
|
577
|
-
<span class='object_link'><a href="Mocha/
|
578
|
-
<small>Mocha::
|
569
|
+
<span class='object_link'><a href="Mocha/ObjectMethods.html#unstub-instance_method" title="Mocha::ObjectMethods#unstub (method)">#unstub</a></span>
|
570
|
+
<small>Mocha::ObjectMethods</small>
|
579
571
|
</div>
|
580
572
|
</li>
|
581
573
|
|
582
574
|
|
583
|
-
<li class="
|
575
|
+
<li class="odd deprecated">
|
584
576
|
<div class="item">
|
585
577
|
<span class='object_link'><a href="Mocha/Configuration.html#warn_when-class_method" title="Mocha::Configuration.warn_when (method)">warn_when</a></span>
|
586
578
|
<small>Mocha::Configuration</small>
|
@@ -588,7 +580,7 @@
|
|
588
580
|
</li>
|
589
581
|
|
590
582
|
|
591
|
-
<li class="
|
583
|
+
<li class="even ">
|
592
584
|
<div class="item">
|
593
585
|
<span class='object_link'><a href="Mocha/Expectation.html#when-instance_method" title="Mocha::Expectation#when (method)">#when</a></span>
|
594
586
|
<small>Mocha::Expectation</small>
|
@@ -596,7 +588,7 @@
|
|
596
588
|
</li>
|
597
589
|
|
598
590
|
|
599
|
-
<li class="
|
591
|
+
<li class="odd ">
|
600
592
|
<div class="item">
|
601
593
|
<span class='object_link'><a href="Mocha/Expectation.html#with-instance_method" title="Mocha::Expectation#with (method)">#with</a></span>
|
602
594
|
<small>Mocha::Expectation</small>
|
@@ -604,7 +596,7 @@
|
|
604
596
|
</li>
|
605
597
|
|
606
598
|
|
607
|
-
<li class="
|
599
|
+
<li class="even ">
|
608
600
|
<div class="item">
|
609
601
|
<span class='object_link'><a href="Mocha/ParameterMatchers.html#yaml_equivalent-instance_method" title="Mocha::ParameterMatchers#yaml_equivalent (method)">#yaml_equivalent</a></span>
|
610
602
|
<small>Mocha::ParameterMatchers</small>
|
@@ -612,7 +604,7 @@
|
|
612
604
|
</li>
|
613
605
|
|
614
606
|
|
615
|
-
<li class="
|
607
|
+
<li class="odd ">
|
616
608
|
<div class="item">
|
617
609
|
<span class='object_link'><a href="Mocha/Expectation.html#yields-instance_method" title="Mocha::Expectation#yields (method)">#yields</a></span>
|
618
610
|
<small>Mocha::Expectation</small>
|
@@ -620,7 +612,7 @@
|
|
620
612
|
</li>
|
621
613
|
|
622
614
|
|
623
|
-
<li class="
|
615
|
+
<li class="even ">
|
624
616
|
<div class="item">
|
625
617
|
<span class='object_link'><a href="Mocha/ParameterMatchers/Base.html#%7C-instance_method" title="Mocha::ParameterMatchers::Base#| (method)">#|</a></span>
|
626
618
|
<small>Mocha::ParameterMatchers::Base</small>
|