org.as2lib.core.BasicInterface +--org.as2lib.test.mock.ArgumentMatcher
ArgumentMatcher matches one argument agains expectations.
ArgumentMatcher
toString()
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