Uses of Class
org.jboss.byteman.contrib.dtest.CallCount
Packages that use CallCount
-
Uses of CallCount in org.jboss.byteman.contrib.dtest
Methods in org.jboss.byteman.contrib.dtest with parameters of type CallCountModifier and TypeMethodDescriptionvoidInstrumentedClass.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.voidInstrumentedInstance.assertMethodCallCount(String message, String methodName, CallCount callCount) Checks that the number of known invocations of the given method falls within the specified range.