| com.eviware.soapui.model.testsuite.LoadTestRunner
All known Subclasses: com.eviware.soapui.impl.wsdl.loadtest.WsdlLoadTestRunner,
LoadTestRunner | public interface LoadTestRunner (Code) | | Runner for loadtests
author: Ole.Matzura |
Inner Class :public enum Status | |
cancel | public void cancel(String reason)(Code) | | Cancels the loadtest with the specified reason. This should be used for "normal" cancellations,
ie from a ui or some expected signal.
Parameters: reason - |
fail | public void fail(String reason)(Code) | | Fails the loadtest with the specified reason. This should be used for error conditions
|
getProgress | public float getProgress()(Code) | | Returns the progress of the loadtest as a value between 0 and 1. Progress is measured depending
on the LoadTest limit configuration
|
getReason | public String getReason()(Code) | | Gets the reason why a loadtest was cancelled or failed
|
getRunningThreadCount | public int getRunningThreadCount()(Code) | | Gets the number of threads currently running
|
getStatus | public Status getStatus()(Code) | | Gets the current status of this runner
|
getTimeTaken | public long getTimeTaken()(Code) | | Gets the time taken for this loadtest
|
|
|