Class: RSpec::Mocks::InstanceVerifyingDouble

Inherits:
Object
  • Object
show all
Includes:
TestDouble
Defined in:
lib/rspec/mocks/verifying_double.rb

Overview

A mock providing a custom proxy that can verify the validity of any method stubs or expectations against the public instance methods of the given class.

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