public interface LoadTestRunner extends TestRunner
TestRunner.Status
Modifier and Type | Method and Description |
---|---|
LoadTest |
getLoadTest() |
float |
getProgress()
Returns the progress of the loadtest as a value between 0 and 1.
|
int |
getRunningThreadCount()
Gets the number of threads currently running
|
boolean |
hasStopped()
Confusing but unfortunately necessary; isStopped will return false until
the loadtest has called all handlers, etc..
|
cancel, fail, getReason, getRunContext, getStartTime, getStatus, getTestRunnable, getTimeTaken, isRunning, start, waitUntilFinished
int getRunningThreadCount()
LoadTest getLoadTest()
float getProgress()
boolean hasStopped()
Copyright © 2019. All Rights Reserved.