java.io.Serializable
public class Range
extends java.lang.Object
implements java.io.Serializable
Constructor | Description |
---|---|
Range(int count) |
|
Range(int minimum,
int maximum) |
Modifier and Type | Method | Description |
---|---|---|
boolean |
contains(int count) |
|
java.lang.String |
expectedCount() |
|
int |
getMaximum() |
|
int |
getMinimum() |
|
boolean |
hasFixedCount() |
|
boolean |
hasOpenCount() |
|
java.lang.String |
toString() |
public boolean hasFixedCount()
public int getMaximum()
public int getMinimum()
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String expectedCount()
public boolean contains(int count)
public boolean hasOpenCount()
Copyright © 2001-2019 EasyMock contributors. This documentation is provided under the terms of the Apache 2 licence.