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