public interface IArgumentMatcher
| Modifier and Type | Method and Description |
|---|---|
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.
|
boolean matches(java.lang.Object argument)
argument - the argumentvoid appendTo(java.lang.StringBuffer buffer)
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.