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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected StringgetName()protected booleanmatchResult(int result)  
- 
Constructor Details
- 
GreaterThan
 
 - 
 - 
Method Details
- 
getName
- Specified by:
 getNamein classCompareTo<T extends Comparable<T>>
 - 
matchResult
protected boolean matchResult(int result) - Specified by:
 matchResultin classCompareTo<T extends Comparable<T>>
 
 -