org.easymock
Interface IArgumentMatcher


public interface IArgumentMatcher

Decides whether an actual argument is accepted.


Method Summary
 void appendTo(java.lang.StringBuffer buffer)
          Appends a string representation of this matcher to the given buffer.
 boolean matches(java.lang.Object argument)
          Returns whether this matcher accepts the given argument.
 

Method Detail

matches

boolean matches(java.lang.Object argument)
Returns whether this matcher accepts the given argument.

Parameters:
argument - the argument
Returns:
whether this matcher accepts the given argument.

appendTo

void appendTo(java.lang.StringBuffer buffer)
Appends a string representation of this matcher to the given buffer.

Parameters:
buffer - the buffer to which the string representation is appended.


Copyright © 2001-2005 OFFIS, Tammo Freese. This documentation is provided under the terms of the MIT licence.