Access keys

ArgumentMatcher

Kind of class: interface
Inherits from: BasicInterface
Implemented by:
Author: Simon Wacker
Classpath: org.as2lib.test.mock.ArgumentMatcher
File last modified: Monday, 16 May 2005, 18:56:00
ArgumentMatcher matches one argument agains expectations.

Summary

Instance methods
Instance methods inherited from BasicInterface

Instance methods

matchArgument

function matchArgument (
argument) : Boolean
Checks if the passed-in argument matches the expectations.
Parameters:
argument:
the argument that is matched
Returns:
true if the passed-in argument matches else
false