InvocationMatcher, SelfDescribing, Verifiablepublic class NoArgumentsMatcher extends StatelessInvocationMatcher
| Modifier and Type | Field | Description |
|---|---|---|
static NoArgumentsMatcher |
INSTANCE |
| Constructor | Description |
|---|---|
NoArgumentsMatcher() |
| 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 static final NoArgumentsMatcher INSTANCE
public boolean matches(Invocation invocation)
public java.lang.StringBuffer describeTo(java.lang.StringBuffer buffer)
SelfDescribingbuffer - The buffer that the description is appended to.