This module contains a series of matchers, that is, a series of functions
that can be called with the actual value (and in cases a series of arguments)
and returns a boolean, true if the value satisfies the matcher, and false
otherwise.
Remarks
Having the matchers separated from the instances that use the matchers allow for
greater extensibility.
This module contains a series of matchers, that is, a series of functions that can be called with the actual value (and in cases a series of arguments) and returns a boolean,
true
if the value satisfies the matcher, andfalse
otherwise.Remarks
Having the matchers separated from the instances that use the matchers allow for greater extensibility.
Author
Alan Rodas Bonjour alanrodas@gmail.com