com.eviware.soapui.impl.wsdl
Class WsdlTestRunner

java.lang.Object
  extended by com.eviware.soapui.impl.wsdl.WsdlTestRunner
All Implemented Interfaces:
TestRunner, java.lang.Runnable

public class WsdlTestRunner
extends java.lang.Object
implements java.lang.Runnable, TestRunner

WSDL Test Runner

Author:
Ole.Matzura

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.eviware.soapui.model.testsuite.TestRunner
TestRunner.Status
 
Constructor Summary
WsdlTestRunner(WsdlTestCase testCase)
           
 
Method Summary
 void cancel()
           
 TestStep getCurrentStep()
           
 int getCurrentStepIndex()
           
 TestRunner.Status getStatus()
           
 TestCase getTestCase()
           
 java.lang.Thread getThread()
           
 void run()
           
 void start()
           
 void waitUntilFinished()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WsdlTestRunner

public WsdlTestRunner(WsdlTestCase testCase)
Method Detail

start

public void start()
Specified by:
start in interface TestRunner

cancel

public void cancel()
Specified by:
cancel in interface TestRunner

getStatus

public TestRunner.Status getStatus()
Specified by:
getStatus in interface TestRunner

run

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

getCurrentStep

public TestStep getCurrentStep()
Specified by:
getCurrentStep in interface TestRunner

getCurrentStepIndex

public int getCurrentStepIndex()
Specified by:
getCurrentStepIndex in interface TestRunner

getTestCase

public TestCase getTestCase()
Specified by:
getTestCase in interface TestRunner

getThread

public java.lang.Thread getThread()
Specified by:
getThread in interface TestRunner

waitUntilFinished

public void waitUntilFinished()
Specified by:
waitUntilFinished in interface TestRunner


Copyright © 2005 eviware.com. All Rights Reserved.