Uses of Class
org.jboss.byteman.contrib.dtest.CallCount
-
Packages that use CallCount Package Description org.jboss.byteman.contrib.dtest -
-
Uses of CallCount in org.jboss.byteman.contrib.dtest
Methods in org.jboss.byteman.contrib.dtest with parameters of type CallCount Modifier and Type Method Description 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.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.
-