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