Class
RR::RecordedCalls
In:
lib/rr/recorded_calls.rb
Parent:
Object
Methods
==
[]
add
any?
clear
double_injection_exists_error
invocation_count_error
match_argument_expectation
match_double_injection
match_error
matching_recorded_calls
new
ordered_match_error
unordered_match_error
Included Modules
RR::Space::Reader
Attributes
ordered_index
[RW]
recorded_calls
[R]
Public Class methods
new
(recorded_calls=[])
Public Instance methods
==
(other)
[]
(index)
add
(subject, method_name, arguments, block)
any?
(&block)
clear
()
match_error
(spy_verification)
Protected Instance methods
double_injection_exists_error
(spy_verification)
invocation_count_error
(spy_verification, matching_recorded_calls)
match_argument_expectation
(spy_verification)
match_double_injection
(spy_verification)
matching_recorded_calls
(spy_verification)
ordered_match_error
(spy_verification)
unordered_match_error
(spy_verification)
[Validate]