Uses of Class
org.jboss.byteman.contrib.dtest.CallCount

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.
 



Copyright © 2011. All Rights Reserved.