|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of CallCount in org.jboss.byteman.contrib.dtest |
---|
Methods in org.jboss.byteman.contrib.dtest with parameters of type CallCount | |
---|---|
void |
InstrumentedInstance.assertMethodCallCount(java.lang.String message,
java.lang.String methodName,
CallCount callCount)
Checks that the number of known invocations of the given method falls within the specified range. |
void |
InstrumentedClass.assertMethodCallCount(java.lang.String message,
java.lang.String methodName,
CallCount callCount)
Checks that the number of known invocations of the given method falls within the specified range for each known instances of the class. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |