Class
Mocha::ParameterMatchers::AllOf
In:
lib/mocha/parameter_matchers/all_of.rb
Parent:
Base
Parameter matcher which combines a number of other matchers using a logical AND.
Methods
matches?
mocha_inspect
new
Public Class methods
new
(*matchers)
@private
Public Instance methods
matches?
(available_parameters)
@private
mocha_inspect
()
@private
[Validate]