Module FlexMock::ArgumentMatching
In: lib/flexmock/argument_matching.rb

Methods

all_match?   match?   missing?  

Constants

MISSING_ARG = Object.new

Public Instance methods

Does the expected argument match the corresponding actual value.

[Validate]