public interface ParametersMatcher extends org.hamcrest.Matcher<Object[]>
Modifier and Type | Method and Description |
---|---|
boolean |
isCompatibleWith(Object[] parameters)
Is this matcher likely to be relevant to the given parameters?
|
boolean isCompatibleWith(Object[] parameters)
parameters
- The parameters to be matchedCopyright © 2003–2021 jMock. All rights reserved.