Interface ParametersMatcher

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

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

    Modifier and Type
    Method
    Description
    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 Details

    • 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.