class RSpec::Mocks::ArgumentListMatcher

def initialize(*expected_args)

Other tags:
    See: #args_match? -
    See: ArgumentMatchers -

Parameters:
  • expected_args (Array) -- a list of expected literals and/or argument matchers

Other tags:
    Api: - public
def initialize(*expected_args)
  @expected_args = expected_args
  ensure_expected_args_valid!
end