public interface ParametersMatcher
extends org.hamcrest.Matcher<java.lang.Object[]>
Modifier and Type | Method and Description |
---|---|
boolean |
isCompatibleWith(java.lang.Object[] parameters)
Is this matcher likely to be relevant to the given parameters?
|