Module
FlexMock::ArgumentMatching
In:
lib/flexmock/argument_matching.rb
Methods
all_match?
match?
missing?
Constants
MISSING_ARG
=
Object.new
Public Instance methods
all_match?
(expected_args, actual_args)
match?
(expected, actual)
Does the expected argument match the corresponding actual value.
missing?
(arg)
[Validate]