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