Module org.easymock

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>
Matches if the argument is strictly greater than the given value.
Author:
OFFIS, Tammo Freese
See Also: