public class AnyVararg extends ArgumentMatcher implements VarargMatcher, Serializable
| Modifier and Type | Field and Description |
|---|---|
static org.hamcrest.Matcher |
ANY_VARARG |
| Constructor and Description |
|---|
AnyVararg() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(Object arg)
Returns whether this matcher accepts the given argument.
|
describeTopublic boolean matches(Object arg)
ArgumentMatcherThe method should never assert if the argument doesn't match. It should only return false.
matches in interface org.hamcrest.Matchermatches in class ArgumentMatcherarg - the argumentBaseMatcherMockito, MIT License