| |
|
| java.lang.Object nextapp.echo2.testapp.interactive.GhostTask
GhostTask | public class GhostTask (Code) | | Note to developers who might use this class as an example:
Don't. This is a *very unusual* use of asynchronous tasks.
See the documentation for examples of how asynchronous tasks
might normally be used.
|
Constructor Summary | |
public | GhostTask() Creates a new GhostTask . |
GhostTask | public GhostTask()(Code) | | Creates a new GhostTask .
Parameters: app - the application to test Parameters: taskQueue - the TaskQueueHandle to which tasks will be added |
getClicksPerIteration | public int getClicksPerIteration()(Code) | | |
getRunTime | public int getRunTime()(Code) | | |
getTotalIterations | public int getTotalIterations()(Code) | | |
setClicksPerIteration | public void setClicksPerIteration(int clicksPerIteration)(Code) | | |
setRunTime | public void setRunTime(int runTime)(Code) | | |
setStartupScript | public void setStartupScript(String[] startupScript)(Code) | | |
setTotalIterations | public void setTotalIterations(int totalIterations)(Code) | | |
|
|
|