com.eviware.soapui.model.testsuite
Interface TestStep

All Superinterfaces:
ModelItem, PropertyChangeNotifier, ResultContainer, TestModelItem, TestPropertyHolder
All Known Subinterfaces:
OperationTestStep
All Known Implementing Classes:
TransferResponseValuesTestStep, WsdlDelayTestStep, WsdlGotoTestStep, WsdlGroovyScriptTestStep, WsdlPropertiesTestStep, WsdlRunTestCaseTestStep, WsdlTestRequestStep, WsdlTestStep, WsdlTestStepWithProperties

public interface TestStep
extends TestModelItem, ResultContainer

A TestStep in a TestCase

Author:
Ole.Matzura

Field Summary
static java.lang.String DISABLED_PROPERTY
           
 
Fields inherited from interface com.eviware.soapui.model.ModelItem
DESCRIPTION_PROPERTY, ICON_PROPERTY, LABEL_PROPERTY, NAME_PROPERTY
 
Method Summary
 boolean cancel()
           
 void finish(TestRunner testRunner, TestRunContext testRunContext)
           
 java.lang.String getLabel()
           
 TestCase getTestCase()
           
 boolean isDisabled()
           
 void prepare(TestRunner testRunner, TestRunContext testRunContext)
           
 TestStepResult run(TestRunner testRunner, TestRunContext testRunContext)
           
 
Methods inherited from interface com.eviware.soapui.model.ModelItem
getChildren, getDescription, getIcon, getId, getName, getParent, getSettings
 
Methods inherited from interface com.eviware.soapui.support.PropertyChangeNotifier
addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListener
 
Methods inherited from interface com.eviware.soapui.model.TestPropertyHolder
addTestPropertyListener, getModelItem, getProperties, getProperty, getPropertyNames, getPropertyValue, hasProperty, removeTestPropertyListener, setPropertyValue
 

Field Detail

DISABLED_PROPERTY

static final java.lang.String DISABLED_PROPERTY
Method Detail

getTestCase

TestCase getTestCase()

prepare

void prepare(TestRunner testRunner,
             TestRunContext testRunContext)
             throws java.lang.Exception
Throws:
java.lang.Exception

finish

void finish(TestRunner testRunner,
            TestRunContext testRunContext)

cancel

boolean cancel()

run

TestStepResult run(TestRunner testRunner,
                   TestRunContext testRunContext)

isDisabled

boolean isDisabled()

getLabel

java.lang.String getLabel()


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