Package | Description |
---|---|
org.jboss.byteman.contrib.dtest |
Modifier and Type | Method | Description |
---|---|---|
void |
InstrumentedClass.assertMethodCallCount(String message,
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.
|
void |
InstrumentedInstance.assertMethodCallCount(String message,
String methodName,
CallCount callCount) |
Checks that the number of known invocations of the given method falls
within the specified range.
|
Copyright © 2018. All rights reserved.