com.eviware.soapui.impl.wsdl.loadtest
Class WsdlLoadTestRunner.InternalTestCaseRunner

java.lang.Object
  extended by com.eviware.soapui.impl.wsdl.loadtest.WsdlLoadTestRunner.InternalTestCaseRunner
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
WsdlLoadTestRunner

public class WsdlLoadTestRunner.InternalTestCaseRunner
extends java.lang.Object
implements java.lang.Runnable


Constructor Summary
WsdlLoadTestRunner.InternalTestCaseRunner(WsdlTestCase testCase, int threadIndex)
           
 
Method Summary
 void cancel(java.lang.String reason, boolean cancelRunner)
           
 long getRunCount()
           
 WsdlTestCase getTestCase()
           
 boolean isCanceled()
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WsdlLoadTestRunner.InternalTestCaseRunner

public WsdlLoadTestRunner.InternalTestCaseRunner(WsdlTestCase testCase,
                                                 int threadIndex)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable

cancel

public void cancel(java.lang.String reason,
                   boolean cancelRunner)

isCanceled

public boolean isCanceled()

getRunCount

public long getRunCount()

getTestCase

public WsdlTestCase getTestCase()


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