Class
Mocha::ExpectationList
In:
lib/mocha/expectation_list.rb
Parent:
Object
Methods
add
any?
length
match
match_allowing_invocation
matches_method?
new
remove_all_matching_method
to_a
to_set
verified?
Public Class methods
new
()
Public Instance methods
add
(expectation)
any?
()
length
()
match
(method_name, *arguments)
match_allowing_invocation
(method_name, *arguments)
matches_method?
(method_name)
remove_all_matching_method
(method_name)
to_a
()
to_set
()
verified?
(assertion_counter = nil)
[Validate]