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.
  • Field Details

    • min

      private final int min
    • max

      private final int max
  • Constructor Details

    • CallCount

      public CallCount(int min, int max)
  • Method Details

    • getMin

      public int getMin()
    • getMax

      public int getMax()