Package org.jboss.byteman.contrib.dtest
Class CallCount
- java.lang.Object
-
- org.jboss.byteman.contrib.dtest.CallCount
-
public class CallCount extends Object
Represents a number range, for use in expressing the limits on the number of expected methods calls to be observed.- Author:
- Jonathan Halliday (jonathan.halliday@redhat.com) 2010-05
-
-
Constructor Summary
Constructors Constructor Description CallCount(int min, int max)
-