Module org.easymock
Package org.easymock.internal.matchers
Class GreaterThan<T extends Comparable<T>>
java.lang.Object
org.easymock.internal.matchers.CompareTo<T>
org.easymock.internal.matchers.GreaterThan<T>
- Type Parameters:
T
- Type of the values compared
- All Implemented Interfaces:
Serializable
,IArgumentMatcher
Matches if the argument is strictly greater than the given value.
- Author:
- OFFIS, Tammo Freese
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected String
getName()
protected boolean
matchResult
(int result)
-
Constructor Details
-
GreaterThan
-
-
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>>
-