org.easymock.internal.matchers
Class LessThan<T extends Comparable<T>>
java.lang.Object
org.easymock.internal.matchers.CompareTo<T>
org.easymock.internal.matchers.LessThan<T>
- Type Parameters:
T
- Type of the values compared
- All Implemented Interfaces:
- Serializable, IArgumentMatcher
public class LessThan<T extends Comparable<T>>
- extends CompareTo<T>
- Author:
- OFFIS, Tammo Freese
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LessThan
public LessThan(Comparable<T> value)
getName
protected String getName()
- Specified by:
getName
in class CompareTo<T extends Comparable<T>>
matchResult
protected boolean matchResult(int result)
- Specified by:
matchResult
in class CompareTo<T extends Comparable<T>>
Copyright © 2001-2011 OFFIS, Tammo Freese, Henri Tremblay. All Rights Reserved.