Module
RR::Errors
In:
lib/rr/errors/times_called_error.rb
lib/rr/errors/rr_error.rb
lib/rr/errors/double_not_found_error.rb
lib/rr/errors/double_order_error.rb
lib/rr/errors/subject_does_not_implement_method_error.rb
lib/rr/errors/double_definition_error.rb
lib/rr/errors/spy_verification_errors/spy_verification_error.rb
lib/rr/errors/spy_verification_errors/invocation_count_error.rb
lib/rr/errors/spy_verification_errors/double_injection_not_found_error.rb
lib/rr/errors/subject_has_different_arity_error.rb
lib/rr/errors.rb
Methods
build_error
error_class
Classes and Modules
Module
RR::Errors::SpyVerificationErrors
Class
RR::Errors::DoubleDefinitionError
Class
RR::Errors::DoubleNotFoundError
Class
RR::Errors::DoubleOrderError
Class
RR::Errors::RRError
Class
RR::Errors::SubjectDoesNotImplementMethodError
Class
RR::Errors::SubjectHasDifferentArityError
Class
RR::Errors::TimesCalledError
Constants
BACKTRACE_IDENTIFIER
=
Regexp.new("/lib/rr")
Public Class methods
build_error
(given_error, message = nil, backtrace = nil)
error_class
(given_error)
[Validate]