| edu.iu.uis.eden.test.stress.Test
All known Subclasses: edu.iu.uis.eden.test.stress.AbstractTest,
Test | public interface Test (Code) | | This interface defines a Test fixture which is executed multiple times until the doWork method
return true.
author: rkirkend |
Method Summary | |
public boolean | doWork() Executes the test, returning true when the test has completed, false otherwise. | public void | setParameters(Map parameters) Sets the request parameters coming in from the test harness servlet. |
doWork | public boolean doWork() throws Exception(Code) | | Executes the test, returning true when the test has completed, false otherwise.
To force the test to fail, throw an exception.
|
setParameters | public void setParameters(Map parameters)(Code) | | Sets the request parameters coming in from the test harness servlet.
|
|
|