|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.pushtotest.tool.dpl.provided.LingoDPL
public class LingoDPL
DPL that provides Dummy text of the type "Lorem ipsum.."
| Constructor Summary | |
|---|---|
LingoDPL()
Creates a new instance of LingoDPL |
|
| Method Summary | |
|---|---|
java.lang.Object |
getData()
Obtains the current data. |
java.lang.Object |
getDataByIndex(int index)
Returns the data at a particular position |
java.lang.Object |
getNextData()
Returns the actual pointer data, and moves the pointer to the next position. |
java.lang.Object |
getRandomData()
Returns data from a random pointer position. |
void |
setup()
Non-Arguments Setup in case User calls a |
void |
setup(int messSize)
|
void |
setup(java.lang.String[] arguments)
|
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 LingoDPL()
| Method Detail |
|---|
public void setup()
DataProduction
setup in interface DataProductionpublic void setup(int messSize)
public void setup(java.lang.String[] arguments)
public java.lang.Object getData()
DataProduction
getData in interface DataProductionpublic java.lang.Object getRandomData()
DataProduction
getRandomData in interface DataProductionpublic java.lang.Object getNextData()
DataProduction
getNextData in interface DataProductionpublic java.lang.Object getDataByIndex(int index)
DataProduction
getDataByIndex in interface DataProductionindex - Data Position to return
public void tearDown()
DataProduction
tearDown in interface DataProduction
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||