public class Range extends Object implements Serializable
| Constructor and Description | 
|---|
| Range(int count) | 
| Range(int minimum,
     int maximum) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | contains(int count) | 
| String | expectedCount() | 
| int | getMaximum() | 
| int | getMinimum() | 
| boolean | hasFixedCount() | 
| boolean | hasOpenCount() | 
| String | toString() | 
public boolean hasFixedCount()
public int getMaximum()
public int getMinimum()
public String expectedCount()
public boolean contains(int count)
public boolean hasOpenCount()
Copyright © 2001–2014 EasyMock contributors. All rights reserved.