|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.eviware.soapui.impl.wsdl.panels.support.MockLoadTestRunner
public class MockLoadTestRunner
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.eviware.soapui.model.testsuite.LoadTestRunner |
---|
LoadTestRunner.Status |
Constructor Summary | |
---|---|
MockLoadTestRunner(WsdlLoadTest modelItem,
org.apache.log4j.Logger logger)
|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MockLoadTestRunner(WsdlLoadTest modelItem, org.apache.log4j.Logger logger)
Method Detail |
---|
public void cancel(java.lang.String reason)
LoadTestRunner
cancel
in interface LoadTestRunner
public void fail(java.lang.String reason)
LoadTestRunner
fail
in interface LoadTestRunner
public LoadTest getLoadTest()
getLoadTest
in interface LoadTestRunner
public float getProgress()
LoadTestRunner
getProgress
in interface LoadTestRunner
public java.lang.String getReason()
LoadTestRunner
getReason
in interface LoadTestRunner
public int getRunningThreadCount()
LoadTestRunner
getRunningThreadCount
in interface LoadTestRunner
public LoadTestRunner.Status getStatus()
LoadTestRunner
getStatus
in interface LoadTestRunner
public long getTimeTaken()
LoadTestRunner
getTimeTaken
in interface LoadTestRunner
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |