Class: RSpec::Mocks::ObjectVerifyingDouble

Inherits:
Object
  • Object
show all
Defined in:
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 TestDouble

#==, #as_null_object, #freeze, #initialize, #null_object?

Dynamic Method Handling

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