Package org.jboss.byteman.contrib.dtest
Class CallCount
- java.lang.Object
-
- org.jboss.byteman.contrib.dtest.CallCount
-
public class CallCount extends java.lang.Object
Represents a number range, for use in expressing the limits on the number of expected methods calls to be observed.
-
-
Constructor Summary
Constructors Constructor Description CallCount(int min, int max)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getMax()
int
getMin()
-