com.pushtotest.tool.dpl.provided
Class CounterDPL
java.lang.Object
com.pushtotest.tool.dpl.provided.CounterDPL
public class CounterDPL
- extends java.lang.Object
Base Data production interface. All main classes in a Data Production Library
should implement this interface.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CounterDPL
public CounterDPL()
setup
public void setup()
throws DPLException
- Throws:
DPLException
setup
public void setup(int maxValue)
throws DPLException
- Throws:
DPLException
getData
public java.lang.String getData()
getRandomData
public java.lang.String getRandomData()
getNextData
public java.lang.String getNextData()
getDataByIndex
public java.lang.String getDataByIndex(int index)
tearDown
public void tearDown()
- Cleans up