Class
FlexMock::RSpecMatchers::HaveReceived
In:
lib/flexmock/rspec_spy_matcher.rb
Parent:
Object
Methods
failure_message_for_should
failure_message_for_should_not
matches?
never
new
once
times
twice
with
with_a_block
without_a_block
Included Modules
SpyDescribers
Public Class methods
new
(method_name)
Public Instance methods
failure_message_for_should
()
failure_message_for_should_not
()
matches?
(spy)
never
()
once
()
times
(n)
twice
()
with
(*args)
with_a_block
()
without_a_block
()
[Validate]