org.easymock.internal
Class Range

java.lang.Object
  extended by org.easymock.internal.Range
All Implemented Interfaces:
java.io.Serializable

public class Range
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
Range(int count)
           
Range(int minimum, int maximum)
           
 
Method Summary
 boolean contains(int count)
           
 java.lang.String expectedCount()
           
 int getMaximum()
           
 int getMinimum()
           
 boolean hasFixedCount()
           
 boolean hasOpenCount()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Range

public Range(int count)

Range

public Range(int minimum,
             int maximum)
Method Detail

hasFixedCount

public boolean hasFixedCount()

getMaximum

public int getMaximum()

getMinimum

public int getMinimum()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

expectedCount

public java.lang.String expectedCount()

contains

public boolean contains(int count)

hasOpenCount

public boolean hasOpenCount()


Copyright © 2001-2009 OFFIS, Tammo Freese, Henri Tremblay. This documentation is provided under the terms of the MIT licence.]]>