com.pushtotest.testmaker.XSTest.dimensions
Class crlevel

java.lang.Object
  extended by com.pushtotest.testmaker.XSTest.dimensions.crlevel

public class crlevel
extends java.lang.Object

Generates concurrent request levels Handles tag in TestScenario.xml file


Constructor Summary
crlevel(org.jdom.Element crel)
          Creates a new instance of crlevel
 
Method Summary
 int getCount()
           
 int getItem(int index)
           
 java.util.Iterator Iterator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

crlevel

public crlevel(org.jdom.Element crel)
Creates a new instance of crlevel

Method Detail

Iterator

public java.util.Iterator Iterator()

getItem

public int getItem(int index)

getCount

public int getCount()