org.easymock.internal.matchers
Class LessOrEqual<T extends Comparable<T>>

java.lang.Object
  extended by org.easymock.internal.matchers.CompareTo<T>
      extended by org.easymock.internal.matchers.LessOrEqual<T>
Type Parameters:
T - Type of the values compared
All Implemented Interfaces:
Serializable, IArgumentMatcher

public class LessOrEqual<T extends Comparable<T>>
extends CompareTo<T>

Author:
OFFIS, Tammo Freese
See Also:
Serialized Form

Constructor Summary
LessOrEqual(Comparable<T> value)
           
 
Method Summary
protected  String getName()
           
protected  boolean matchResult(int result)
           
 
Methods inherited from class org.easymock.internal.matchers.CompareTo
appendTo, matches
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LessOrEqual

public LessOrEqual(Comparable<T> value)
Method Detail

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.