class Mocha::ParametersMatcher

def matchers

def matchers
  @expected_parameters.map { |p| p.to_matcher(expectation: @expectation, top_level: true) }
end