Sha256: 44b86cbbbc309b085926721020da23456488fcc20f2884b6c47269e2c818d7da

Contents?: true

Size: 324 Bytes

Versions: 28

Compression:

Stored size: 324 Bytes

Contents

module Mocha
  # Default exception class raised when an unexpected invocation or an unsatisfied expectation occurs.
  #
  # Authors of test libraries may use +Mocha::ExpectationErrorFactory+ to have Mocha raise a different exception.
  #
  # @see Mocha::ExpectationErrorFactory
  class ExpectationError < Exception; end
end

Version data entries

28 entries across 24 versions & 5 rubygems

Version Path
mocha-1.6.0 lib/mocha/expectation_error.rb
mocha-1.5.0 lib/mocha/expectation_error.rb
mocha-1.4.0 lib/mocha/expectation_error.rb
mocha-1.3.0 lib/mocha/expectation_error.rb
mocha-1.2.1 lib/mocha/expectation_error.rb
mocha-1.2.0 lib/mocha/expectation_error.rb
apl-library-0.0.90 vendor/bundle/ruby/2.1.0/gems/mocha-1.0.0/lib/mocha/expectation_error.rb
apl-library-0.0.90 vendor/bundle/ruby/1.9.1/gems/mocha-1.0.0/lib/mocha/expectation_error.rb
apl-library-0.0.90 vendor/bundle/ruby/2.1.0/gems/apl-library-0.0.90/vendor/bundle/ruby/1.9.1/gems/mocha-1.0.0/lib/mocha/expectation_error.rb
apl-library-0.0.90 vendor/bundle/ruby/2.1.0/gems/apl-library-0.0.90/vendor/bundle/ruby/2.1.0/gems/mocha-1.0.0/lib/mocha/expectation_error.rb
mocha-1.1.0 lib/mocha/expectation_error.rb
mocha-1.0.0 lib/mocha/expectation_error.rb
mocha-1.0.0.alpha lib/mocha/expectation_error.rb
tnargav-1.3.3 vendor/bundle/ruby/1.9.1/gems/mocha-0.14.0/lib/mocha/expectation_error.rb
challah-1.0.0 vendor/bundle/gems/mocha-0.14.0/lib/mocha/expectation_error.rb
tnargav-1.2.3 vendor/bundle/ruby/1.9.1/gems/mocha-0.14.0/lib/mocha/expectation_error.rb
mocha-0.14.0 lib/mocha/expectation_error.rb
challah-1.0.0.beta3 vendor/bundle/gems/mocha-0.13.3/lib/mocha/expectation_error.rb
mocha-0.14.0.alpha lib/mocha/expectation_error.rb
challah-1.0.0.beta2 vendor/bundle/gems/mocha-0.13.3/lib/mocha/expectation_error.rb