|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.byteman.contrib.dtest.CallCount
public class CallCount
Represents a number range, for use in expressing the limits on the number of expected methods calls to be observed.
Constructor Summary | |
---|---|
CallCount(int min,
int max)
|
Method Summary | |
---|---|
int |
getMax()
|
int |
getMin()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CallCount(int min, int max)
Method Detail |
---|
public int getMin()
public int getMax()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |