org.hamcrest.Matcher<Object[]>, org.hamcrest.SelfDescribingAllParametersMatcherpublic interface ParametersMatcher extends org.hamcrest.Matcher<Object[]>
| Modifier and Type | Method | 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–2018 jMock. All rights reserved.