|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LoadTestRunner
Runner for loadtests
Nested Class Summary | |
---|---|
static class |
LoadTestRunner.Status
|
Method Summary | |
---|---|
void |
cancel(java.lang.String reason)
Cancels the loadtest with the specified reason. |
void |
fail(java.lang.String reason)
Fails the loadtest with the specified reason. |
LoadTest |
getLoadTest()
|
float |
getProgress()
Returns the progress of the loadtest as a value between 0 and 1. |
java.lang.String |
getReason()
Gets the reason why a loadtest was cancelled or failed |
int |
getRunningThreadCount()
Gets the number of threads currently running |
LoadTestRunner.Status |
getStatus()
Gets the current status of this runner |
long |
getTimeTaken()
Gets the time taken for this loadtest |
Method Detail |
---|
int getRunningThreadCount()
LoadTest getLoadTest()
void cancel(java.lang.String reason)
reason
- void fail(java.lang.String reason)
LoadTestRunner.Status getStatus()
float getProgress()
java.lang.String getReason()
long getTimeTaken()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |