Class: RSpec::Mocks::ObjectVerifyingDouble

Inherits:
Object
  • Object
show all
Includes:
ObjectVerifyingDoubleMethods
Defined in:
lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.2/lib/rspec/mocks/verifying_double.rb

Overview

Similar to an InstanceVerifyingDouble, except that it verifies against public methods of the given object.

Method Summary

Methods included from ObjectVerifyingDoubleMethods

#as_stubbed_const

Methods included from VerifyingDouble

#__send__, #initialize, #method_missing, #respond_to?, #send

Methods included from TestDouble

#==, #__build_mock_proxy_unless_expired, #__disallow_further_usage!, #as_null_object, #freeze, #initialize, #inspect, #null_object?, #respond_to?, #to_s

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class RSpec::Mocks::VerifyingDouble