caricature 0.6.0 → 0.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/VERSION +1 -1
- data/caricature.gemspec +5 -1
- data/doc/Array.html +2 -2
- data/doc/Caricature/ArgumentRecording.html +5 -5
- data/doc/Caricature/ClrClassDescriptor.html +2 -2
- data/doc/Caricature/ClrClassMessenger.html +2 -2
- data/doc/Caricature/ClrInterfaceDescriptor.html +4 -4
- data/doc/Caricature/ClrInterfaceIsolator.html +9 -9
- data/doc/Caricature/ClrInterfaceMessenger.html +2 -2
- data/doc/Caricature/ClrIsolator.html +13 -12
- data/doc/Caricature/Expectation.html +19 -19
- data/doc/Caricature/ExpectationBuilder.html +6 -6
- data/doc/Caricature/ExpectationSyntax.html +49 -21
- data/doc/Caricature/Expectations.html +7 -7
- data/doc/Caricature/Interception/ClassMethods.html +6 -6
- data/doc/Caricature/Interception.html +12 -12
- data/doc/Caricature/Isolation.html +22 -22
- data/doc/Caricature/Isolator.html +12 -12
- data/doc/Caricature/MemberDescriptor.html +4 -4
- data/doc/Caricature/Messenger.html +8 -8
- data/doc/Caricature/MethodCallRecorder.html +8 -8
- data/doc/Caricature/MethodCallRecording.html +11 -11
- data/doc/Caricature/RubyIsolator.html +8 -8
- data/doc/Caricature/RubyMessenger.html +2 -2
- data/doc/Caricature/RubyObjectDescriptor.html +4 -4
- data/doc/Caricature/TypeDescriptor.html +6 -6
- data/doc/Caricature/Verification.html +13 -13
- data/doc/Class.html +4 -4
- data/doc/Hash.html +2 -2
- data/doc/Module.html +4 -4
- data/doc/Object.html +93 -6
- data/doc/String.html +84 -4
- data/doc/System/String.html +4 -4
- data/doc/System/Type.html +4 -4
- data/doc/created.rid +1 -1
- data/doc/index.html +114 -104
- data/doc/lib/caricature/clr/aspnet_mvc_rb.html +52 -0
- data/doc/lib/caricature/clr/descriptor_rb.html +1 -1
- data/doc/lib/caricature/clr/isolation_rb.html +1 -1
- data/doc/lib/caricature/clr/isolator_rb.html +1 -1
- data/doc/lib/caricature/clr/messenger_rb.html +1 -1
- data/doc/lib/caricature/clr_rb.html +1 -1
- data/doc/lib/caricature/descriptor_rb.html +1 -1
- data/doc/lib/caricature/expectation_rb.html +1 -1
- data/doc/lib/caricature/isolation_rb.html +1 -1
- data/doc/lib/caricature/isolator_rb.html +1 -1
- data/doc/lib/caricature/messenger_rb.html +1 -1
- data/doc/lib/caricature/method_call_recorder_rb.html +1 -1
- data/doc/lib/caricature/verification_rb.html +1 -1
- data/doc/lib/caricature_rb.html +1 -1
- data/doc/lib/core_ext/array_rb.html +1 -1
- data/doc/lib/core_ext/class_rb.html +1 -1
- data/doc/lib/core_ext/core_ext_rb.html +1 -1
- data/doc/lib/core_ext/hash_rb.html +1 -1
- data/doc/lib/core_ext/module_rb.html +1 -1
- data/doc/lib/core_ext/object_rb.html +1 -1
- data/doc/lib/core_ext/string_rb.html +1 -1
- data/doc/lib/core_ext/system/string_rb.html +1 -1
- data/doc/lib/core_ext/system/type_rb.html +1 -1
- data/lib/caricature/expectation.rb +18 -3
- data/lib/caricature/messenger.rb +1 -0
- data/pkg/caricature-0.6.0.gem +0 -0
- data/spec/bacon_helper.rb +10 -0
- data/spec/models/ClrModels.cs +7 -7
- data/spec/sword_spec.rb +40 -0
- metadata +5 -1
@@ -52,17 +52,19 @@
|
|
52
52
|
<h3 class="section-header">Methods</h3>
|
53
53
|
<ul class="link-list">
|
54
54
|
|
55
|
-
<li><a href="#
|
55
|
+
<li><a href="#M000032">#actual_raise</a></li>
|
56
56
|
|
57
|
-
<li><a href="#
|
57
|
+
<li><a href="#M000035">#any_args?</a></li>
|
58
58
|
|
59
|
-
<li><a href="#
|
59
|
+
<li><a href="#M000031">#raise</a></li>
|
60
60
|
|
61
|
-
<li><a href="#
|
61
|
+
<li><a href="#M000030">#return</a></li>
|
62
62
|
|
63
|
-
<li><a href="#
|
63
|
+
<li><a href="#M000034">#super_after</a></li>
|
64
64
|
|
65
|
-
<li><a href="#
|
65
|
+
<li><a href="#M000033">#super_before</a></li>
|
66
|
+
|
67
|
+
<li><a href="#M000029">#with</a></li>
|
66
68
|
|
67
69
|
</ul>
|
68
70
|
</div>
|
@@ -199,8 +201,33 @@ the <tt>ExpecationBuilder</tt> and the <tt>Expectation</tt>
|
|
199
201
|
<h3 class="section-header">Public Instance Methods</h3>
|
200
202
|
|
201
203
|
|
204
|
+
<div id="actual-raise-method" class="method-detail method-alias">
|
205
|
+
<a name="M000032"></a>
|
206
|
+
|
207
|
+
<div class="method-heading">
|
208
|
+
|
209
|
+
<span class="method-name">actual_raise</span><span
|
210
|
+
class="method-args">(*args)</span>
|
211
|
+
<span class="method-click-advice">click to toggle source</span>
|
212
|
+
|
213
|
+
</div>
|
214
|
+
|
215
|
+
<div class="method-description">
|
216
|
+
|
217
|
+
<p>
|
218
|
+
Alias for <a href="ExpectationSyntax.html#M000031">raise</a>
|
219
|
+
</p>
|
220
|
+
|
221
|
+
|
222
|
+
|
223
|
+
</div>
|
224
|
+
|
225
|
+
|
226
|
+
</div>
|
227
|
+
|
228
|
+
|
202
229
|
<div id="any-args--method" class="method-detail ">
|
203
|
-
<a name="
|
230
|
+
<a name="M000035"></a>
|
204
231
|
|
205
232
|
<div class="method-heading">
|
206
233
|
|
@@ -222,7 +249,7 @@ for the specified arguments
|
|
222
249
|
<div class="method-source-code"
|
223
250
|
id="any-args--source">
|
224
251
|
<pre>
|
225
|
-
<span class="ruby-comment cmt"># File lib/caricature/expectation.rb, line
|
252
|
+
<span class="ruby-comment cmt"># File lib/caricature/expectation.rb, line 75</span>
|
226
253
|
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">any_args?</span>
|
227
254
|
<span class="ruby-ivar">@any_args</span>
|
228
255
|
<span class="ruby-keyword kw">end</span></pre>
|
@@ -235,7 +262,7 @@ for the specified arguments
|
|
235
262
|
|
236
263
|
|
237
264
|
<div id="raise-method" class="method-detail ">
|
238
|
-
<a name="
|
265
|
+
<a name="M000031"></a>
|
239
266
|
|
240
267
|
<div class="method-heading">
|
241
268
|
|
@@ -247,17 +274,14 @@ for the specified arguments
|
|
247
274
|
|
248
275
|
<div class="method-description">
|
249
276
|
|
250
|
-
<p>
|
251
|
-
tell the expectation it needs to raise an error with the specified
|
252
|
-
arguments
|
253
|
-
</p>
|
277
|
+
<p class="missing-docs">(Not documented)</p>
|
254
278
|
|
255
279
|
|
256
280
|
|
257
281
|
<div class="method-source-code"
|
258
282
|
id="raise-source">
|
259
283
|
<pre>
|
260
|
-
<span class="ruby-comment cmt"># File lib/caricature/expectation.rb, line
|
284
|
+
<span class="ruby-comment cmt"># File lib/caricature/expectation.rb, line 58</span>
|
261
285
|
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">raise</span>(<span class="ruby-operator">*</span><span class="ruby-identifier">args</span>)
|
262
286
|
<span class="ruby-ivar">@error_args</span> = <span class="ruby-identifier">args</span>
|
263
287
|
<span class="ruby-keyword kw">self</span>
|
@@ -267,11 +291,15 @@ arguments
|
|
267
291
|
</div>
|
268
292
|
|
269
293
|
|
294
|
+
<div class="aliases">
|
295
|
+
Also aliased as: <a href="ExpectationSyntax.html#M000032">actual_raise</a>
|
296
|
+
</div>
|
297
|
+
|
270
298
|
</div>
|
271
299
|
|
272
300
|
|
273
301
|
<div id="return-method" class="method-detail ">
|
274
|
-
<a name="
|
302
|
+
<a name="M000030"></a>
|
275
303
|
|
276
304
|
<div class="method-heading">
|
277
305
|
|
@@ -308,7 +336,7 @@ the block you provide to this method.
|
|
308
336
|
|
309
337
|
|
310
338
|
<div id="super-after-method" class="method-detail ">
|
311
|
-
<a name="
|
339
|
+
<a name="M000034"></a>
|
312
340
|
|
313
341
|
<div class="method-heading">
|
314
342
|
|
@@ -330,7 +358,7 @@ execution
|
|
330
358
|
<div class="method-source-code"
|
331
359
|
id="super-after-source">
|
332
360
|
<pre>
|
333
|
-
<span class="ruby-comment cmt"># File lib/caricature/expectation.rb, line
|
361
|
+
<span class="ruby-comment cmt"># File lib/caricature/expectation.rb, line 69</span>
|
334
362
|
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">super_after</span>
|
335
363
|
<span class="ruby-ivar">@super</span> = <span class="ruby-identifier">:after</span>
|
336
364
|
<span class="ruby-keyword kw">end</span></pre>
|
@@ -343,7 +371,7 @@ execution
|
|
343
371
|
|
344
372
|
|
345
373
|
<div id="super-before-method" class="method-detail ">
|
346
|
-
<a name="
|
374
|
+
<a name="M000033"></a>
|
347
375
|
|
348
376
|
<div class="method-heading">
|
349
377
|
|
@@ -365,7 +393,7 @@ exectution
|
|
365
393
|
<div class="method-source-code"
|
366
394
|
id="super-before-source">
|
367
395
|
<pre>
|
368
|
-
<span class="ruby-comment cmt"># File lib/caricature/expectation.rb, line
|
396
|
+
<span class="ruby-comment cmt"># File lib/caricature/expectation.rb, line 64</span>
|
369
397
|
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">super_before</span>
|
370
398
|
<span class="ruby-ivar">@super</span> = <span class="ruby-identifier">:before</span>
|
371
399
|
<span class="ruby-keyword kw">end</span></pre>
|
@@ -378,7 +406,7 @@ exectution
|
|
378
406
|
|
379
407
|
|
380
408
|
<div id="with-method" class="method-detail ">
|
381
|
-
<a name="
|
409
|
+
<a name="M000029"></a>
|
382
410
|
|
383
411
|
<div class="method-heading">
|
384
412
|
|
@@ -403,7 +431,7 @@ any arguments
|
|
403
431
|
<pre>
|
404
432
|
<span class="ruby-comment cmt"># File lib/caricature/expectation.rb, line 42</span>
|
405
433
|
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">with</span>(<span class="ruby-operator">*</span><span class="ruby-identifier">args</span>)
|
406
|
-
<span class="ruby-ivar">@any_args</span> = <span class="ruby-
|
434
|
+
<span class="ruby-ivar">@any_args</span> = <span class="ruby-identifier">args</span>.<span class="ruby-identifier">first</span>.<span class="ruby-identifier">is_a?</span>(<span class="ruby-constant">Symbol</span>) <span class="ruby-keyword kw">and</span> <span class="ruby-identifier">args</span>.<span class="ruby-identifier">first</span> <span class="ruby-operator">==</span> <span class="ruby-identifier">:any</span>
|
407
435
|
<span class="ruby-ivar">@args</span> = <span class="ruby-identifier">args</span>
|
408
436
|
<span class="ruby-keyword kw">self</span>
|
409
437
|
<span class="ruby-keyword kw">end</span></pre>
|
@@ -59,11 +59,11 @@
|
|
59
59
|
<h3 class="section-header">Methods</h3>
|
60
60
|
<ul class="link-list">
|
61
61
|
|
62
|
-
<li><a href="#
|
62
|
+
<li><a href="#M000023">::new</a></li>
|
63
63
|
|
64
|
-
<li><a href="#
|
64
|
+
<li><a href="#M000025">#add_expectation</a></li>
|
65
65
|
|
66
|
-
<li><a href="#
|
66
|
+
<li><a href="#M000028">#find</a></li>
|
67
67
|
|
68
68
|
</ul>
|
69
69
|
</div>
|
@@ -202,7 +202,7 @@ criteria.
|
|
202
202
|
|
203
203
|
|
204
204
|
<div id="new-method" class="method-detail ">
|
205
|
-
<a name="
|
205
|
+
<a name="M000023"></a>
|
206
206
|
|
207
207
|
<div class="method-heading">
|
208
208
|
|
@@ -243,7 +243,7 @@ initializes a new empty instance of the <tt>Expectation</tt> collection
|
|
243
243
|
|
244
244
|
|
245
245
|
<div id="add-expectation-method" class="method-detail ">
|
246
|
-
<a name="
|
246
|
+
<a name="M000025"></a>
|
247
247
|
|
248
248
|
<div class="method-heading">
|
249
249
|
|
@@ -279,7 +279,7 @@ collection.
|
|
279
279
|
|
280
280
|
|
281
281
|
<div id="find-method" class="method-detail ">
|
282
|
-
<a name="
|
282
|
+
<a name="M000028"></a>
|
283
283
|
|
284
284
|
<div class="method-heading">
|
285
285
|
|
@@ -310,7 +310,7 @@ also return the first result it can find.
|
|
310
310
|
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">find</span>(<span class="ruby-identifier">method_name</span>, <span class="ruby-identifier">mode</span>=<span class="ruby-identifier">:instance</span>, <span class="ruby-operator">*</span><span class="ruby-identifier">args</span>)
|
311
311
|
<span class="ruby-identifier">expectations</span> = <span class="ruby-identifier">mode</span> <span class="ruby-operator">==</span> <span class="ruby-identifier">:class</span> <span class="ruby-operator">?</span> <span class="ruby-ivar">@class_expectations</span> <span class="ruby-operator">:</span> <span class="ruby-ivar">@instance_expectations</span>
|
312
312
|
<span class="ruby-identifier">candidates</span> = <span class="ruby-identifier">expectations</span>.<span class="ruby-identifier">select</span> { <span class="ruby-operator">|</span><span class="ruby-identifier">exp</span><span class="ruby-operator">|</span> <span class="ruby-identifier">exp</span>.<span class="ruby-identifier">method_name</span>.<span class="ruby-identifier">to_s</span>.<span class="ruby-identifier">to_sym</span> <span class="ruby-operator">==</span> <span class="ruby-identifier">method_name</span>.<span class="ruby-identifier">to_s</span>.<span class="ruby-identifier">to_sym</span> }
|
313
|
-
<span class="ruby-identifier">is_single</span> = <span class="ruby-identifier">args</span>.<span class="ruby-identifier">empty?</span> <span class="ruby-operator">||</span> <span class="ruby-identifier">args</span>.<span class="ruby-identifier">first</span> <span class="ruby-operator">==</span> <span class="ruby-identifier">:any</span> <span class="ruby-operator">||</span> (<span class="ruby-identifier">candidates</span>.<span class="ruby-identifier">size</span> <span class="ruby-operator">==</span> <span class="ruby-value">1</span> <span class="ruby-operator">&&</span> <span class="ruby-identifier">candidates</span>.<span class="ruby-identifier">first</span>.<span class="ruby-identifier">any_args?</span>)
|
313
|
+
<span class="ruby-identifier">is_single</span> = <span class="ruby-identifier">args</span>.<span class="ruby-identifier">empty?</span> <span class="ruby-operator">||</span> (<span class="ruby-identifier">args</span>.<span class="ruby-identifier">first</span>.<span class="ruby-identifier">is_a?</span>(<span class="ruby-constant">Symbol</span>) <span class="ruby-keyword kw">and</span> <span class="ruby-identifier">args</span>.<span class="ruby-identifier">first</span> <span class="ruby-operator">==</span> <span class="ruby-identifier">:any</span>) <span class="ruby-operator">||</span> (<span class="ruby-identifier">candidates</span>.<span class="ruby-identifier">size</span> <span class="ruby-operator">==</span> <span class="ruby-value">1</span> <span class="ruby-operator">&&</span> <span class="ruby-identifier">candidates</span>.<span class="ruby-identifier">first</span>.<span class="ruby-identifier">any_args?</span>)
|
314
314
|
<span class="ruby-keyword kw">return</span> <span class="ruby-identifier">candidates</span>.<span class="ruby-identifier">first</span> <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">is_single</span>
|
315
315
|
|
316
316
|
<span class="ruby-identifier">second_pass</span> = <span class="ruby-identifier">candidates</span>.<span class="ruby-identifier">select</span> {<span class="ruby-operator">|</span><span class="ruby-identifier">exp</span><span class="ruby-operator">|</span> <span class="ruby-identifier">exp</span>.<span class="ruby-identifier">args</span> <span class="ruby-operator">==</span> <span class="ruby-identifier">args</span> }
|
@@ -52,11 +52,11 @@
|
|
52
52
|
<h3 class="section-header">Methods</h3>
|
53
53
|
<ul class="link-list">
|
54
54
|
|
55
|
-
<li><a href="#
|
55
|
+
<li><a href="#M000057">#did_receive?</a></li>
|
56
56
|
|
57
|
-
<li><a href="#
|
57
|
+
<li><a href="#M000054">#isolation_context</a></li>
|
58
58
|
|
59
|
-
<li><a href="#
|
59
|
+
<li><a href="#M000055">#when_receiving</a></li>
|
60
60
|
|
61
61
|
</ul>
|
62
62
|
</div>
|
@@ -193,7 +193,7 @@ the class methods of this intercepting object
|
|
193
193
|
|
194
194
|
|
195
195
|
<div id="did-receive--method" class="method-detail ">
|
196
|
-
<a name="
|
196
|
+
<a name="M000057"></a>
|
197
197
|
|
198
198
|
<div class="method-heading">
|
199
199
|
|
@@ -252,7 +252,7 @@ running.
|
|
252
252
|
|
253
253
|
|
254
254
|
<div id="isolation-context-method" class="method-detail ">
|
255
|
-
<a name="
|
255
|
+
<a name="M000054"></a>
|
256
256
|
|
257
257
|
<div class="method-heading">
|
258
258
|
|
@@ -287,7 +287,7 @@ responding to method calls etc.
|
|
287
287
|
|
288
288
|
|
289
289
|
<div id="when-receiving-method" class="method-detail ">
|
290
|
-
<a name="
|
290
|
+
<a name="M000055"></a>
|
291
291
|
|
292
292
|
<div class="method-heading">
|
293
293
|
|
@@ -61,17 +61,17 @@
|
|
61
61
|
<h3 class="section-header">Methods</h3>
|
62
62
|
<ul class="link-list">
|
63
63
|
|
64
|
-
<li><a href="#
|
64
|
+
<li><a href="#M000059">::included</a></li>
|
65
65
|
|
66
|
-
<li><a href="#
|
66
|
+
<li><a href="#M000069">#did_class_receive?</a></li>
|
67
67
|
|
68
|
-
<li><a href="#
|
68
|
+
<li><a href="#M000066">#did_receive?</a></li>
|
69
69
|
|
70
|
-
<li><a href="#
|
70
|
+
<li><a href="#M000061">#isolation_context</a></li>
|
71
71
|
|
72
|
-
<li><a href="#
|
72
|
+
<li><a href="#M000065">#when_class_receives</a></li>
|
73
73
|
|
74
|
-
<li><a href="#
|
74
|
+
<li><a href="#M000063">#when_receiving</a></li>
|
75
75
|
|
76
76
|
</ul>
|
77
77
|
</div>
|
@@ -209,7 +209,7 @@ created isolations for classes
|
|
209
209
|
|
210
210
|
|
211
211
|
<div id="included-method" class="method-detail ">
|
212
|
-
<a name="
|
212
|
+
<a name="M000059"></a>
|
213
213
|
|
214
214
|
<div class="method-heading">
|
215
215
|
|
@@ -249,7 +249,7 @@ mixes in the class methods of this module when it gets included in a class.
|
|
249
249
|
|
250
250
|
|
251
251
|
<div id="did-class-receive--method" class="method-detail ">
|
252
|
-
<a name="
|
252
|
+
<a name="M000069"></a>
|
253
253
|
|
254
254
|
<div class="method-heading">
|
255
255
|
|
@@ -308,7 +308,7 @@ running.
|
|
308
308
|
|
309
309
|
|
310
310
|
<div id="did-receive--method" class="method-detail ">
|
311
|
-
<a name="
|
311
|
+
<a name="M000066"></a>
|
312
312
|
|
313
313
|
<div class="method-heading">
|
314
314
|
|
@@ -367,7 +367,7 @@ running.
|
|
367
367
|
|
368
368
|
|
369
369
|
<div id="isolation-context-method" class="method-detail ">
|
370
|
-
<a name="
|
370
|
+
<a name="M000061"></a>
|
371
371
|
|
372
372
|
<div class="method-heading">
|
373
373
|
|
@@ -402,7 +402,7 @@ responding to method calls etc.
|
|
402
402
|
|
403
403
|
|
404
404
|
<div id="when-class-receives-method" class="method-detail ">
|
405
|
-
<a name="
|
405
|
+
<a name="M000065"></a>
|
406
406
|
|
407
407
|
<div class="method-heading">
|
408
408
|
|
@@ -457,7 +457,7 @@ test they are defined in.
|
|
457
457
|
|
458
458
|
|
459
459
|
<div id="when-receiving-method" class="method-detail ">
|
460
|
-
<a name="
|
460
|
+
<a name="M000063"></a>
|
461
461
|
|
462
462
|
<div class="method-heading">
|
463
463
|
|
@@ -62,29 +62,29 @@
|
|
62
62
|
<h3 class="section-header">Methods</h3>
|
63
63
|
<ul class="link-list">
|
64
64
|
|
65
|
-
<li><a href="#
|
65
|
+
<li><a href="#M000008">::for</a></li>
|
66
66
|
|
67
|
-
<li><a href="#
|
67
|
+
<li><a href="#M000050">::for</a></li>
|
68
68
|
|
69
|
-
<li><a href="#
|
69
|
+
<li><a href="#M000009">::get_clr_isolation_strategy</a></li>
|
70
70
|
|
71
|
-
<li><a href="#
|
71
|
+
<li><a href="#M000036">::new</a></li>
|
72
72
|
|
73
|
-
<li><a href="#
|
73
|
+
<li><a href="#M000048">#class_verify</a></li>
|
74
74
|
|
75
|
-
<li><a href="#
|
75
|
+
<li><a href="#M000046">#create_class_override</a></li>
|
76
76
|
|
77
|
-
<li><a href="#
|
77
|
+
<li><a href="#M000043">#create_override</a></li>
|
78
78
|
|
79
|
-
<li><a href="#
|
79
|
+
<li><a href="#M000052">#internal_create_override</a></li>
|
80
80
|
|
81
|
-
<li><a href="#
|
81
|
+
<li><a href="#M000053">#internal_verify</a></li>
|
82
82
|
|
83
83
|
<li><a href="#M000039">#send_class_message</a></li>
|
84
84
|
|
85
|
-
<li><a href="#
|
85
|
+
<li><a href="#M000037">#send_message</a></li>
|
86
86
|
|
87
|
-
<li><a href="#
|
87
|
+
<li><a href="#M000047">#verify</a></li>
|
88
88
|
|
89
89
|
</ul>
|
90
90
|
</div>
|
@@ -286,7 +286,7 @@ the expecations set for this isolation
|
|
286
286
|
|
287
287
|
|
288
288
|
<div id="for-method" class="method-detail ">
|
289
|
-
<a name="
|
289
|
+
<a name="M000008"></a>
|
290
290
|
|
291
291
|
<div class="method-heading">
|
292
292
|
|
@@ -327,7 +327,7 @@ the method call recorder
|
|
327
327
|
|
328
328
|
|
329
329
|
<div id="for-method" class="method-detail ">
|
330
|
-
<a name="
|
330
|
+
<a name="M000050"></a>
|
331
331
|
|
332
332
|
<div class="method-heading">
|
333
333
|
|
@@ -367,7 +367,7 @@ the method call recorder
|
|
367
367
|
|
368
368
|
|
369
369
|
<div id="new-method" class="method-detail ">
|
370
|
-
<a name="
|
370
|
+
<a name="M000036"></a>
|
371
371
|
|
372
372
|
<div class="method-heading">
|
373
373
|
|
@@ -411,7 +411,7 @@ Initializes a new instance of this isolation.
|
|
411
411
|
|
412
412
|
|
413
413
|
<div id="get-clr-isolation-strategy-method" class="method-detail ">
|
414
|
-
<a name="
|
414
|
+
<a name="M000009"></a>
|
415
415
|
|
416
416
|
<div class="method-heading">
|
417
417
|
|
@@ -454,7 +454,7 @@ otherwise it will return a <tt>ClrIsolator</tt>
|
|
454
454
|
|
455
455
|
|
456
456
|
<div id="class-verify-method" class="method-detail ">
|
457
|
-
<a name="
|
457
|
+
<a name="M000048"></a>
|
458
458
|
|
459
459
|
<div class="method-heading">
|
460
460
|
|
@@ -488,7 +488,7 @@ asserts whether the method has been called for the specified configuration
|
|
488
488
|
|
489
489
|
|
490
490
|
<div id="create-class-override-method" class="method-detail ">
|
491
|
-
<a name="
|
491
|
+
<a name="M000046"></a>
|
492
492
|
|
493
493
|
<div class="method-heading">
|
494
494
|
|
@@ -524,7 +524,7 @@ result returned by the class method
|
|
524
524
|
|
525
525
|
|
526
526
|
<div id="create-override-method" class="method-detail ">
|
527
|
-
<a name="
|
527
|
+
<a name="M000043"></a>
|
528
528
|
|
529
529
|
<div class="method-heading">
|
530
530
|
|
@@ -595,7 +595,7 @@ expectations rules when sending messages.
|
|
595
595
|
|
596
596
|
|
597
597
|
<div id="send-message-method" class="method-detail ">
|
598
|
-
<a name="
|
598
|
+
<a name="M000037"></a>
|
599
599
|
|
600
600
|
<div class="method-heading">
|
601
601
|
|
@@ -631,7 +631,7 @@ expectations rules when sending messages.
|
|
631
631
|
|
632
632
|
|
633
633
|
<div id="verify-method" class="method-detail ">
|
634
|
-
<a name="
|
634
|
+
<a name="M000047"></a>
|
635
635
|
|
636
636
|
<div class="method-heading">
|
637
637
|
|
@@ -671,7 +671,7 @@ asserts whether the method has been called for the specified configuration
|
|
671
671
|
|
672
672
|
|
673
673
|
<div id="internal-create-override-method" class="method-detail ">
|
674
|
-
<a name="
|
674
|
+
<a name="M000052"></a>
|
675
675
|
|
676
676
|
<div class="method-heading">
|
677
677
|
|
@@ -707,7 +707,7 @@ asserts whether the method has been called for the specified configuration
|
|
707
707
|
|
708
708
|
|
709
709
|
<div id="internal-verify-method" class="method-detail ">
|
710
|
-
<a name="
|
710
|
+
<a name="M000053"></a>
|
711
711
|
|
712
712
|
<div class="method-heading">
|
713
713
|
|
@@ -59,17 +59,17 @@
|
|
59
59
|
<h3 class="section-header">Methods</h3>
|
60
60
|
<ul class="link-list">
|
61
61
|
|
62
|
-
<li><a href="#
|
62
|
+
<li><a href="#M000080">::for</a></li>
|
63
63
|
|
64
|
-
<li><a href="#
|
64
|
+
<li><a href="#M000070">::new</a></li>
|
65
65
|
|
66
|
-
<li><a href="#
|
66
|
+
<li><a href="#M000071">#build_isolation</a></li>
|
67
67
|
|
68
|
-
<li><a href="#
|
68
|
+
<li><a href="#M000076">#class_name</a></li>
|
69
69
|
|
70
|
-
<li><a href="#
|
70
|
+
<li><a href="#M000078">#initialize_isolation</a></li>
|
71
71
|
|
72
|
-
<li><a href="#
|
72
|
+
<li><a href="#M000074">#initialize_messenger</a></li>
|
73
73
|
|
74
74
|
</ul>
|
75
75
|
</div>
|
@@ -269,7 +269,7 @@ holds the descriptor for this type of object
|
|
269
269
|
|
270
270
|
|
271
271
|
<div id="for-method" class="method-detail ">
|
272
|
-
<a name="
|
272
|
+
<a name="M000080"></a>
|
273
273
|
|
274
274
|
<div class="method-heading">
|
275
275
|
|
@@ -314,7 +314,7 @@ virtual in your implementing classes.
|
|
314
314
|
|
315
315
|
|
316
316
|
<div id="new-method" class="method-detail ">
|
317
|
-
<a name="
|
317
|
+
<a name="M000070"></a>
|
318
318
|
|
319
319
|
<div class="method-heading">
|
320
320
|
|
@@ -354,7 +354,7 @@ creates a new instance of an isolator
|
|
354
354
|
|
355
355
|
|
356
356
|
<div id="build-isolation-method" class="method-detail ">
|
357
|
-
<a name="
|
357
|
+
<a name="M000071"></a>
|
358
358
|
|
359
359
|
<div class="method-heading">
|
360
360
|
|
@@ -391,7 +391,7 @@ builds up the isolation class instance
|
|
391
391
|
|
392
392
|
|
393
393
|
<div id="class-name-method" class="method-detail ">
|
394
|
-
<a name="
|
394
|
+
<a name="M000076"></a>
|
395
395
|
|
396
396
|
<div class="method-heading">
|
397
397
|
|
@@ -427,7 +427,7 @@ Creates the new class name for the isolation
|
|
427
427
|
|
428
428
|
|
429
429
|
<div id="initialize-isolation-method" class="method-detail ">
|
430
|
-
<a name="
|
430
|
+
<a name="M000078"></a>
|
431
431
|
|
432
432
|
<div class="method-heading">
|
433
433
|
|
@@ -463,7 +463,7 @@ Sets up the necessary instance variables for the isolation
|
|
463
463
|
|
464
464
|
|
465
465
|
<div id="initialize-messenger-method" class="method-detail ">
|
466
|
-
<a name="
|
466
|
+
<a name="M000074"></a>
|
467
467
|
|
468
468
|
<div class="method-heading">
|
469
469
|
|
@@ -59,9 +59,9 @@
|
|
59
59
|
<h3 class="section-header">Methods</h3>
|
60
60
|
<ul class="link-list">
|
61
61
|
|
62
|
-
<li><a href="#
|
62
|
+
<li><a href="#M000022">::new</a></li>
|
63
63
|
|
64
|
-
<li><a href="#
|
64
|
+
<li><a href="#M000024">#instance_member?</a></li>
|
65
65
|
|
66
66
|
</ul>
|
67
67
|
</div>
|
@@ -239,7 +239,7 @@ the name of this member
|
|
239
239
|
|
240
240
|
|
241
241
|
<div id="new-method" class="method-detail ">
|
242
|
-
<a name="
|
242
|
+
<a name="M000022"></a>
|
243
243
|
|
244
244
|
<div class="method-heading">
|
245
245
|
|
@@ -279,7 +279,7 @@ initializes a nem instance of member descriptor
|
|
279
279
|
|
280
280
|
|
281
281
|
<div id="instance-member--method" class="method-detail ">
|
282
|
-
<a name="
|
282
|
+
<a name="M000024"></a>
|
283
283
|
|
284
284
|
<div class="method-heading">
|
285
285
|
|
@@ -59,13 +59,13 @@
|
|
59
59
|
<h3 class="section-header">Methods</h3>
|
60
60
|
<ul class="link-list">
|
61
61
|
|
62
|
-
<li><a href="#
|
62
|
+
<li><a href="#M000056">::new</a></li>
|
63
63
|
|
64
|
-
<li><a href="#
|
64
|
+
<li><a href="#M000058">#deliver</a></li>
|
65
65
|
|
66
|
-
<li><a href="#
|
66
|
+
<li><a href="#M000060">#deliver_to_class</a></li>
|
67
67
|
|
68
|
-
<li><a href="#
|
68
|
+
<li><a href="#M000062">#internal_deliver</a></li>
|
69
69
|
|
70
70
|
</ul>
|
71
71
|
</div>
|
@@ -243,7 +243,7 @@ the expecations that have been set for the isolation
|
|
243
243
|
|
244
244
|
|
245
245
|
<div id="new-method" class="method-detail ">
|
246
|
-
<a name="
|
246
|
+
<a name="M000056"></a>
|
247
247
|
|
248
248
|
<div class="method-heading">
|
249
249
|
|
@@ -283,7 +283,7 @@ creates a new instance of this messaging strategy
|
|
283
283
|
|
284
284
|
|
285
285
|
<div id="deliver-method" class="method-detail ">
|
286
|
-
<a name="
|
286
|
+
<a name="M000058"></a>
|
287
287
|
|
288
288
|
<div class="method-heading">
|
289
289
|
|
@@ -317,7 +317,7 @@ deliver the message to the receiving isolation
|
|
317
317
|
|
318
318
|
|
319
319
|
<div id="deliver-to-class-method" class="method-detail ">
|
320
|
-
<a name="
|
320
|
+
<a name="M000060"></a>
|
321
321
|
|
322
322
|
<div class="method-heading">
|
323
323
|
|
@@ -357,7 +357,7 @@ deliver the message to class of the receiving isolation
|
|
357
357
|
|
358
358
|
|
359
359
|
<div id="internal-deliver-method" class="method-detail ">
|
360
|
-
<a name="
|
360
|
+
<a name="M000062"></a>
|
361
361
|
|
362
362
|
<div class="method-heading">
|
363
363
|
|