forked from rspec/rspec.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmethod_list.html
938 lines (938 loc) · 61.2 KB
/
method_list.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="/stylesheets/docs/full_list.css" type="text/css" media="screen" charset="utf-8" />
<link rel="stylesheet" href="/stylesheets/docs/common.css" type="text/css" media="screen" charset="utf-8" />
<script type="text/javascript" charset="utf-8" src="/javascripts/docs/jquery.js"></script>
<script type="text/javascript" charset="utf-8" src="/javascripts/docs/full_list.js"></script>
<title>Method List</title>
<base id="base_target" target="_parent" />
</head>
<body>
<script type="text/javascript" charset="utf-8">
var hasFrames = false;
try {
hasFrames = window.top.frames.main ? true : false;
} catch (e) { }
if (hasFrames) {
document.getElementById('base_target').target = 'main';
document.body.className = 'frames';
}
</script>
<div id="content">
<h1 id="full_list_header">Method List</h1>
<div id="nav">
<span><a target="_self" href="class_list.html">
Classes
</a></span>
<span><a target="_self" href="method_list.html">
Methods
</a></span>
<span><a target="_self" href="file_list.html">
Files
</a></span>
</div>
<div id="search">Search: <input type="text" /></div>
<ul id="full_list" class="method">
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/ArgumentMatchers/KindOf.html#%3D%3D-instance_method" title="RSpec::Mocks::ArgumentMatchers::KindOf#== (method)">#==</a></span>
<small>RSpec::Mocks::ArgumentMatchers::KindOf</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/ArgumentMatchers/BooleanMatcher.html#%3D%3D-instance_method" title="RSpec::Mocks::ArgumentMatchers::BooleanMatcher#== (method)">#==</a></span>
<small>RSpec::Mocks::ArgumentMatchers::BooleanMatcher</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/ArgumentMatchers/HashExcludingMatcher.html#%3D%3D-instance_method" title="RSpec::Mocks::ArgumentMatchers::HashExcludingMatcher#== (method)">#==</a></span>
<small>RSpec::Mocks::ArgumentMatchers::HashExcludingMatcher</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/ArgumentMatchers/InstanceOf.html#%3D%3D-instance_method" title="RSpec::Mocks::ArgumentMatchers::InstanceOf#== (method)">#==</a></span>
<small>RSpec::Mocks::ArgumentMatchers::InstanceOf</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/TestDouble.html#%3D%3D-instance_method" title="RSpec::Mocks::TestDouble#== (method)">#==</a></span>
<small>RSpec::Mocks::TestDouble</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/ArgumentMatchers/HashIncludingMatcher.html#%3D%3D-instance_method" title="RSpec::Mocks::ArgumentMatchers::HashIncludingMatcher#== (method)">#==</a></span>
<small>RSpec::Mocks::ArgumentMatchers::HashIncludingMatcher</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/ArgumentMatchers/EqualityProxy.html#%3D%3D-instance_method" title="RSpec::Mocks::ArgumentMatchers::EqualityProxy#== (method)">#==</a></span>
<small>RSpec::Mocks::ArgumentMatchers::EqualityProxy</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/ArgumentMatchers/AnyArgMatcher.html#%3D%3D-instance_method" title="RSpec::Mocks::ArgumentMatchers::AnyArgMatcher#== (method)">#==</a></span>
<small>RSpec::Mocks::ArgumentMatchers::AnyArgMatcher</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/ArgumentMatchers/MatcherMatcher.html#%3D%3D-instance_method" title="RSpec::Mocks::ArgumentMatchers::MatcherMatcher#== (method)">#==</a></span>
<small>RSpec::Mocks::ArgumentMatchers::MatcherMatcher</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/ArgumentMatchers/DuckTypeMatcher.html#%3D%3D-instance_method" title="RSpec::Mocks::ArgumentMatchers::DuckTypeMatcher#== (method)">#==</a></span>
<small>RSpec::Mocks::ArgumentMatchers::DuckTypeMatcher</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/ArgumentMatchers/RegexpMatcher.html#%3D%3D-instance_method" title="RSpec::Mocks::ArgumentMatchers::RegexpMatcher#== (method)">#==</a></span>
<small>RSpec::Mocks::ArgumentMatchers::RegexpMatcher</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/TestDouble.html#__warn_if_used_further%21-instance_method" title="RSpec::Mocks::TestDouble#__warn_if_used_further! (method)">#__warn_if_used_further!</a></span>
<small>RSpec::Mocks::TestDouble</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/Configuration.html#add_stub_and_should_receive_to-instance_method" title="RSpec::Mocks::Configuration#add_stub_and_should_receive_to (method)">#add_stub_and_should_receive_to</a></span>
<small>RSpec::Mocks::Configuration</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="Backports.html#alias_method_chain-class_method" title="Backports.alias_method_chain (method)">alias_method_chain</a></span>
<small>Backports</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/Syntax.html#allow-instance_method" title="RSpec::Mocks::Syntax#allow (method)">#allow</a></span>
<small>RSpec::Mocks::Syntax</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/Syntax.html#allow_any_instance_of-instance_method" title="RSpec::Mocks::Syntax#allow_any_instance_of (method)">#allow_any_instance_of</a></span>
<small>RSpec::Mocks::Syntax</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks.html#allow_message-class_method" title="RSpec::Mocks.allow_message (method)">allow_message</a></span>
<small>RSpec::Mocks</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/ExampleMethods.html#allow_message_expectations_on_nil-instance_method" title="RSpec::Mocks::ExampleMethods#allow_message_expectations_on_nil (method)">#allow_message_expectations_on_nil</a></span>
<small>RSpec::Mocks::ExampleMethods</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/AnyInstance/Recorder.html#already_observing%3F-instance_method" title="RSpec::Mocks::AnyInstance::Recorder#already_observing? (method)">#already_observing?</a></span>
<small>RSpec::Mocks::AnyInstance::Recorder</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/MessageExpectation.html#and_call_original-instance_method" title="RSpec::Mocks::MessageExpectation#and_call_original (method)">#and_call_original</a></span>
<small>RSpec::Mocks::MessageExpectation</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/AnyInstance/Chain/Customizations.html#and_call_original-instance_method" title="RSpec::Mocks::AnyInstance::Chain::Customizations#and_call_original (method)">#and_call_original</a></span>
<small>RSpec::Mocks::AnyInstance::Chain::Customizations</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/MessageExpectation.html#and_raise-instance_method" title="RSpec::Mocks::MessageExpectation#and_raise (method)">#and_raise</a></span>
<small>RSpec::Mocks::MessageExpectation</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/AnyInstance/Chain/Customizations.html#and_raise-instance_method" title="RSpec::Mocks::AnyInstance::Chain::Customizations#and_raise (method)">#and_raise</a></span>
<small>RSpec::Mocks::AnyInstance::Chain::Customizations</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/AnyInstance/Chain/Customizations.html#and_return-instance_method" title="RSpec::Mocks::AnyInstance::Chain::Customizations#and_return (method)">#and_return</a></span>
<small>RSpec::Mocks::AnyInstance::Chain::Customizations</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/MessageExpectation.html#and_return-instance_method" title="RSpec::Mocks::MessageExpectation#and_return (method)">#and_return</a></span>
<small>RSpec::Mocks::MessageExpectation</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/MessageExpectation.html#and_throw-instance_method" title="RSpec::Mocks::MessageExpectation#and_throw (method)">#and_throw</a></span>
<small>RSpec::Mocks::MessageExpectation</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/AnyInstance/Chain/Customizations.html#and_throw-instance_method" title="RSpec::Mocks::AnyInstance::Chain::Customizations#and_throw (method)">#and_throw</a></span>
<small>RSpec::Mocks::AnyInstance::Chain::Customizations</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/AnyInstance/Chain/Customizations.html#and_yield-instance_method" title="RSpec::Mocks::AnyInstance::Chain::Customizations#and_yield (method)">#and_yield</a></span>
<small>RSpec::Mocks::AnyInstance::Chain::Customizations</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/MessageExpectation.html#and_yield-instance_method" title="RSpec::Mocks::MessageExpectation#and_yield (method)">#and_yield</a></span>
<small>RSpec::Mocks::MessageExpectation</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/MessageExpectation.html#and_yield_receiver_to_implementation-instance_method" title="RSpec::Mocks::MessageExpectation#and_yield_receiver_to_implementation (method)">#and_yield_receiver_to_implementation</a></span>
<small>RSpec::Mocks::MessageExpectation</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/ArgumentMatchers.html#any_args-instance_method" title="RSpec::Mocks::ArgumentMatchers#any_args (method)">#any_args</a></span>
<small>RSpec::Mocks::ArgumentMatchers</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/Syntax.html#any_instance-instance_method" title="RSpec::Mocks::Syntax#any_instance (method)">#any_instance</a></span>
<small>RSpec::Mocks::Syntax</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks.html#any_instance_recorder_for-class_method" title="RSpec::Mocks.any_instance_recorder_for (method)">any_instance_recorder_for</a></span>
<small>RSpec::Mocks</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/Space.html#any_instance_recorder_for-instance_method" title="RSpec::Mocks::Space#any_instance_recorder_for (method)">#any_instance_recorder_for</a></span>
<small>RSpec::Mocks::Space</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/Space.html#any_instance_recorders-instance_method" title="RSpec::Mocks::Space#any_instance_recorders (method)">#any_instance_recorders</a></span>
<small>RSpec::Mocks::Space</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/AnyInstance/Chain/Customizations.html#any_number_of_times-instance_method" title="RSpec::Mocks::AnyInstance::Chain::Customizations#any_number_of_times (method)">#any_number_of_times</a></span>
<small>RSpec::Mocks::AnyInstance::Chain::Customizations</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/MessageExpectation.html#any_number_of_times-instance_method" title="RSpec::Mocks::MessageExpectation#any_number_of_times (method)">#any_number_of_times</a></span>
<small>RSpec::Mocks::MessageExpectation</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/ArgumentMatchers.html#anything-instance_method" title="RSpec::Mocks::ArgumentMatchers#anything (method)">#anything</a></span>
<small>RSpec::Mocks::ArgumentMatchers</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/ArgumentListMatcher.html#args_match%3F-instance_method" title="RSpec::Mocks::ArgumentListMatcher#args_match? (method)">#args_match?</a></span>
<small>RSpec::Mocks::ArgumentListMatcher</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/Syntax.html#as_null_object-instance_method" title="RSpec::Mocks::Syntax#as_null_object (method)">#as_null_object</a></span>
<small>RSpec::Mocks::Syntax</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/TestDouble.html#as_null_object-instance_method" title="RSpec::Mocks::TestDouble#as_null_object (method)">#as_null_object</a></span>
<small>RSpec::Mocks::TestDouble</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/MessageExpectation.html#at_least-instance_method" title="RSpec::Mocks::MessageExpectation#at_least (method)">#at_least</a></span>
<small>RSpec::Mocks::MessageExpectation</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/AnyInstance/Chain/Customizations.html#at_least-instance_method" title="RSpec::Mocks::AnyInstance::Chain::Customizations#at_least (method)">#at_least</a></span>
<small>RSpec::Mocks::AnyInstance::Chain::Customizations</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/AnyInstance/Chain/Customizations.html#at_most-instance_method" title="RSpec::Mocks::AnyInstance::Chain::Customizations#at_most (method)">#at_most</a></span>
<small>RSpec::Mocks::AnyInstance::Chain::Customizations</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/MessageExpectation.html#at_most-instance_method" title="RSpec::Mocks::MessageExpectation#at_most (method)">#at_most</a></span>
<small>RSpec::Mocks::MessageExpectation</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/ArgumentMatchers.html#boolean-instance_method" title="RSpec::Mocks::ArgumentMatchers#boolean (method)">#boolean</a></span>
<small>RSpec::Mocks::ArgumentMatchers</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/AnyInstance/Recorder.html#build_alias_method_name-instance_method" title="RSpec::Mocks::AnyInstance::Recorder#build_alias_method_name (method)">#build_alias_method_name</a></span>
<small>RSpec::Mocks::AnyInstance::Recorder</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/MethodDouble/ProcWithBlock.html#call-instance_method" title="RSpec::Mocks::MethodDouble::ProcWithBlock#call (method)">#call</a></span>
<small>RSpec::Mocks::MethodDouble::ProcWithBlock</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks.html#configuration-class_method" title="RSpec::Mocks.configuration (method)">configuration</a></span>
<small>RSpec::Mocks</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/RecursiveConstMethods.html#const_defined_on%3F-instance_method" title="RSpec::Mocks::RecursiveConstMethods#const_defined_on? (method)">#const_defined_on?</a></span>
<small>RSpec::Mocks::RecursiveConstMethods</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks.html#const_missing-class_method" title="RSpec::Mocks.const_missing (method)">const_missing</a></span>
<small>RSpec::Mocks</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/RecursiveConstMethods.html#constants_defined_on-instance_method" title="RSpec::Mocks::RecursiveConstMethods#constants_defined_on (method)">#constants_defined_on</a></span>
<small>RSpec::Mocks::RecursiveConstMethods</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/Syntax.html#default_should_syntax_host-class_method" title="RSpec::Mocks::Syntax.default_should_syntax_host (method)">default_should_syntax_host</a></span>
<small>RSpec::Mocks::Syntax</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/TargetBase.html#delegate_to-class_method" title="RSpec::Mocks::TargetBase.delegate_to (method)">delegate_to</a></span>
<small>RSpec::Mocks::TargetBase</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/ArgumentMatchers/AnyArgsMatcher.html#description-instance_method" title="RSpec::Mocks::ArgumentMatchers::AnyArgsMatcher#description (method)">#description</a></span>
<small>RSpec::Mocks::ArgumentMatchers::AnyArgsMatcher</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/ArgumentMatchers/NoArgsMatcher.html#description-instance_method" title="RSpec::Mocks::ArgumentMatchers::NoArgsMatcher#description (method)">#description</a></span>
<small>RSpec::Mocks::ArgumentMatchers::NoArgsMatcher</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/Matchers/HaveReceived.html#description-instance_method" title="RSpec::Mocks::Matchers::HaveReceived#description (method)">#description</a></span>
<small>RSpec::Mocks::Matchers::HaveReceived</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/ArgumentMatchers/HashExcludingMatcher.html#description-instance_method" title="RSpec::Mocks::ArgumentMatchers::HashExcludingMatcher#description (method)">#description</a></span>
<small>RSpec::Mocks::ArgumentMatchers::HashExcludingMatcher</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/ArgumentMatchers/HashIncludingMatcher.html#description-instance_method" title="RSpec::Mocks::ArgumentMatchers::HashIncludingMatcher#description (method)">#description</a></span>
<small>RSpec::Mocks::ArgumentMatchers::HashIncludingMatcher</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/Syntax.html#disable_expect-class_method" title="RSpec::Mocks::Syntax.disable_expect (method)">disable_expect</a></span>
<small>RSpec::Mocks::Syntax</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/Syntax.html#disable_should-class_method" title="RSpec::Mocks::Syntax.disable_should (method)">disable_should</a></span>
<small>RSpec::Mocks::Syntax</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/TargetBase.html#disallow_negation-class_method" title="RSpec::Mocks::TargetBase.disallow_negation (method)">disallow_negation</a></span>
<small>RSpec::Mocks::TargetBase</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/MessageExpectation.html#display_any_instance_deprecation_warning-instance_method" title="RSpec::Mocks::MessageExpectation#display_any_instance_deprecation_warning (method)">#display_any_instance_deprecation_warning</a></span>
<small>RSpec::Mocks::MessageExpectation</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/Matchers/HaveReceived.html#does_not_match%3F-instance_method" title="RSpec::Mocks::Matchers::HaveReceived#does_not_match? (method)">#does_not_match?</a></span>
<small>RSpec::Mocks::Matchers::HaveReceived</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/ExampleMethods.html#double-instance_method" title="RSpec::Mocks::ExampleMethods#double (method)">#double</a></span>
<small>RSpec::Mocks::ExampleMethods</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/ArgumentMatchers.html#duck_type-instance_method" title="RSpec::Mocks::ArgumentMatchers#duck_type (method)">#duck_type</a></span>
<small>RSpec::Mocks::ArgumentMatchers</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="Marshal.html#dump_with_mocks-class_method" title="Marshal.dump_with_mocks (method)">dump_with_mocks</a></span>
<small>Marshal</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/Syntax.html#enable_expect-class_method" title="RSpec::Mocks::Syntax.enable_expect (method)">enable_expect</a></span>
<small>RSpec::Mocks::Syntax</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/Syntax.html#enable_should-class_method" title="RSpec::Mocks::Syntax.enable_should (method)">enable_should</a></span>
<small>RSpec::Mocks::Syntax</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/AnyInstance/Chain/Customizations.html#exactly-instance_method" title="RSpec::Mocks::AnyInstance::Chain::Customizations#exactly (method)">#exactly</a></span>
<small>RSpec::Mocks::AnyInstance::Chain::Customizations</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/MessageExpectation.html#exactly-instance_method" title="RSpec::Mocks::MessageExpectation#exactly (method)">#exactly</a></span>
<small>RSpec::Mocks::MessageExpectation</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/Syntax.html#expect-instance_method" title="RSpec::Mocks::Syntax#expect (method)">#expect</a></span>
<small>RSpec::Mocks::Syntax</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/Syntax.html#expect_any_instance_of-instance_method" title="RSpec::Mocks::Syntax#expect_any_instance_of (method)">#expect_any_instance_of</a></span>
<small>RSpec::Mocks::Syntax</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/Syntax.html#expect_enabled%3F-class_method" title="RSpec::Mocks::Syntax.expect_enabled? (method)">expect_enabled?</a></span>
<small>RSpec::Mocks::Syntax</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks.html#expect_message-class_method" title="RSpec::Mocks.expect_message (method)">expect_message</a></span>
<small>RSpec::Mocks</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/MessageExpectation.html#expectation_count_type-instance_method" title="RSpec::Mocks::MessageExpectation#expectation_count_type (method)">#expectation_count_type</a></span>
<small>RSpec::Mocks::MessageExpectation</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/AnyInstance/ExpectationChain.html#expectation_fulfilled%3F-instance_method" title="RSpec::Mocks::AnyInstance::ExpectationChain#expectation_fulfilled? (method)">#expectation_fulfilled?</a></span>
<small>RSpec::Mocks::AnyInstance::ExpectationChain</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/Space.html#expectation_ordering-instance_method" title="RSpec::Mocks::Space#expectation_ordering (method)">#expectation_ordering</a></span>
<small>RSpec::Mocks::Space</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/TestDouble.html#extend_onto-class_method" title="RSpec::Mocks::TestDouble.extend_onto (method)">extend_onto</a></span>
<small>RSpec::Mocks::TestDouble</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/Matchers/HaveReceived.html#failure_message-instance_method" title="RSpec::Mocks::Matchers::HaveReceived#failure_message (method)">#failure_message</a></span>
<small>RSpec::Mocks::Matchers::HaveReceived</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/ConstantMutator.html#find-class_method" title="RSpec::Mocks::ConstantMutator.find (method)">find</a></span>
<small>RSpec::Mocks::ConstantMutator</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/CallerFilter.html#first_non_rspec_line-class_method" title="RSpec::CallerFilter.first_non_rspec_line (method)">first_non_rspec_line</a></span>
<small>RSpec::CallerFilter</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/TestDouble.html#freeze-instance_method" title="RSpec::Mocks::TestDouble#freeze (method)">#freeze</a></span>
<small>RSpec::Mocks::TestDouble</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/ConstantMutator/BaseMutator.html#full_constant_name-instance_method" title="RSpec::Mocks::ConstantMutator::BaseMutator#full_constant_name (method)">#full_constant_name</a></span>
<small>RSpec::Mocks::ConstantMutator::BaseMutator</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/RecursiveConstMethods.html#get_const_defined_on-instance_method" title="RSpec::Mocks::RecursiveConstMethods#get_const_defined_on (method)">#get_const_defined_on</a></span>
<small>RSpec::Mocks::RecursiveConstMethods</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/ArgumentMatchers.html#hash_excluding-instance_method" title="RSpec::Mocks::ArgumentMatchers#hash_excluding (method)">#hash_excluding</a></span>
<small>RSpec::Mocks::ArgumentMatchers</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/ArgumentMatchers.html#hash_including-instance_method" title="RSpec::Mocks::ArgumentMatchers#hash_including (method)">#hash_including</a></span>
<small>RSpec::Mocks::ArgumentMatchers</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/ExampleMethods.html#have_received-instance_method" title="RSpec::Mocks::ExampleMethods#have_received (method)">#have_received</a></span>
<small>RSpec::Mocks::ExampleMethods</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/Constant.html#hidden%3F-instance_method" title="RSpec::Mocks::Constant#hidden? (method)">#hidden?</a></span>
<small>RSpec::Mocks::Constant</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/ConstantMutator.html#hide-class_method" title="RSpec::Mocks::ConstantMutator.hide (method)">hide</a></span>
<small>RSpec::Mocks::ConstantMutator</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/ExampleMethods.html#hide_const-instance_method" title="RSpec::Mocks::ExampleMethods#hide_const (method)">#hide_const</a></span>
<small>RSpec::Mocks::ExampleMethods</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/Space.html#id_for-instance_method" title="RSpec::Mocks::Space#id_for (method)">#id_for</a></span>
<small>RSpec::Mocks::Space</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/AnyInstance/Chain.html#initialize-instance_method" title="RSpec::Mocks::AnyInstance::Chain#initialize (method)">#initialize</a></span>
<small>RSpec::Mocks::AnyInstance::Chain</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/ArgumentMatchers/DuckTypeMatcher.html#initialize-instance_method" title="RSpec::Mocks::ArgumentMatchers::DuckTypeMatcher#initialize (method)">#initialize</a></span>
<small>RSpec::Mocks::ArgumentMatchers::DuckTypeMatcher</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/AnyInstance/ExpectationChain.html#initialize-instance_method" title="RSpec::Mocks::AnyInstance::ExpectationChain#initialize (method)">#initialize</a></span>
<small>RSpec::Mocks::AnyInstance::ExpectationChain</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/ArgumentMatchers/MatcherMatcher.html#initialize-instance_method" title="RSpec::Mocks::ArgumentMatchers::MatcherMatcher#initialize (method)">#initialize</a></span>
<small>RSpec::Mocks::ArgumentMatchers::MatcherMatcher</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/Matchers/Receive.html#initialize-instance_method" title="RSpec::Mocks::Matchers::Receive#initialize (method)">#initialize</a></span>
<small>RSpec::Mocks::Matchers::Receive</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/ArgumentMatchers/HashExcludingMatcher.html#initialize-instance_method" title="RSpec::Mocks::ArgumentMatchers::HashExcludingMatcher#initialize (method)">#initialize</a></span>
<small>RSpec::Mocks::ArgumentMatchers::HashExcludingMatcher</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/TargetBase.html#initialize-instance_method" title="RSpec::Mocks::TargetBase#initialize (method)">#initialize</a></span>
<small>RSpec::Mocks::TargetBase</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/ArgumentMatchers/EqualityProxy.html#initialize-instance_method" title="RSpec::Mocks::ArgumentMatchers::EqualityProxy#initialize (method)">#initialize</a></span>
<small>RSpec::Mocks::ArgumentMatchers::EqualityProxy</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/ConstantMutator/BaseMutator.html#initialize-instance_method" title="RSpec::Mocks::ConstantMutator::BaseMutator#initialize (method)">#initialize</a></span>
<small>RSpec::Mocks::ConstantMutator::BaseMutator</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/TestDouble.html#initialize-instance_method" title="RSpec::Mocks::TestDouble#initialize (method)">#initialize</a></span>
<small>RSpec::Mocks::TestDouble</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/ArgumentListMatcher.html#initialize-instance_method" title="RSpec::Mocks::ArgumentListMatcher#initialize (method)">#initialize</a></span>
<small>RSpec::Mocks::ArgumentListMatcher</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/Matchers/Receive/Customization.html#initialize-instance_method" title="RSpec::Mocks::Matchers::Receive::Customization#initialize (method)">#initialize</a></span>
<small>RSpec::Mocks::Matchers::Receive::Customization</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/Configuration.html#initialize-instance_method" title="RSpec::Mocks::Configuration#initialize (method)">#initialize</a></span>
<small>RSpec::Mocks::Configuration</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/Constant.html#initialize-instance_method" title="RSpec::Mocks::Constant#initialize (method)">#initialize</a></span>
<small>RSpec::Mocks::Constant</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/ArgumentMatchers/AnyArgMatcher.html#initialize-instance_method" title="RSpec::Mocks::ArgumentMatchers::AnyArgMatcher#initialize (method)">#initialize</a></span>
<small>RSpec::Mocks::ArgumentMatchers::AnyArgMatcher</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/Space.html#initialize-instance_method" title="RSpec::Mocks::Space#initialize (method)">#initialize</a></span>
<small>RSpec::Mocks::Space</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/ArgumentMatchers/InstanceOf.html#initialize-instance_method" title="RSpec::Mocks::ArgumentMatchers::InstanceOf#initialize (method)">#initialize</a></span>
<small>RSpec::Mocks::ArgumentMatchers::InstanceOf</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/ArgumentMatchers/RegexpMatcher.html#initialize-instance_method" title="RSpec::Mocks::ArgumentMatchers::RegexpMatcher#initialize (method)">#initialize</a></span>
<small>RSpec::Mocks::ArgumentMatchers::RegexpMatcher</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/ArgumentMatchers/KindOf.html#initialize-instance_method" title="RSpec::Mocks::ArgumentMatchers::KindOf#initialize (method)">#initialize</a></span>
<small>RSpec::Mocks::ArgumentMatchers::KindOf</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/ArgumentMatchers/BooleanMatcher.html#initialize-instance_method" title="RSpec::Mocks::ArgumentMatchers::BooleanMatcher#initialize (method)">#initialize</a></span>
<small>RSpec::Mocks::ArgumentMatchers::BooleanMatcher</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/Matchers/HaveReceived.html#initialize-instance_method" title="RSpec::Mocks::Matchers::HaveReceived#initialize (method)">#initialize</a></span>
<small>RSpec::Mocks::Matchers::HaveReceived</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/ArgumentMatchers/HashIncludingMatcher.html#initialize-instance_method" title="RSpec::Mocks::ArgumentMatchers::HashIncludingMatcher#initialize (method)">#initialize</a></span>
<small>RSpec::Mocks::ArgumentMatchers::HashIncludingMatcher</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/AnyInstance/Recorder.html#initialize-instance_method" title="RSpec::Mocks::AnyInstance::Recorder#initialize (method)">#initialize</a></span>
<small>RSpec::Mocks::AnyInstance::Recorder</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/ArgumentMatchers.html#instance_of-instance_method" title="RSpec::Mocks::ArgumentMatchers#instance_of (method)">#instance_of</a></span>
<small>RSpec::Mocks::ArgumentMatchers</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/ArgumentMatchers.html#kind_of-instance_method" title="RSpec::Mocks::ArgumentMatchers#kind_of (method)">#kind_of</a></span>
<small>RSpec::Mocks::ArgumentMatchers</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="Proc.html#lambda%3F-instance_method" title="Proc#lambda? (method)">#lambda?</a></span>
<small>Proc</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="Kernel.html#lambda_with_lambda_tracking-instance_method" title="Kernel#lambda_with_lambda_tracking (method)">#lambda_with_lambda_tracking</a></span>
<small>Kernel</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/Configuration.html#marshal_patched%3F-instance_method" title="RSpec::Mocks::Configuration#marshal_patched? (method)">#marshal_patched?</a></span>
<small>RSpec::Mocks::Configuration</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/Matchers/HaveReceived.html#matches%3F-instance_method" title="RSpec::Mocks::Matchers::HaveReceived#matches? (method)">#matches?</a></span>
<small>RSpec::Mocks::Matchers::HaveReceived</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/MessageExpectation.html#message-instance_method" title="RSpec::Mocks::MessageExpectation#message (method)">#message</a></span>
<small>RSpec::Mocks::MessageExpectation</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks.html#method_handle_for-class_method" title="RSpec::Mocks.method_handle_for (method)">method_handle_for</a></span>
<small>RSpec::Mocks</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/MethodDouble/ProcWithBlock.html#method_name-instance_method" title="RSpec::Mocks::MethodDouble::ProcWithBlock#method_name (method)">#method_name</a></span>
<small>RSpec::Mocks::MethodDouble::ProcWithBlock</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/ExampleMethods.html#mock-instance_method" title="RSpec::Mocks::ExampleMethods#mock (method)">#mock</a></span>
<small>RSpec::Mocks::ExampleMethods</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/ConstantMutator/ConstantHider.html#mutate-instance_method" title="RSpec::Mocks::ConstantMutator::ConstantHider#mutate (method)">#mutate</a></span>
<small>RSpec::Mocks::ConstantMutator::ConstantHider</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/ConstantMutator.html#mutate-class_method" title="RSpec::Mocks::ConstantMutator.mutate (method)">mutate</a></span>
<small>RSpec::Mocks::ConstantMutator</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/ConstantMutator/DefinedConstantReplacer.html#mutate-instance_method" title="RSpec::Mocks::ConstantMutator::DefinedConstantReplacer#mutate (method)">#mutate</a></span>
<small>RSpec::Mocks::ConstantMutator::DefinedConstantReplacer</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/ConstantMutator/UndefinedConstantSetter.html#mutate-instance_method" title="RSpec::Mocks::ConstantMutator::UndefinedConstantSetter#mutate (method)">#mutate</a></span>
<small>RSpec::Mocks::ConstantMutator::UndefinedConstantSetter</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/Constant.html#mutated%3F-instance_method" title="RSpec::Mocks::Constant#mutated? (method)">#mutated?</a></span>
<small>RSpec::Mocks::Constant</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/ConstantMutator.html#mutators-class_method" title="RSpec::Mocks::ConstantMutator.mutators (method)">mutators</a></span>
<small>RSpec::Mocks::ConstantMutator</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/Constant.html#name-instance_method" title="RSpec::Mocks::Constant#name (method)">#name</a></span>
<small>RSpec::Mocks::Constant</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/Matchers/HaveReceived.html#negative_failure_message-instance_method" title="RSpec::Mocks::Matchers::HaveReceived#negative_failure_message (method)">#negative_failure_message</a></span>
<small>RSpec::Mocks::Matchers::HaveReceived</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/MessageExpectation.html#never-instance_method" title="RSpec::Mocks::MessageExpectation#never (method)">#never</a></span>
<small>RSpec::Mocks::MessageExpectation</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/AnyInstance/Chain/Customizations.html#never-instance_method" title="RSpec::Mocks::AnyInstance::Chain::Customizations#never (method)">#never</a></span>
<small>RSpec::Mocks::AnyInstance::Chain::Customizations</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/AnyInstance/Chain.html#never-instance_method" title="RSpec::Mocks::AnyInstance::Chain#never (method)">#never</a></span>
<small>RSpec::Mocks::AnyInstance::Chain</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/ArgumentMatchers.html#no_args-instance_method" title="RSpec::Mocks::ArgumentMatchers#no_args (method)">#no_args</a></span>
<small>RSpec::Mocks::ArgumentMatchers</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/RecursiveConstMethods.html#normalize_const_name-instance_method" title="RSpec::Mocks::RecursiveConstMethods#normalize_const_name (method)">#normalize_const_name</a></span>
<small>RSpec::Mocks::RecursiveConstMethods</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/Syntax.html#null_object%3F-instance_method" title="RSpec::Mocks::Syntax#null_object? (method)">#null_object?</a></span>
<small>RSpec::Mocks::Syntax</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/TestDouble.html#null_object%3F-instance_method" title="RSpec::Mocks::TestDouble#null_object? (method)">#null_object?</a></span>
<small>RSpec::Mocks::TestDouble</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/MethodDouble/ProcWithBlock.html#object-instance_method" title="RSpec::Mocks::MethodDouble::ProcWithBlock#object (method)">#object</a></span>
<small>RSpec::Mocks::MethodDouble::ProcWithBlock</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/AnyInstance/Chain/Customizations.html#once-instance_method" title="RSpec::Mocks::AnyInstance::Chain::Customizations#once (method)">#once</a></span>
<small>RSpec::Mocks::AnyInstance::Chain::Customizations</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/MessageExpectation.html#once-instance_method" title="RSpec::Mocks::MessageExpectation#once (method)">#once</a></span>
<small>RSpec::Mocks::MessageExpectation</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/MessageExpectation.html#ordered-instance_method" title="RSpec::Mocks::MessageExpectation#ordered (method)">#ordered</a></span>
<small>RSpec::Mocks::MessageExpectation</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/MessageExpectation.html#orig_object-instance_method" title="RSpec::Mocks::MessageExpectation#orig_object (method)">#orig_object</a></span>
<small>RSpec::Mocks::MessageExpectation</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/Constant.html#original-class_method" title="RSpec::Mocks::Constant.original (method)">original</a></span>
<small>RSpec::Mocks::Constant</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/Constant.html#original_value-instance_method" title="RSpec::Mocks::Constant#original_value (method)">#original_value</a></span>
<small>RSpec::Mocks::Constant</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/ConstantMutator/BaseMutator.html#original_value-instance_method" title="RSpec::Mocks::ConstantMutator::BaseMutator#original_value (method)">#original_value</a></span>
<small>RSpec::Mocks::ConstantMutator::BaseMutator</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/Space.html#outside_example-instance_method" title="RSpec::Mocks::Space#outside_example (method)">#outside_example</a></span>
<small>RSpec::Mocks::Space</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/Configuration.html#patch_marshal_to_support_partial_doubles%3D-instance_method" title="RSpec::Mocks::Configuration#patch_marshal_to_support_partial_doubles= (method)">#patch_marshal_to_support_partial_doubles=</a></span>
<small>RSpec::Mocks::Configuration</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/Matchers/Receive/Customization.html#playback_onto-instance_method" title="RSpec::Mocks::Matchers::Receive::Customization#playback_onto (method)">#playback_onto</a></span>
<small>RSpec::Mocks::Matchers::Receive::Customization</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/Constant.html#previously_defined%3F-instance_method" title="RSpec::Mocks::Constant#previously_defined? (method)">#previously_defined?</a></span>
<small>RSpec::Mocks::Constant</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/Space.html#print_out_of_example_deprecation-instance_method" title="RSpec::Mocks::Space#print_out_of_example_deprecation (method)">#print_out_of_example_deprecation</a></span>
<small>RSpec::Mocks::Space</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="Kernel.html#proc_with_lambda_tracking-instance_method" title="Kernel#proc_with_lambda_tracking (method)">#proc_with_lambda_tracking</a></span>
<small>Kernel</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/Space.html#proxies-instance_method" title="RSpec::Mocks::Space#proxies (method)">#proxies</a></span>
<small>RSpec::Mocks::Space</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks.html#proxies_of-class_method" title="RSpec::Mocks.proxies_of (method)">proxies_of</a></span>
<small>RSpec::Mocks</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/Space.html#proxies_of-instance_method" title="RSpec::Mocks::Space#proxies_of (method)">#proxies_of</a></span>
<small>RSpec::Mocks::Space</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks.html#proxy_for-class_method" title="RSpec::Mocks.proxy_for (method)">proxy_for</a></span>
<small>RSpec::Mocks</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/Space.html#proxy_for-instance_method" title="RSpec::Mocks::Space#proxy_for (method)">#proxy_for</a></span>
<small>RSpec::Mocks::Space</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/ConstantMutator.html#raise_on_invalid_const-class_method" title="RSpec::Mocks::ConstantMutator.raise_on_invalid_const (method)">raise_on_invalid_const</a></span>
<small>RSpec::Mocks::ConstantMutator</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/MessageExpectation.html#raise_out_of_order_error-instance_method" title="RSpec::Mocks::MessageExpectation#raise_out_of_order_error (method)">#raise_out_of_order_error</a></span>
<small>RSpec::Mocks::MessageExpectation</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/Syntax.html#receive-instance_method" title="RSpec::Mocks::Syntax#receive (method)">#receive</a></span>
<small>RSpec::Mocks::Syntax</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/AnyInstance/Chain/Customizations.html#record-class_method" title="RSpec::Mocks::AnyInstance::Chain::Customizations.record (method)">record</a></span>
<small>RSpec::Mocks::AnyInstance::Chain::Customizations</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/RecursiveConstMethods.html#recursive_const_defined%3F-instance_method" title="RSpec::Mocks::RecursiveConstMethods#recursive_const_defined? (method)">#recursive_const_defined?</a></span>
<small>RSpec::Mocks::RecursiveConstMethods</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/RecursiveConstMethods.html#recursive_const_get-instance_method" title="RSpec::Mocks::RecursiveConstMethods#recursive_const_get (method)">#recursive_const_get</a></span>
<small>RSpec::Mocks::RecursiveConstMethods</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/ConstantMutator.html#register_mutator-class_method" title="RSpec::Mocks::ConstantMutator.register_mutator (method)">register_mutator</a></span>
<small>RSpec::Mocks::ConstantMutator</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/Space.html#registered%3F-instance_method" title="RSpec::Mocks::Space#registered? (method)">#registered?</a></span>
<small>RSpec::Mocks::Space</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/TestDoubleProxy.html#reset-instance_method" title="RSpec::Mocks::TestDoubleProxy#reset (method)">#reset</a></span>
<small>RSpec::Mocks::TestDoubleProxy</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/ConstantMutator.html#reset_all-class_method" title="RSpec::Mocks::ConstantMutator.reset_all (method)">reset_all</a></span>
<small>RSpec::Mocks::ConstantMutator</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/Space.html#reset_all-instance_method" title="RSpec::Mocks::Space#reset_all (method)">#reset_all</a></span>
<small>RSpec::Mocks::Space</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/ConstantMutator/DefinedConstantReplacer.html#rspec_reset-instance_method" title="RSpec::Mocks::ConstantMutator::DefinedConstantReplacer#rspec_reset (method)">#rspec_reset</a></span>
<small>RSpec::Mocks::ConstantMutator::DefinedConstantReplacer</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/ConstantMutator/ConstantHider.html#rspec_reset-instance_method" title="RSpec::Mocks::ConstantMutator::ConstantHider#rspec_reset (method)">#rspec_reset</a></span>
<small>RSpec::Mocks::ConstantMutator::ConstantHider</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/ConstantMutator/UndefinedConstantSetter.html#rspec_reset-instance_method" title="RSpec::Mocks::ConstantMutator::UndefinedConstantSetter#rspec_reset (method)">#rspec_reset</a></span>
<small>RSpec::Mocks::ConstantMutator::UndefinedConstantSetter</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks.html#setup-class_method" title="RSpec::Mocks.setup (method)">setup</a></span>
<small>RSpec::Mocks</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/Matchers/Receive.html#setup_allowance-instance_method" title="RSpec::Mocks::Matchers::Receive#setup_allowance (method)">#setup_allowance</a></span>
<small>RSpec::Mocks::Matchers::Receive</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/Matchers/Receive.html#setup_any_instance_allowance-instance_method" title="RSpec::Mocks::Matchers::Receive#setup_any_instance_allowance (method)">#setup_any_instance_allowance</a></span>
<small>RSpec::Mocks::Matchers::Receive</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/Matchers/Receive.html#setup_any_instance_expectation-instance_method" title="RSpec::Mocks::Matchers::Receive#setup_any_instance_expectation (method)">#setup_any_instance_expectation</a></span>
<small>RSpec::Mocks::Matchers::Receive</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/Matchers/Receive.html#setup_any_instance_negative_expectation-instance_method" title="RSpec::Mocks::Matchers::Receive#setup_any_instance_negative_expectation (method)">#setup_any_instance_negative_expectation</a></span>
<small>RSpec::Mocks::Matchers::Receive</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/Matchers/Receive.html#setup_expectation-instance_method" title="RSpec::Mocks::Matchers::Receive#setup_expectation (method)">#setup_expectation</a></span>
<small>RSpec::Mocks::Matchers::Receive</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/Matchers/Receive.html#setup_negative_expectation-instance_method" title="RSpec::Mocks::Matchers::Receive#setup_negative_expectation (method)">#setup_negative_expectation</a></span>
<small>RSpec::Mocks::Matchers::Receive</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/MessageExpectation.html#should_display_any_instance_deprecation_warning-instance_method" title="RSpec::Mocks::MessageExpectation#should_display_any_instance_deprecation_warning (method)">#should_display_any_instance_deprecation_warning</a></span>
<small>RSpec::Mocks::MessageExpectation</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/Syntax.html#should_enabled%3F-class_method" title="RSpec::Mocks::Syntax.should_enabled? (method)">should_enabled?</a></span>
<small>RSpec::Mocks::Syntax</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/Syntax.html#should_not_receive-instance_method" title="RSpec::Mocks::Syntax#should_not_receive (method)">#should_not_receive</a></span>
<small>RSpec::Mocks::Syntax</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/AnyInstance/Recorder.html#should_not_receive-instance_method" title="RSpec::Mocks::AnyInstance::Recorder#should_not_receive (method)">#should_not_receive</a></span>
<small>RSpec::Mocks::AnyInstance::Recorder</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/Syntax.html#should_receive-instance_method" title="RSpec::Mocks::Syntax#should_receive (method)">#should_receive</a></span>
<small>RSpec::Mocks::Syntax</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/AnyInstance/Recorder.html#should_receive-instance_method" title="RSpec::Mocks::AnyInstance::Recorder#should_receive (method)">#should_receive</a></span>
<small>RSpec::Mocks::AnyInstance::Recorder</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/Configuration.html#should_warn_about_any_instance_blocks%3F-instance_method" title="RSpec::Mocks::Configuration#should_warn_about_any_instance_blocks? (method)">#should_warn_about_any_instance_blocks?</a></span>
<small>RSpec::Mocks::Configuration</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks.html#space-class_method" title="RSpec::Mocks.space (method)">space</a></span>
<small>RSpec::Mocks</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/ExampleMethods.html#stub-instance_method" title="RSpec::Mocks::ExampleMethods#stub (method)">#stub</a></span>
<small>RSpec::Mocks::ExampleMethods</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/AnyInstance/Recorder.html#stub-instance_method" title="RSpec::Mocks::AnyInstance::Recorder#stub (method)">#stub</a></span>
<small>RSpec::Mocks::AnyInstance::Recorder</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/ConstantMutator.html#stub-class_method" title="RSpec::Mocks::ConstantMutator.stub (method)">stub</a></span>
<small>RSpec::Mocks::ConstantMutator</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/Syntax.html#stub-instance_method" title="RSpec::Mocks::Syntax#stub (method)">#stub</a></span>
<small>RSpec::Mocks::Syntax</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/Syntax.html#stub_chain-instance_method" title="RSpec::Mocks::Syntax#stub_chain (method)">#stub_chain</a></span>
<small>RSpec::Mocks::Syntax</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/AnyInstance/Recorder.html#stub_chain-instance_method" title="RSpec::Mocks::AnyInstance::Recorder#stub_chain (method)">#stub_chain</a></span>
<small>RSpec::Mocks::AnyInstance::Recorder</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/ExampleMethods.html#stub_const-instance_method" title="RSpec::Mocks::ExampleMethods#stub_const (method)">#stub_const</a></span>
<small>RSpec::Mocks::ExampleMethods</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/Syntax.html#stub_object-class_method" title="RSpec::Mocks::Syntax.stub_object (method)">stub_object</a></span>
<small>RSpec::Mocks::Syntax</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/Constant.html#stubbed%3F-instance_method" title="RSpec::Mocks::Constant#stubbed? (method)">#stubbed?</a></span>
<small>RSpec::Mocks::Constant</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/Configuration.html#syntax-instance_method" title="RSpec::Mocks::Configuration#syntax (method)">#syntax</a></span>
<small>RSpec::Mocks::Configuration</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/Configuration.html#syntax%3D-instance_method" title="RSpec::Mocks::Configuration#syntax= (method)">#syntax=</a></span>
<small>RSpec::Mocks::Configuration</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks.html#teardown-class_method" title="RSpec::Mocks.teardown (method)">teardown</a></span>
<small>RSpec::Mocks</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/MessageExpectation.html#times-instance_method" title="RSpec::Mocks::MessageExpectation#times (method)">#times</a></span>
<small>RSpec::Mocks::MessageExpectation</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/AnyInstance/Chain/Customizations.html#times-instance_method" title="RSpec::Mocks::AnyInstance::Chain::Customizations#times (method)">#times</a></span>
<small>RSpec::Mocks::AnyInstance::Chain::Customizations</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/ConstantMutator/UndefinedConstantSetter.html#to_constant-instance_method" title="RSpec::Mocks::ConstantMutator::UndefinedConstantSetter#to_constant (method)">#to_constant</a></span>
<small>RSpec::Mocks::ConstantMutator::UndefinedConstantSetter</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/ConstantMutator/BaseMutator.html#to_constant-instance_method" title="RSpec::Mocks::ConstantMutator::BaseMutator#to_constant (method)">#to_constant</a></span>
<small>RSpec::Mocks::ConstantMutator::BaseMutator</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/ConstantMutator/ConstantHider.html#to_constant-instance_method" title="RSpec::Mocks::ConstantMutator::ConstantHider#to_constant (method)">#to_constant</a></span>
<small>RSpec::Mocks::ConstantMutator::ConstantHider</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/ConstantMutator/DefinedConstantReplacer.html#to_constant-instance_method" title="RSpec::Mocks::ConstantMutator::DefinedConstantReplacer#to_constant (method)">#to_constant</a></span>
<small>RSpec::Mocks::ConstantMutator::DefinedConstantReplacer</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="Method.html#to_proc_with_lambda_tracking-instance_method" title="Method#to_proc_with_lambda_tracking (method)">#to_proc_with_lambda_tracking</a></span>
<small>Method</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/Constant.html#to_s-instance_method" title="RSpec::Mocks::Constant#to_s (method)">#to_s</a></span>
<small>RSpec::Mocks::Constant</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/ConstantMutator/DefinedConstantReplacer.html#transfer_nested_constants-instance_method" title="RSpec::Mocks::ConstantMutator::DefinedConstantReplacer#transfer_nested_constants (method)">#transfer_nested_constants</a></span>
<small>RSpec::Mocks::ConstantMutator::DefinedConstantReplacer</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/AnyInstance/Chain/Customizations.html#twice-instance_method" title="RSpec::Mocks::AnyInstance::Chain::Customizations#twice (method)">#twice</a></span>
<small>RSpec::Mocks::AnyInstance::Chain::Customizations</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/MessageExpectation.html#twice-instance_method" title="RSpec::Mocks::MessageExpectation#twice (method)">#twice</a></span>
<small>RSpec::Mocks::MessageExpectation</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/AnyInstance/Recorder.html#unstub-instance_method" title="RSpec::Mocks::AnyInstance::Recorder#unstub (method)">#unstub</a></span>
<small>RSpec::Mocks::AnyInstance::Recorder</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/Syntax.html#unstub-instance_method" title="RSpec::Mocks::Syntax#unstub (method)">#unstub</a></span>
<small>RSpec::Mocks::Syntax</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks.html#verify-class_method" title="RSpec::Mocks.verify (method)">verify</a></span>
<small>RSpec::Mocks</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/AnyInstance/Recorder.html#verify-instance_method" title="RSpec::Mocks::AnyInstance::Recorder#verify (method)">#verify</a></span>
<small>RSpec::Mocks::AnyInstance::Recorder</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/Space.html#verify_all-instance_method" title="RSpec::Mocks::Space#verify_all (method)">#verify_all</a></span>
<small>RSpec::Mocks::Space</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/ConstantMutator/DefinedConstantReplacer.html#verify_constants_to_transfer%21-instance_method" title="RSpec::Mocks::ConstantMutator::DefinedConstantReplacer#verify_constants_to_transfer! (method)">#verify_constants_to_transfer!</a></span>
<small>RSpec::Mocks::ConstantMutator::DefinedConstantReplacer</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/MessageExpectation.html#warn_about_receiver_passing-instance_method" title="RSpec::Mocks::MessageExpectation#warn_about_receiver_passing (method)">#warn_about_receiver_passing</a></span>
<small>RSpec::Mocks::MessageExpectation</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/MessageExpectation.html#warn_about_yielding_receiver_to_implementation_block-instance_method" title="RSpec::Mocks::MessageExpectation#warn_about_yielding_receiver_to_implementation_block (method)">#warn_about_yielding_receiver_to_implementation_block</a></span>
<small>RSpec::Mocks::MessageExpectation</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/AnyInstance/Chain/Customizations.html#with-instance_method" title="RSpec::Mocks::AnyInstance::Chain::Customizations#with (method)">#with</a></span>
<small>RSpec::Mocks::AnyInstance::Chain::Customizations</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/MessageExpectation.html#with-instance_method" title="RSpec::Mocks::MessageExpectation#with (method)">#with</a></span>
<small>RSpec::Mocks::MessageExpectation</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/Configuration.html#yield_receiver_to_any_instance_implementation_blocks%3D-instance_method" title="RSpec::Mocks::Configuration#yield_receiver_to_any_instance_implementation_blocks= (method)">#yield_receiver_to_any_instance_implementation_blocks=</a></span>
<small>RSpec::Mocks::Configuration</small>
</li>
<li class="r1 ">
<span class='object_link'><a href="RSpec/Mocks/Configuration.html#yield_receiver_to_any_instance_implementation_blocks%3F-instance_method" title="RSpec::Mocks::Configuration#yield_receiver_to_any_instance_implementation_blocks? (method)">#yield_receiver_to_any_instance_implementation_blocks?</a></span>
<small>RSpec::Mocks::Configuration</small>
</li>
<li class="r2 ">
<span class='object_link'><a href="RSpec/Mocks/MessageExpectation.html#yield_receiver_to_implementation_block%3F-instance_method" title="RSpec::Mocks::MessageExpectation#yield_receiver_to_implementation_block? (method)">#yield_receiver_to_implementation_block?</a></span>
<small>RSpec::Mocks::MessageExpectation</small>
</li>
</ul>
</div>
</body>
</html>