org.jmock.internal
Interface ParametersMatcher

All Superinterfaces:
org.hamcrest.Matcher<Object[]>, org.hamcrest.SelfDescribing
All Known Implementing Classes:
AllParametersMatcher

public interface ParametersMatcher
extends org.hamcrest.Matcher<Object[]>


Method Summary
 boolean 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 Detail

isCompatibleWith

boolean isCompatibleWith(Object[] parameters)
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.


Copyright © 2003-2012 jMock. All Rights Reserved.