|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.pushtotest.tool.dpl.provided.CSVDPL
public class CSVDPL
DPL that provides Dummy text of the type "Lorem ipsum.."
| Constructor Summary | |
|---|---|
CSVDPL()
Creates a new instance of CSVDPL (Comma Separated Value DPL) |
|
| Method Summary | |
|---|---|
java.lang.String[] |
getData()
Obtains the current data. |
java.lang.String[] |
getDataByIndex(int index)
Returns the data at a particular position |
java.lang.String[] |
getNextData()
Returns the actual pointer data, and moves the pointer to the next position. |
java.lang.String[] |
getRandomData()
Returns data from a random pointer position. |
void |
print(java.lang.String[] files)
|
void |
setup()
Non-Arguments Setup in case User calls a |
void |
setup(java.lang.String filename)
|
void |
tearDown()
Cleans up |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CSVDPL()
| Method Detail |
|---|
public void setup()
throws DPLException
DataProduction
setup in interface DataProductionDPLException
public void setup(java.lang.String filename)
throws DPLException
DPLExceptionpublic java.lang.String[] getData()
DataProduction
getData in interface DataProductionpublic java.lang.String[] getRandomData()
DataProduction
getRandomData in interface DataProductionpublic java.lang.String[] getNextData()
DataProduction
getNextData in interface DataProductionpublic java.lang.String[] getDataByIndex(int index)
DataProduction
getDataByIndex in interface DataProductionindex - Data Position to return
public void tearDown()
DataProduction
tearDown in interface DataProductionpublic void print(java.lang.String[] files)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||