Uses of Class
org.refcodes.matcher.AbstractMatcheeMatcher
-
Uses of AbstractMatcheeMatcher in org.refcodes.matcher
Subclasses of AbstractMatcheeMatcher in org.refcodes.matcherModifier and TypeClassDescriptionclassAn EQUAL WITHMatcher, comparing its matchee with the matchee provided to theEqualWithMatcher.isMatching(Object)method for equality.classGreaterOrEqualThanMatcher<M extends Comparable<M>>A GREATER OR EQUAL THANMatcher, comparing its matchee with the matchee provided to theMatchable.isMatching(Object)method using theComparable.compareTo(Object)method to be implemented by the matchees.classGreaterThanMatcher<M extends Comparable<M>>A GREATER THANMatcher, comparing its matchee with the matchee provided to theMatchable.isMatching(Object)method using theComparable.compareTo(Object)method to be implemented by the matchees.classLessOrEqualThanMatcher<M extends Comparable<M>>A LESS OR EQUAL THANMatcher, comparing its matchee with the matchee provided to theMatchable.isMatching(Object)method using theComparable.compareTo(Object)method to be implemented by the matchees.classLessThanMatcher<M extends Comparable<M>>A LESS THANMatcher, comparing its matchee with the matchee provided to theMatchable.isMatching(Object)method using theComparable.compareTo(Object)method to be implemented by the matchees.classA NOT EQUAL WITHMatcher, comparing its matchee with the matchee provided to theNotEqualWithMatcher.isMatching(Object)method for equality.