|
||||||||||
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.AbstractMockTestRunner<WsdlLoadTest>
com.eviware.soapui.impl.wsdl.panels.support.MockLoadTestRunner
public class MockLoadTestRunner
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.eviware.soapui.model.testsuite.TestRunner |
---|
TestRunner.Status |
Constructor Summary | |
---|---|
MockLoadTestRunner(WsdlLoadTest modelItem,
org.apache.log4j.Logger logger)
|
Method Summary | |
---|---|
WsdlLoadTest |
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.. the status will be set to FINISHED before that. |
Methods inherited from class com.eviware.soapui.impl.wsdl.panels.support.AbstractMockTestRunner |
---|
cancel, fail, getLog, getReason, getRunContext, getStartTime, getStatus, getTestRunnable, getTimeTaken, setRunContext, start, waitUntilFinished |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.eviware.soapui.model.testsuite.TestRunner |
---|
cancel, fail, getReason, getRunContext, getStartTime, getStatus, getTestRunnable, getTimeTaken, start, waitUntilFinished |
Constructor Detail |
---|
public MockLoadTestRunner(WsdlLoadTest modelItem, org.apache.log4j.Logger logger)
Method Detail |
---|
public WsdlLoadTest getLoadTest()
getLoadTest
in interface LoadTestRunner
public float getProgress()
LoadTestRunner
getProgress
in interface LoadTestRunner
public int getRunningThreadCount()
LoadTestRunner
getRunningThreadCount
in interface LoadTestRunner
public boolean hasStopped()
LoadTestRunner
hasStopped
in interface LoadTestRunner
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |