private static class InvocationExpectation.AnyParametersMatcher extends org.hamcrest.core.IsAnything<java.lang.Object[]> implements ParametersMatcher
| Constructor and Description |
|---|
AnyParametersMatcher() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isCompatibleWith(java.lang.Object[] parameters)
Is this matcher likely to be relevant to the given parameters?
|
_dont_implement_Matcher___instead_extend_BaseMatcher_, describeMismatch, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic boolean isCompatibleWith(java.lang.Object[] parameters)
ParametersMatcherisCompatibleWith in interface ParametersMatcherparameters - The parameters to be matched