InvocationMatcher, SelfDescribing, Verifiablepublic class ArgumentsMatcher extends StatelessInvocationMatcher
| Constructor | Description |
|---|---|
ArgumentsMatcher(Constraint[] constraints) |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.StringBuffer |
describeTo(java.lang.StringBuffer buffer) |
Appends the description of this object to the buffer.
|
boolean |
matches(Invocation invocation) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithasDescription, invoked, verifypublic ArgumentsMatcher(Constraint[] constraints)
public boolean matches(Invocation invocation)
public java.lang.StringBuffer describeTo(java.lang.StringBuffer buffer)
SelfDescribingbuffer - The buffer that the description is appended to.