Class GreaterThan<T extends Comparable<T>>
java.lang.Object
org.mockito.internal.matchers.CompareTo<T>
org.mockito.internal.matchers.GreaterThan<T>
- All Implemented Interfaces:
Serializable, ArgumentMatcher<T>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringgetName()protected booleanmatchResult(int result) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface ArgumentMatcher
type
-
Constructor Details
-
GreaterThan
-
-
Method Details
-
getName
-
matchResult
protected boolean matchResult(int result) - Specified by:
matchResultin classCompareTo<T extends Comparable<T>>
-