class Mocha::ParameterMatchers::Base
def &(other)
- Example: Alternative ways to combine matchers with a logical AND. -
Other tags:
- See: Expectation#with -
Returns:
-
(AllOf)
- parameter matcher.
Parameters:
-
other
(Base
) -- parameter matcher.
def &(other) AllOf.new(self, other) end