Class
RR::SpyVerification
In:
lib/rr/spy_verification.rb
Parent:
Object
Methods
call
install_method_callback
new
ordered
ordered?
set_argument_expectation_for_args
subject_inspect
to_proc
Included Modules
RR::DoubleDefinitions::DoubleDefinition::TimesDefinitionConstructionMethods
RR::DoubleDefinitions::DoubleDefinition::ArgumentDefinitionConstructionMethods
Attributes
argument_expectation
[R]
method_name
[R]
subject
[RW]
times_matcher
[R]
times_matcher
[W]
Public Class methods
new
(subject, method_name, args)
Public Instance methods
call
()
ordered
()
ordered?
()
subject_inspect
()
to_proc
()
Protected Instance methods
install_method_callback
(return_value_block)
set_argument_expectation_for_args
(args)
[Validate]