Sha256: 7e56ea346a234c78f658bce500a66bfda89916109807005b425117c49a16c5b7

Contents?: true

Size: 1.05 KB

Versions: 57

Compression:

Stored size: 1.05 KB

Contents

module Mocha

  # Used as parameters for {Expectation#with} to restrict the parameter values which will match the expectation. Can be nested.
  module ParameterMatchers; end

end

require 'mocha/parameter_matchers/object'

require 'mocha/parameter_matchers/all_of'
require 'mocha/parameter_matchers/any_of'
require 'mocha/parameter_matchers/any_parameters'
require 'mocha/parameter_matchers/anything'
require 'mocha/parameter_matchers/equals'
require 'mocha/parameter_matchers/has_entry'
require 'mocha/parameter_matchers/has_entries'
require 'mocha/parameter_matchers/has_key'
require 'mocha/parameter_matchers/has_value'
require 'mocha/parameter_matchers/includes'
require 'mocha/parameter_matchers/instance_of'
require 'mocha/parameter_matchers/is_a'
require 'mocha/parameter_matchers/kind_of'
require 'mocha/parameter_matchers/not'
require 'mocha/parameter_matchers/optionally'
require 'mocha/parameter_matchers/regexp_matches'
require 'mocha/parameter_matchers/responds_with'
require 'mocha/parameter_matchers/yaml_equivalent'
require 'mocha/parameter_matchers/query_string'

Version data entries

57 entries across 46 versions & 5 rubygems

Version Path
mocha-0.13.2 lib/mocha/parameter_matchers.rb
mocha-0.12.8 lib/mocha/parameter_matchers.rb
mocha-0.13.1 lib/mocha/parameter_matchers.rb
challah-rolls-0.2.0 vendor/bundle/gems/challah-0.8.3/vendor/bundle/gems/mocha-0.13.0/lib/mocha/parameter_matchers.rb
challah-rolls-0.2.0 vendor/bundle/gems/challah-0.8.3/vendor/bundle/gems/mocha-0.12.3/lib/mocha/parameter_matchers.rb
challah-rolls-0.2.0 vendor/bundle/gems/mocha-0.12.3/lib/mocha/parameter_matchers.rb
challah-rolls-0.2.0 vendor/bundle/gems/mocha-0.13.0/lib/mocha/parameter_matchers.rb
challah-rolls-0.2.0 vendor/bundle/gems/challah-0.8.0.pre/vendor/bundle/gems/mocha-0.12.2/lib/mocha/parameter_matchers.rb
challah-rolls-0.2.0 vendor/bundle/gems/mocha-0.12.2/lib/mocha/parameter_matchers.rb
challah-0.8.3 vendor/bundle/gems/mocha-0.13.0/lib/mocha/parameter_matchers.rb
challah-0.8.3 vendor/bundle/gems/mocha-0.12.3/lib/mocha/parameter_matchers.rb
mocha-0.13.0 lib/mocha/parameter_matchers.rb
mocha-0.12.7 lib/mocha/parameter_matchers.rb
mocha-0.12.6 lib/mocha/parameter_matchers.rb
mocha-0.12.5 lib/mocha/parameter_matchers.rb
challah-0.8.1 vendor/bundle/gems/mocha-0.12.3/lib/mocha/parameter_matchers.rb
mocha-0.12.4 lib/mocha/parameter_matchers.rb
challah-rolls-0.1.0 vendor/bundle/gems/mocha-0.12.2/lib/mocha/parameter_matchers.rb
challah-rolls-0.1.0 vendor/bundle/gems/challah-0.8.0.pre/vendor/bundle/gems/mocha-0.12.2/lib/mocha/parameter_matchers.rb
challah-rolls-0.1.0 vendor/bundle/gems/mocha-0.12.3/lib/mocha/parameter_matchers.rb