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
public class GreaterThan<T extends Comparable<T>> extends CompareTo<T>
- Author:
- OFFIS, Tammo Freese
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GreaterThan(Comparable<T> value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
getName()
protected boolean
matchResult(int result)
-
-
-
Constructor Detail
-
GreaterThan
public GreaterThan(Comparable<T> value)
-
-
Method Detail
-
getName
protected String 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>>
-
-