Package org.jmock.internal
Interface ParametersMatcher
- All Superinterfaces:
org.hamcrest.Matcher<Object[]>
,org.hamcrest.SelfDescribing
- All Known Implementing Classes:
AllParametersMatcher
,InvocationExpectation.AnyParametersMatcher
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isCompatibleWith
(Object[] parameters) Is this matcher likely to be relevant to the given parameters?Methods inherited from interface org.hamcrest.Matcher
_dont_implement_Matcher___instead_extend_BaseMatcher_, describeMismatch, matches
Methods inherited from interface org.hamcrest.SelfDescribing
describeTo
-
Method Details
-
isCompatibleWith
Is this matcher likely to be relevant to the given parameters?- Parameters:
parameters
- The parameters to be matched- Returns:
- true iff the parameters may be relevant.
-