Module: RR::Errors

Defined in:
lib/rr/errors/rr_error.rb,
lib/rr/errors/double_order_error.rb,
lib/rr/errors/times_called_error.rb,
lib/rr/errors/double_not_found_error.rb,
lib/rr/errors/argument_equality_error.rb,
lib/rr/errors/double_definition_error.rb,
lib/rr/errors/subject_has_different_arity_error.rb,
lib/rr/errors/subject_does_not_implement_method_error.rb,
lib/rr/errors/spy_verification_errors/invocation_count_error.rb,
lib/rr/errors/spy_verification_errors/spy_verification_error.rb,
lib/rr/errors/spy_verification_errors/double_injection_not_found_error.rb

Defined Under Namespace

Modules: SpyVerificationErrors Classes: ArgumentEqualityError, DoubleDefinitionError, DoubleNotFoundError, DoubleOrderError, RRError, SubjectDoesNotImplementMethodError, SubjectHasDifferentArityError, TimesCalledError

Constant Summary collapse

BACKTRACE_IDENTIFIER =
Regexp.new("/lib/rr")