com.eviware.soapui.impl.wsdl.panels.support
Class MockLoadTestRunner

java.lang.Object
  extended by com.eviware.soapui.impl.wsdl.panels.support.AbstractMockTestRunner<WsdlLoadTest>
      extended by com.eviware.soapui.impl.wsdl.panels.support.MockLoadTestRunner
All Implemented Interfaces:
LoadTestRunner, TestRunner

public class MockLoadTestRunner
extends AbstractMockTestRunner<WsdlLoadTest>
implements LoadTestRunner


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
 
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

MockLoadTestRunner

public MockLoadTestRunner(WsdlLoadTest modelItem,
                          org.apache.log4j.Logger logger)
Method Detail

getLoadTest

public WsdlLoadTest getLoadTest()
Specified by:
getLoadTest in interface LoadTestRunner

getProgress

public float getProgress()
Description copied from interface: LoadTestRunner
Returns the progress of the loadtest as a value between 0 and 1. Progress is measured depending on the LoadTest limit configuration

Specified by:
getProgress in interface LoadTestRunner

getRunningThreadCount

public int getRunningThreadCount()
Description copied from interface: LoadTestRunner
Gets the number of threads currently running

Specified by:
getRunningThreadCount in interface LoadTestRunner


Copyright © 2005-2009 eviware.com. All Rights Reserved.