Class: RSpec::Mocks::AnyInstance::ExpectationChain Private
Relationships & Source Files | |
Extension / Inclusion / Inheritance Descendants | |
Subclasses:
RSpec::Mocks::AnyInstance::PositiveExpectationChain
|
|
Super Chains via Extension / Inclusion / Inheritance | |
Class Chain:
self,
Chain
|
|
Instance Chain:
self,
Chain ,
Chain::Customizations
|
|
Inherits: |
RSpec::Mocks::AnyInstance::Chain
|
Defined in: | rspec-mocks/lib/rspec/mocks/any_instance/expectation_chain.rb |
Class Method Summary
Instance Attribute Summary
Instance Method Summary
- #verify_invocation_order(_rspec_method_name, *_args, &_block) private Internal use only
Chain
- Inherited
#constrained_to_any_of?, #expectation_fulfilled!, #matches_args?, #never, #playback!, #with, #last_message, #messages, #record |
Chain::Customizations
- Included
#and_call_original | Records the |
#and_raise | Records the |
#and_return | Records the |
#and_throw | Records the |
#and_wrap_original | Records the |
#and_yield | Records the |
#at_least | Records the |
#at_most | Records the |
#exactly | Records the |
#never | Records the |
#once | Records the |
#thrice | Records the |
#time | Records the |
#times | Records the |
#twice | Records the |
#with | Records the |
Instance Attribute Details
#expectation_fulfilled? ⇒ Boolean
(readonly)
# File 'rspec-mocks/lib/rspec/mocks/any_instance/expectation_chain.rb', line 6
def expectation_fulfilled? @expectation_fulfilled || constrained_to_any_of?(:never) end
Instance Method Details
#verify_invocation_order(_rspec_method_name, *_args, &_block) (private)
[ GitHub ]# File 'rspec-mocks/lib/rspec/mocks/any_instance/expectation_chain.rb', line 17
def verify_invocation_order(_rspec_method_name, *_args, &_block) end