Interface org.as2lib.test.mock.ArgumentMatcher

org.as2lib.core.BasicInterface
   +--org.as2lib.test.mock.ArgumentMatcher

Description

ArgumentMatcher matches one argument agains expectations.

Method Index

matchArgument()

Inherited from BasicInterface

toString()

Method Detail

matchArgument

public function matchArgument(argument):Boolean

Checks if the passed-in argument matches the expectations.

Parameters

argumentthe argument that is matched

Return

true if the passed-in argument matches else false