Class 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 Detail

      • CallCount

        public CallCount​(int min,
                         int max)
    • Method Detail

      • getMin

        public int getMin()
      • getMax

        public int getMax()