Class Mocha::Invocation
In: lib/bourne/invocation.rb
Parent: Object

Used internally by Bourne extensions to Mocha. Represents a single invocation of a stubbed or mocked method. The mock, method name, and arguments are recorded and can be used to determine how a method was invoked.

Methods

new  

Attributes

arguments  [R] 
method_name  [R] 
mock  [R] 

Public Class methods

[Validate]