Interface IMatcherCapability


public interface IMatcherCapability
Implementations of this interface can be used to decide whether a matcher created by an arbitrary backend can potentially be used as a substitute for another matcher.
Since:
1.4
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Returns true if matchers of this capability can be used as a substitute for a matcher implementing the given capability
  • Method Details

    • canBeSubstitute

      boolean canBeSubstitute(IMatcherCapability capability)
      Returns true if matchers of this capability can be used as a substitute for a matcher implementing the given capability