|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.eviware.soapui.impl.wsdl.loadtest.WsdlLoadTestRunner
public class WsdlLoadTestRunner
TestRunner for load-tests.
Nested Class Summary | |
---|---|
class |
WsdlLoadTestRunner.InternalPropertyChangeListener
|
class |
WsdlLoadTestRunner.TestCaseRunner
|
Nested classes/interfaces inherited from interface com.eviware.soapui.model.testsuite.LoadTestRunner |
---|
LoadTestRunner.Status |
Constructor Summary | |
---|---|
WsdlLoadTestRunner(WsdlLoadTest test)
|
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. |
void |
finishRunner(WsdlLoadTestRunner.TestCaseRunner runner)
|
void |
finishTestCase(java.lang.String reason,
WsdlTestCase testCase)
|
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 |
void |
updateThreadCount()
|
void |
waitUntilFinished()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WsdlLoadTestRunner(WsdlLoadTest test)
Method Detail |
---|
public LoadTestRunner.Status getStatus()
LoadTestRunner
getStatus
in interface LoadTestRunner
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 void waitUntilFinished()
public void finishTestCase(java.lang.String reason, WsdlTestCase testCase)
public void finishRunner(WsdlLoadTestRunner.TestCaseRunner runner)
public int getRunningThreadCount()
LoadTestRunner
getRunningThreadCount
in interface LoadTestRunner
public float getProgress()
LoadTestRunner
getProgress
in interface LoadTestRunner
public LoadTest getLoadTest()
getLoadTest
in interface LoadTestRunner
public void updateThreadCount()
public java.lang.String getReason()
LoadTestRunner
getReason
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 |