|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ArgumentMatcher
A matcher that can check whether a given argument matches certain criteria.
| Method Summary | |
|---|---|
boolean |
matches(java.lang.Object argument,
java.lang.Object argumentAtInvocationTime)
Returns true if the given object matches this object's expected argument, false otherwise. |
| Method Detail |
|---|
boolean matches(java.lang.Object argument,
java.lang.Object argumentAtInvocationTime)
argument - The argument that was used by reference, not nullargumentAtInvocationTime - Copy of the argument, taken at the time that the invocation was performed, not null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||