mocha 0.11.3 → 0.11.4
Sign up to get free protection for your applications and to get access to all the features.
- data/README.rdoc +3 -3
- data/RELEASE.rdoc +3 -0
- data/Rakefile +1 -3
- data/lib/mocha/version.rb +1 -1
- data/mocha.gemspec +1 -1
- metadata +12 -67
- data/doc/.nojekyll +0 -0
- data/doc/Mocha.html +0 -112
- data/doc/Mocha/API.html +0 -898
- data/doc/Mocha/ClassMethods.html +0 -246
- data/doc/Mocha/Configuration.html +0 -471
- data/doc/Mocha/Expectation.html +0 -2570
- data/doc/Mocha/Mock.html +0 -830
- data/doc/Mocha/ObjectMethods.html +0 -668
- data/doc/Mocha/ParameterMatchers.html +0 -2715
- data/doc/Mocha/ParameterMatchers/AllOf.html +0 -137
- data/doc/Mocha/ParameterMatchers/AnyOf.html +0 -137
- data/doc/Mocha/ParameterMatchers/AnyParameters.html +0 -136
- data/doc/Mocha/ParameterMatchers/Anything.html +0 -136
- data/doc/Mocha/ParameterMatchers/Base.html +0 -419
- data/doc/Mocha/ParameterMatchers/Equals.html +0 -137
- data/doc/Mocha/ParameterMatchers/HasEntries.html +0 -137
- data/doc/Mocha/ParameterMatchers/HasEntry.html +0 -137
- data/doc/Mocha/ParameterMatchers/HasKey.html +0 -137
- data/doc/Mocha/ParameterMatchers/HasValue.html +0 -137
- data/doc/Mocha/ParameterMatchers/Includes.html +0 -137
- data/doc/Mocha/ParameterMatchers/InstanceOf.html +0 -137
- data/doc/Mocha/ParameterMatchers/IsA.html +0 -136
- data/doc/Mocha/ParameterMatchers/KindOf.html +0 -137
- data/doc/Mocha/ParameterMatchers/Not.html +0 -137
- data/doc/Mocha/ParameterMatchers/Optionally.html +0 -136
- data/doc/Mocha/ParameterMatchers/QueryStringMatches.html +0 -136
- data/doc/Mocha/ParameterMatchers/RegexpMatches.html +0 -137
- data/doc/Mocha/ParameterMatchers/RespondsWith.html +0 -137
- data/doc/Mocha/ParameterMatchers/YamlEquivalent.html +0 -137
- data/doc/Mocha/Sequence.html +0 -133
- data/doc/Mocha/StateMachine.html +0 -510
- data/doc/Mocha/StateMachine/State.html +0 -125
- data/doc/Mocha/StateMachine/StatePredicate.html +0 -125
- data/doc/Mocha/StubbingError.html +0 -134
- data/doc/Mocha/UnexpectedInvocation.html +0 -124
- data/doc/_index.html +0 -481
- data/doc/class_list.html +0 -47
- data/doc/css/common.css +0 -1
- data/doc/css/full_list.css +0 -55
- data/doc/css/style.css +0 -322
- data/doc/file.COPYING.html +0 -72
- data/doc/file.MIT-LICENSE.html +0 -86
- data/doc/file.README.html +0 -153
- data/doc/file.RELEASE.html +0 -954
- data/doc/file.misc.html +0 -108
- data/doc/file.mocha.html +0 -90
- data/doc/file.stubba.html +0 -129
- data/doc/file_list.html +0 -67
- data/doc/frames.html +0 -13
- data/doc/index.html +0 -153
- data/doc/js/app.js +0 -205
- data/doc/js/full_list.js +0 -173
- data/doc/js/jquery.js +0 -16
- data/doc/method_list.html +0 -510
- data/doc/top-level-namespace.html +0 -105
@@ -1,419 +0,0 @@
|
|
1
|
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
2
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
3
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
4
|
-
<head>
|
5
|
-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
6
|
-
<title>
|
7
|
-
Class: Mocha::ParameterMatchers::Base
|
8
|
-
|
9
|
-
— Mocha 0.11.3
|
10
|
-
|
11
|
-
</title>
|
12
|
-
|
13
|
-
<link rel="stylesheet" href="../../css/style.css" type="text/css" media="screen" charset="utf-8" />
|
14
|
-
|
15
|
-
<link rel="stylesheet" href="../../css/common.css" type="text/css" media="screen" charset="utf-8" />
|
16
|
-
|
17
|
-
<script type="text/javascript" charset="utf-8">
|
18
|
-
relpath = '../..';
|
19
|
-
if (relpath != '') relpath += '/';
|
20
|
-
</script>
|
21
|
-
|
22
|
-
<script type="text/javascript" charset="utf-8" src="../../js/jquery.js"></script>
|
23
|
-
|
24
|
-
<script type="text/javascript" charset="utf-8" src="../../js/app.js"></script>
|
25
|
-
|
26
|
-
|
27
|
-
</head>
|
28
|
-
<body>
|
29
|
-
<script type="text/javascript" charset="utf-8">
|
30
|
-
if (window.top.frames.main) document.body.className = 'frames';
|
31
|
-
</script>
|
32
|
-
|
33
|
-
<div id="header">
|
34
|
-
<div id="menu">
|
35
|
-
|
36
|
-
<a href="../../_index.html">Index (B)</a> »
|
37
|
-
<span class='title'><span class='object_link'><a href="../../Mocha.html" title="Mocha (module)">Mocha</a></span></span> » <span class='title'><span class='object_link'><a href="../ParameterMatchers.html" title="Mocha::ParameterMatchers (module)">ParameterMatchers</a></span></span>
|
38
|
-
»
|
39
|
-
<span class="title">Base</span>
|
40
|
-
|
41
|
-
|
42
|
-
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
|
43
|
-
</div>
|
44
|
-
|
45
|
-
<div id="search">
|
46
|
-
|
47
|
-
<a id="class_list_link" href="#">Class List</a>
|
48
|
-
|
49
|
-
<a id="method_list_link" href="#">Method List</a>
|
50
|
-
|
51
|
-
<a id="file_list_link" href="#">File List</a>
|
52
|
-
|
53
|
-
</div>
|
54
|
-
<div class="clear"></div>
|
55
|
-
</div>
|
56
|
-
|
57
|
-
<iframe id="search_frame"></iframe>
|
58
|
-
|
59
|
-
<div id="content"><h1>Class: Mocha::ParameterMatchers::Base
|
60
|
-
<span class="abstract note title">Abstract</span>
|
61
|
-
|
62
|
-
|
63
|
-
</h1>
|
64
|
-
|
65
|
-
<dl class="box">
|
66
|
-
|
67
|
-
<dt class="r1">Inherits:</dt>
|
68
|
-
<dd class="r1">
|
69
|
-
<span class="inheritName"><span class='object_link'><a href="../../Object.html" title="Object (class)">Object</a></span></span>
|
70
|
-
|
71
|
-
<ul class="fullTree">
|
72
|
-
<li><span class='object_link'><a href="../../Object.html" title="Object (class)">Object</a></span></li>
|
73
|
-
|
74
|
-
<li class="next">Mocha::ParameterMatchers::Base</li>
|
75
|
-
|
76
|
-
</ul>
|
77
|
-
<a href="#" class="inheritanceTree">show all</a>
|
78
|
-
|
79
|
-
</dd>
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
<dt class="r2 last">Defined in:</dt>
|
90
|
-
<dd class="r2 last">lib/mocha/parameter_matchers/base.rb</dd>
|
91
|
-
|
92
|
-
</dl>
|
93
|
-
<div class="clear"></div>
|
94
|
-
|
95
|
-
<h2>Overview</h2><div class="docstring">
|
96
|
-
<div class="discussion">
|
97
|
-
<div class="note abstract">
|
98
|
-
<strong>This class is abstract.</strong>
|
99
|
-
<div class='inline'>
|
100
|
-
<p>Subclass and implement <tt>#matches?</tt> and <tt>#mocha_inspect</tt> to
|
101
|
-
define a custom matcher. Also add a suitably named instance method to
|
102
|
-
<span class='object_link'><a href="../ParameterMatchers.html" title="Mocha::ParameterMatchers (module)">Mocha::ParameterMatchers</a></span> to build an instance of the new matcher c.f. <span class='object_link'><a href="../ParameterMatchers.html#equals-instance_method" title="Mocha::ParameterMatchers#equals (method)">#equals</a></span>.</p>
|
103
|
-
</div>
|
104
|
-
</div>
|
105
|
-
|
106
|
-
|
107
|
-
</div>
|
108
|
-
</div>
|
109
|
-
<div class="tags">
|
110
|
-
|
111
|
-
|
112
|
-
</div><div id="subclasses">
|
113
|
-
<h2>Direct Known Subclasses</h2>
|
114
|
-
<p class="children"><span class='object_link'><a href="AllOf.html" title="Mocha::ParameterMatchers::AllOf (class)">AllOf</a></span>, <span class='object_link'><a href="AnyOf.html" title="Mocha::ParameterMatchers::AnyOf (class)">AnyOf</a></span>, <span class='object_link'><a href="AnyParameters.html" title="Mocha::ParameterMatchers::AnyParameters (class)">AnyParameters</a></span>, <span class='object_link'><a href="Anything.html" title="Mocha::ParameterMatchers::Anything (class)">Anything</a></span>, <span class='object_link'><a href="Equals.html" title="Mocha::ParameterMatchers::Equals (class)">Equals</a></span>, <span class='object_link'><a href="HasEntries.html" title="Mocha::ParameterMatchers::HasEntries (class)">HasEntries</a></span>, <span class='object_link'><a href="HasEntry.html" title="Mocha::ParameterMatchers::HasEntry (class)">HasEntry</a></span>, <span class='object_link'><a href="HasKey.html" title="Mocha::ParameterMatchers::HasKey (class)">HasKey</a></span>, <span class='object_link'><a href="HasValue.html" title="Mocha::ParameterMatchers::HasValue (class)">HasValue</a></span>, <span class='object_link'><a href="Includes.html" title="Mocha::ParameterMatchers::Includes (class)">Includes</a></span>, <span class='object_link'><a href="InstanceOf.html" title="Mocha::ParameterMatchers::InstanceOf (class)">InstanceOf</a></span>, <span class='object_link'><a href="IsA.html" title="Mocha::ParameterMatchers::IsA (class)">IsA</a></span>, <span class='object_link'><a href="KindOf.html" title="Mocha::ParameterMatchers::KindOf (class)">KindOf</a></span>, <span class='object_link'><a href="Not.html" title="Mocha::ParameterMatchers::Not (class)">Not</a></span>, <span class='object_link'><a href="Optionally.html" title="Mocha::ParameterMatchers::Optionally (class)">Optionally</a></span>, <span class='object_link'><a href="QueryStringMatches.html" title="Mocha::ParameterMatchers::QueryStringMatches (class)">QueryStringMatches</a></span>, <span class='object_link'><a href="RegexpMatches.html" title="Mocha::ParameterMatchers::RegexpMatches (class)">RegexpMatches</a></span>, <span class='object_link'><a href="RespondsWith.html" title="Mocha::ParameterMatchers::RespondsWith (class)">RespondsWith</a></span>, <span class='object_link'><a href="YamlEquivalent.html" title="Mocha::ParameterMatchers::YamlEquivalent (class)">YamlEquivalent</a></span></p>
|
115
|
-
</div>
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
<h2>
|
125
|
-
Instance Method Summary
|
126
|
-
<small>(<a href="#" class="summary_toggle">collapse</a>)</small>
|
127
|
-
</h2>
|
128
|
-
|
129
|
-
<ul class="summary">
|
130
|
-
|
131
|
-
<li class="public ">
|
132
|
-
<span class="summary_signature">
|
133
|
-
|
134
|
-
<a href="#%26-instance_method" title="#& (instance method)">- (AllOf) <strong>&</strong>(matcher) </a>
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
</span>
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
<span class="summary_desc"><div class='inline'>
|
148
|
-
<p>A shorthand way of combining two matchers when both must match.</p>
|
149
|
-
</div></span>
|
150
|
-
|
151
|
-
</li>
|
152
|
-
|
153
|
-
|
154
|
-
<li class="public ">
|
155
|
-
<span class="summary_signature">
|
156
|
-
|
157
|
-
<a href="#%7C-instance_method" title="#| (instance method)">- (AnyOf) <strong>|</strong>(matcher) </a>
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
</span>
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
<span class="summary_desc"><div class='inline'>
|
171
|
-
<p>A shorthand way of combining two matchers when at least one must match.</p>
|
172
|
-
</div></span>
|
173
|
-
|
174
|
-
</li>
|
175
|
-
|
176
|
-
|
177
|
-
</ul>
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
<div id="instance_method_details" class="method_details_list">
|
183
|
-
<h2>Instance Method Details</h2>
|
184
|
-
|
185
|
-
|
186
|
-
<div class="method_details first">
|
187
|
-
<p class="signature first" id="&-instance_method">
|
188
|
-
|
189
|
-
- (<tt><span class='object_link'><a href="AllOf.html" title="Mocha::ParameterMatchers::AllOf (class)">AllOf</a></span></tt>) <strong>&</strong>(matcher)
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
</p><div class="docstring">
|
194
|
-
<div class="discussion">
|
195
|
-
|
196
|
-
<p>A shorthand way of combining two matchers when both must match.</p>
|
197
|
-
|
198
|
-
<p>Returns a new <span class='object_link'><a href="AllOf.html" title="Mocha::ParameterMatchers::AllOf (class)">AllOf</a></span> parameter matcher combining two matchers using a
|
199
|
-
logical AND.</p>
|
200
|
-
|
201
|
-
<p>This shorthand will not work with an implicit equals match. Instead, an
|
202
|
-
explicit <span class='object_link'><a href="Equals.html" title="Mocha::ParameterMatchers::Equals (class)">Equals</a></span> matcher should be used.</p>
|
203
|
-
|
204
|
-
|
205
|
-
</div>
|
206
|
-
</div>
|
207
|
-
<div class="tags">
|
208
|
-
|
209
|
-
<div class="examples">
|
210
|
-
<h3>Examples:</h3>
|
211
|
-
|
212
|
-
<h4><div class='inline'>
|
213
|
-
<p>Alternative ways to combine matchers with a logical AND.</p>
|
214
|
-
</div></h4>
|
215
|
-
<pre class="example code">object = mock()
|
216
|
-
object.expects(:run).with(all_of(has_key(:foo), has_key(:bar)))
|
217
|
-
object.run(:foo => 'foovalue', :bar => 'barvalue')
|
218
|
-
|
219
|
-
# is exactly equivalent to
|
220
|
-
|
221
|
-
object.expects(:run).with(has_key(:foo) & has_key(:bar))
|
222
|
-
object.run(:foo => 'foovalue', :bar => 'barvalue)</pre>
|
223
|
-
|
224
|
-
</div>
|
225
|
-
<h3>Parameters:</h3>
|
226
|
-
<ul class="param">
|
227
|
-
|
228
|
-
<li>
|
229
|
-
|
230
|
-
<span class='name'>matcher</span>
|
231
|
-
|
232
|
-
|
233
|
-
<span class='type'>(<tt><span class='object_link'><a href="" title="Mocha::ParameterMatchers::Base (class)">Base</a></span></tt>)</span>
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
—
|
238
|
-
<div class='inline'>
|
239
|
-
<p>parameter matcher.</p>
|
240
|
-
</div>
|
241
|
-
|
242
|
-
</li>
|
243
|
-
|
244
|
-
</ul>
|
245
|
-
|
246
|
-
<h3>Returns:</h3>
|
247
|
-
<ul class="return">
|
248
|
-
|
249
|
-
<li>
|
250
|
-
|
251
|
-
|
252
|
-
<span class='type'>(<tt><span class='object_link'><a href="AllOf.html" title="Mocha::ParameterMatchers::AllOf (class)">AllOf</a></span></tt>)</span>
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
—
|
257
|
-
<div class='inline'>
|
258
|
-
<p>parameter matcher.</p>
|
259
|
-
</div>
|
260
|
-
|
261
|
-
</li>
|
262
|
-
|
263
|
-
</ul>
|
264
|
-
|
265
|
-
<h3>See Also:</h3>
|
266
|
-
<ul class="see">
|
267
|
-
|
268
|
-
<li><span class='object_link'><a href="../Expectation.html#with-instance_method" title="Mocha::Expectation#with (method)">Expectation#with</a></span></li>
|
269
|
-
|
270
|
-
</ul>
|
271
|
-
|
272
|
-
</div><table class="source_code">
|
273
|
-
<tr>
|
274
|
-
<td>
|
275
|
-
<pre class="lines">
|
276
|
-
|
277
|
-
|
278
|
-
33
|
279
|
-
34
|
280
|
-
35</pre>
|
281
|
-
</td>
|
282
|
-
<td>
|
283
|
-
<pre class="code"><span class="info file"># File 'lib/mocha/parameter_matchers/base.rb', line 33</span>
|
284
|
-
|
285
|
-
<span class='kw'>def</span> <span class='op'>&</span><span class='lparen'>(</span><span class='id identifier rubyid_matcher'>matcher</span><span class='rparen'>)</span>
|
286
|
-
<span class='const'>AllOf</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='lparen'>(</span><span class='kw'>self</span><span class='comma'>,</span> <span class='id identifier rubyid_matcher'>matcher</span><span class='rparen'>)</span>
|
287
|
-
<span class='kw'>end</span></pre>
|
288
|
-
</td>
|
289
|
-
</tr>
|
290
|
-
</table>
|
291
|
-
</div>
|
292
|
-
|
293
|
-
<div class="method_details ">
|
294
|
-
<p class="signature " id="|-instance_method">
|
295
|
-
|
296
|
-
- (<tt><span class='object_link'><a href="AnyOf.html" title="Mocha::ParameterMatchers::AnyOf (class)">AnyOf</a></span></tt>) <strong>|</strong>(matcher)
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
</p><div class="docstring">
|
301
|
-
<div class="discussion">
|
302
|
-
|
303
|
-
<p>A shorthand way of combining two matchers when at least one must match.</p>
|
304
|
-
|
305
|
-
<p>Returns a new <tt>AnyOf</tt> parameter matcher combining two matchers using
|
306
|
-
a logical OR.</p>
|
307
|
-
|
308
|
-
<p>This shorthand will not work with an implicit equals match. Instead, an
|
309
|
-
explicit <span class='object_link'><a href="Equals.html" title="Mocha::ParameterMatchers::Equals (class)">Equals</a></span> matcher should be used.</p>
|
310
|
-
|
311
|
-
|
312
|
-
</div>
|
313
|
-
</div>
|
314
|
-
<div class="tags">
|
315
|
-
|
316
|
-
<div class="examples">
|
317
|
-
<h3>Examples:</h3>
|
318
|
-
|
319
|
-
<h4><div class='inline'>
|
320
|
-
<p>Alternative ways to combine matchers with a logical OR.</p>
|
321
|
-
</div></h4>
|
322
|
-
<pre class="example code"><span class='id identifier rubyid_object'>object</span> <span class='op'>=</span> <span class='id identifier rubyid_mock'>mock</span><span class='lparen'>(</span><span class='rparen'>)</span>
|
323
|
-
<span class='id identifier rubyid_object'>object</span><span class='period'>.</span><span class='id identifier rubyid_expects'>expects</span><span class='lparen'>(</span><span class='symbol'>:run</span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_with'>with</span><span class='lparen'>(</span><span class='id identifier rubyid_any_of'>any_of</span><span class='lparen'>(</span><span class='id identifier rubyid_has_key'>has_key</span><span class='lparen'>(</span><span class='symbol'>:foo</span><span class='rparen'>)</span><span class='comma'>,</span> <span class='id identifier rubyid_has_key'>has_key</span><span class='lparen'>(</span><span class='symbol'>:bar</span><span class='rparen'>)</span><span class='rparen'>)</span><span class='rparen'>)</span>
|
324
|
-
<span class='id identifier rubyid_object'>object</span><span class='period'>.</span><span class='id identifier rubyid_run'>run</span><span class='lparen'>(</span><span class='symbol'>:foo</span> <span class='op'>=></span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>foovalue</span><span class='tstring_end'>'</span></span><span class='rparen'>)</span>
|
325
|
-
|
326
|
-
<span class='comment'># is exactly equivalent to
|
327
|
-
</span>
|
328
|
-
<span class='id identifier rubyid_object'>object</span><span class='period'>.</span><span class='id identifier rubyid_expects'>expects</span><span class='lparen'>(</span><span class='symbol'>:run</span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_with'>with</span><span class='lparen'>(</span><span class='id identifier rubyid_has_key'>has_key</span><span class='lparen'>(</span><span class='symbol'>:foo</span><span class='rparen'>)</span> <span class='op'>|</span> <span class='id identifier rubyid_has_key'>has_key</span><span class='lparen'>(</span><span class='symbol'>:bar</span><span class='rparen'>)</span><span class='rparen'>)</span>
|
329
|
-
<span class='id identifier rubyid_object'>object</span><span class='period'>.</span><span class='id identifier rubyid_run'>run</span><span class='lparen'>(</span><span class='symbol'>:foo</span> <span class='op'>=></span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>foovalue</span><span class='tstring_end'>'</span></span><span class='rparen'>)</span></pre>
|
330
|
-
|
331
|
-
<h4><div class='inline'>
|
332
|
-
<p>Using an explicit <span class='object_link'><a href="Equals.html" title="Mocha::ParameterMatchers::Equals (class)">Equals</a></span> matcher in combination with <span class='object_link'><a href="#%7C-instance_method" title="Mocha::ParameterMatchers::Base#| (method)">#|</a></span>.</p>
|
333
|
-
</div></h4>
|
334
|
-
<pre class="example code"><span class='id identifier rubyid_object'>object</span><span class='period'>.</span><span class='id identifier rubyid_expects'>expects</span><span class='lparen'>(</span><span class='symbol'>:run</span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_with'>with</span><span class='lparen'>(</span><span class='id identifier rubyid_equals'>equals</span><span class='lparen'>(</span><span class='int'>1</span><span class='rparen'>)</span> <span class='op'>|</span> <span class='id identifier rubyid_equals'>equals</span><span class='lparen'>(</span><span class='int'>2</span><span class='rparen'>)</span><span class='rparen'>)</span>
|
335
|
-
<span class='id identifier rubyid_object'>object</span><span class='period'>.</span><span class='id identifier rubyid_run'>run</span><span class='lparen'>(</span><span class='int'>1</span><span class='rparen'>)</span> <span class='comment'># passes
|
336
|
-
</span><span class='id identifier rubyid_object'>object</span><span class='period'>.</span><span class='id identifier rubyid_run'>run</span><span class='lparen'>(</span><span class='int'>2</span><span class='rparen'>)</span> <span class='comment'># passes
|
337
|
-
</span><span class='id identifier rubyid_object'>object</span><span class='period'>.</span><span class='id identifier rubyid_run'>run</span><span class='lparen'>(</span><span class='int'>3</span><span class='rparen'>)</span> <span class='comment'># fails</span></pre>
|
338
|
-
|
339
|
-
</div>
|
340
|
-
<h3>Parameters:</h3>
|
341
|
-
<ul class="param">
|
342
|
-
|
343
|
-
<li>
|
344
|
-
|
345
|
-
<span class='name'>matcher</span>
|
346
|
-
|
347
|
-
|
348
|
-
<span class='type'>(<tt><span class='object_link'><a href="" title="Mocha::ParameterMatchers::Base (class)">Base</a></span></tt>)</span>
|
349
|
-
|
350
|
-
|
351
|
-
|
352
|
-
—
|
353
|
-
<div class='inline'>
|
354
|
-
<p>parameter matcher.</p>
|
355
|
-
</div>
|
356
|
-
|
357
|
-
</li>
|
358
|
-
|
359
|
-
</ul>
|
360
|
-
|
361
|
-
<h3>Returns:</h3>
|
362
|
-
<ul class="return">
|
363
|
-
|
364
|
-
<li>
|
365
|
-
|
366
|
-
|
367
|
-
<span class='type'>(<tt><span class='object_link'><a href="AnyOf.html" title="Mocha::ParameterMatchers::AnyOf (class)">AnyOf</a></span></tt>)</span>
|
368
|
-
|
369
|
-
|
370
|
-
|
371
|
-
—
|
372
|
-
<div class='inline'>
|
373
|
-
<p>parameter matcher.</p>
|
374
|
-
</div>
|
375
|
-
|
376
|
-
</li>
|
377
|
-
|
378
|
-
</ul>
|
379
|
-
|
380
|
-
<h3>See Also:</h3>
|
381
|
-
<ul class="see">
|
382
|
-
|
383
|
-
<li><span class='object_link'><a href="../Expectation.html#with-instance_method" title="Mocha::Expectation#with (method)">Expectation#with</a></span></li>
|
384
|
-
|
385
|
-
</ul>
|
386
|
-
|
387
|
-
</div><table class="source_code">
|
388
|
-
<tr>
|
389
|
-
<td>
|
390
|
-
<pre class="lines">
|
391
|
-
|
392
|
-
|
393
|
-
63
|
394
|
-
64
|
395
|
-
65</pre>
|
396
|
-
</td>
|
397
|
-
<td>
|
398
|
-
<pre class="code"><span class="info file"># File 'lib/mocha/parameter_matchers/base.rb', line 63</span>
|
399
|
-
|
400
|
-
<span class='kw'>def</span> <span class='op'>|</span><span class='lparen'>(</span><span class='id identifier rubyid_matcher'>matcher</span><span class='rparen'>)</span>
|
401
|
-
<span class='const'>AnyOf</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='lparen'>(</span><span class='kw'>self</span><span class='comma'>,</span> <span class='id identifier rubyid_matcher'>matcher</span><span class='rparen'>)</span>
|
402
|
-
<span class='kw'>end</span></pre>
|
403
|
-
</td>
|
404
|
-
</tr>
|
405
|
-
</table>
|
406
|
-
</div>
|
407
|
-
|
408
|
-
</div>
|
409
|
-
|
410
|
-
</div>
|
411
|
-
|
412
|
-
<div id="footer">
|
413
|
-
Generated on Wed Apr 25 16:51:31 2012 by
|
414
|
-
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
415
|
-
0.7.5 (ruby-1.9.3).
|
416
|
-
</div>
|
417
|
-
|
418
|
-
</body>
|
419
|
-
</html>
|
@@ -1,137 +0,0 @@
|
|
1
|
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
2
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
3
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
4
|
-
<head>
|
5
|
-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
6
|
-
<title>
|
7
|
-
Class: Mocha::ParameterMatchers::Equals
|
8
|
-
|
9
|
-
— Mocha 0.11.3
|
10
|
-
|
11
|
-
</title>
|
12
|
-
|
13
|
-
<link rel="stylesheet" href="../../css/style.css" type="text/css" media="screen" charset="utf-8" />
|
14
|
-
|
15
|
-
<link rel="stylesheet" href="../../css/common.css" type="text/css" media="screen" charset="utf-8" />
|
16
|
-
|
17
|
-
<script type="text/javascript" charset="utf-8">
|
18
|
-
relpath = '../..';
|
19
|
-
if (relpath != '') relpath += '/';
|
20
|
-
</script>
|
21
|
-
|
22
|
-
<script type="text/javascript" charset="utf-8" src="../../js/jquery.js"></script>
|
23
|
-
|
24
|
-
<script type="text/javascript" charset="utf-8" src="../../js/app.js"></script>
|
25
|
-
|
26
|
-
|
27
|
-
</head>
|
28
|
-
<body>
|
29
|
-
<script type="text/javascript" charset="utf-8">
|
30
|
-
if (window.top.frames.main) document.body.className = 'frames';
|
31
|
-
</script>
|
32
|
-
|
33
|
-
<div id="header">
|
34
|
-
<div id="menu">
|
35
|
-
|
36
|
-
<a href="../../_index.html">Index (E)</a> »
|
37
|
-
<span class='title'><span class='object_link'><a href="../../Mocha.html" title="Mocha (module)">Mocha</a></span></span> » <span class='title'><span class='object_link'><a href="../ParameterMatchers.html" title="Mocha::ParameterMatchers (module)">ParameterMatchers</a></span></span>
|
38
|
-
»
|
39
|
-
<span class="title">Equals</span>
|
40
|
-
|
41
|
-
|
42
|
-
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
|
43
|
-
</div>
|
44
|
-
|
45
|
-
<div id="search">
|
46
|
-
|
47
|
-
<a id="class_list_link" href="#">Class List</a>
|
48
|
-
|
49
|
-
<a id="method_list_link" href="#">Method List</a>
|
50
|
-
|
51
|
-
<a id="file_list_link" href="#">File List</a>
|
52
|
-
|
53
|
-
</div>
|
54
|
-
<div class="clear"></div>
|
55
|
-
</div>
|
56
|
-
|
57
|
-
<iframe id="search_frame"></iframe>
|
58
|
-
|
59
|
-
<div id="content"><h1>Class: Mocha::ParameterMatchers::Equals
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
</h1>
|
64
|
-
|
65
|
-
<dl class="box">
|
66
|
-
|
67
|
-
<dt class="r1">Inherits:</dt>
|
68
|
-
<dd class="r1">
|
69
|
-
<span class="inheritName"><span class='object_link'><a href="Base.html" title="Mocha::ParameterMatchers::Base (class)">Base</a></span></span>
|
70
|
-
|
71
|
-
<ul class="fullTree">
|
72
|
-
<li><span class='object_link'><a href="../../Object.html" title="Object (class)">Object</a></span></li>
|
73
|
-
|
74
|
-
<li class="next"><span class='object_link'><a href="Base.html" title="Mocha::ParameterMatchers::Base (class)">Base</a></span></li>
|
75
|
-
|
76
|
-
<li class="next">Mocha::ParameterMatchers::Equals</li>
|
77
|
-
|
78
|
-
</ul>
|
79
|
-
<a href="#" class="inheritanceTree">show all</a>
|
80
|
-
|
81
|
-
</dd>
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
<dt class="r2 last">Defined in:</dt>
|
92
|
-
<dd class="r2 last">lib/mocha/parameter_matchers/equals.rb</dd>
|
93
|
-
|
94
|
-
</dl>
|
95
|
-
<div class="clear"></div>
|
96
|
-
|
97
|
-
<h2>Overview</h2><div class="docstring">
|
98
|
-
<div class="discussion">
|
99
|
-
|
100
|
-
<p>Parameter matcher which matches when actual parameter equals expected
|
101
|
-
value.</p>
|
102
|
-
|
103
|
-
|
104
|
-
</div>
|
105
|
-
</div>
|
106
|
-
<div class="tags">
|
107
|
-
|
108
|
-
|
109
|
-
</div>
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
<h2>Method Summary</h2>
|
123
|
-
|
124
|
-
<h3 class="inherited">Methods inherited from <span class='object_link'><a href="Base.html" title="Mocha::ParameterMatchers::Base (class)">Base</a></span></h3>
|
125
|
-
<p class="inherited"><span class='object_link'><a href="Base.html#%26-instance_method" title="Mocha::ParameterMatchers::Base#& (method)">#&</a></span>, <span class='object_link'><a href="Base.html#%7C-instance_method" title="Mocha::ParameterMatchers::Base#| (method)">#|</a></span></p>
|
126
|
-
|
127
|
-
|
128
|
-
</div>
|
129
|
-
|
130
|
-
<div id="footer">
|
131
|
-
Generated on Wed Apr 25 16:51:31 2012 by
|
132
|
-
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
133
|
-
0.7.5 (ruby-1.9.3).
|
134
|
-
</div>
|
135
|
-
|
136
|
-
</body>
|
137
|
-
</html>
|