java.lang.Object
org.easymock.internal.Range
- All Implemented Interfaces:
Serializable
The range of a number of invocations. It knows the expected minimum and maximum number of invocations.
- Author:
- OFFIS, Tammo Freese
- See Also:
-
Constructor Details
-
Range
public Range(int count) -
Range
public Range(int minimum, int maximum)
-
-
Method Details