org.jboss.byteman.contrib.dtest
Class CallCount

java.lang.Object
  extended by org.jboss.byteman.contrib.dtest.CallCount

public class CallCount
extends java.lang.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
CallCount(int min, int max)
           
 
Method Summary
 int getMax()
           
 int getMin()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CallCount

public CallCount(int min,
                 int max)
Method Detail

getMin

public int getMin()

getMax

public int getMax()


Copyright © 2012. All Rights Reserved.