Package org.jboss.byteman.contrib.dtest
Class CallCount
java.lang.Object
org.jboss.byteman.contrib.dtest.CallCount
Represents a number range, for use in expressing the limits on the number of expected methods calls to be observed.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
min
private final int min -
max
private final int max
-
-
Constructor Details
-
CallCount
public CallCount(int min, int max)
-
-
Method Details
-
getMin
public int getMin() -
getMax
public int getMax()
-