public class NoArgumentsMatcher extends StatelessInvocationMatcher
| Modifier and Type | Field and Description |
|---|---|
static NoArgumentsMatcher |
INSTANCE |
| Constructor and Description |
|---|
NoArgumentsMatcher() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.StringBuffer |
describeTo(java.lang.StringBuffer buffer)
Appends the description of this object to the buffer.
|
boolean |
matches(Invocation invocation) |
hasDescription, 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.