Class
RSpec::Mocks::MessageExpectation
In:
lib/rspec/mocks/message_expectation.rb
Parent:
BaseExpectation
Methods
actual_received_count_matters?
advise
any_number_of_times
at_least
at_most
clear_actual_received_count!
exactly
expected_messages_received?
generate_error
ignoring_args?
increase_actual_received_count!
matches_at_least_count?
matches_at_most_count?
matches_exact_count?
matches_name_but_not_args
negative_expectation_for?
never
once
ordered
set_expected_received_count
similar_messages
times
twice
verify_messages_received
with
Public Instance methods
actual_received_count_matters?
()
advise
(*args)
any_number_of_times
(&block)
at_least
(n, &block)
at_most
(n, &block)
exactly
(n, &block)
expected_messages_received?
()
generate_error
()
ignoring_args?
()
increase_actual_received_count!
()
matches_at_least_count?
()
matches_at_most_count?
()
matches_exact_count?
()
matches_name_but_not_args
(sym, *args)
negative_expectation_for?
(sym)
never
()
once
(&block)
ordered
(&block)
similar_messages
()
times
(&block)
twice
(&block)
verify_messages_received
()
with
(*args, &block)
Protected Instance methods
clear_actual_received_count!
()
set_expected_received_count
(relativity, n)
[Validate]