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 SummaryModifier and TypeMethodDescriptionbooleancanBeSubstitute(IMatcherCapability capability) Returns true if matchers of this capability can be used as a substitute for a matcher implementing the given capability
- 
Method Details- 
canBeSubstituteReturns true if matchers of this capability can be used as a substitute for a matcher implementing the given capability
 
-