ArgumentMatcher matches one argument agains expectations.
ArgumentMatcher
public function matchArgument(argument):Boolean
Checks if the passed-in argument matches the expectations.
argument
true if the passed-in argument matches else false
true
false