Serializable
public class Range extends Object implements Serializable
Constructor | Description |
---|---|
Range(int count) |
|
Range(int minimum,
int maximum) |
Modifier and Type | Method | 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–2018 EasyMock contributors. All rights reserved.