Class: RSpec::Mocks::VerifyingPartialDoubleProxy Private
    Do not use.  This class is for internal use only.
  
| Relationships & Source Files | |
| Extension / Inclusion / Inheritance Descendants | |
| Subclasses: 
          RSpec::Mocks::VerifyingPartialClassDoubleProxy
         | |
| Super Chains via Extension / Inclusion / Inheritance | |
| Class Chain: 
          self,
           PartialDoubleProxy,Proxy | |
| Instance Chain: | |
| Inherits: | RSpec::Mocks::PartialDoubleProxy 
 | 
| Defined in: | rspec-mocks/lib/rspec/mocks/verifying_proxy.rb | 
Constant Summary
Proxy - Inherited
  
Class Method Summary
- .new(object, expectation_ordering, optional_callback_invocation_strategy = DEFAULT_CALLBACK_INVOCATION_STRATEGY) ⇒ VerifyingPartialDoubleProxy constructor Internal use only
Proxy - Inherited
Instance Attribute Summary
Proxy - Inherited
Instance Method Summary
- #ensure_implemented(_method_name) Internal use only
- #method_reference Internal use only
VerifyingProxyMethods - Included
| #add_message_expectation, #add_simple_stub, #add_stub, #ensure_implemented, #ensure_publicly_implemented | 
PartialDoubleProxy - Inherited
| #add_simple_expectation, #add_simple_stub, #message_received, #original_method_handle_for, #reset, #visibility_for, #any_instance_class_recorder_observing_method? | 
Proxy - Inherited
Instance Method Details
#ensure_implemented(_method_name)
[ GitHub ]# File 'rspec-mocks/lib/rspec/mocks/verifying_proxy.rb', line 123
def ensure_implemented(_method_name) return if Mocks.configuration.temporarily_suppress_partial_double_verification super end
#method_reference
[ GitHub ]# File 'rspec-mocks/lib/rspec/mocks/verifying_proxy.rb', line 128
def method_reference @method_doubles end