com.eviware.soapui.model.testsuite
Interface TestStep
- All Superinterfaces:
- ModelItem, PropertyChangeNotifier, ResultContainer, TestModelItem, TestPropertyHolder
- All Known Subinterfaces:
- OperationTestStep
- All Known Implementing Classes:
- HttpTestRequestStep, PropertyTransfersTestStep, RestTestRequestStep, WsdlAsyncResponseTestStep, WsdlDelayTestStep, WsdlGotoTestStep, WsdlGroovyScriptTestStep, WsdlMockResponseTestStep, WsdlPropertiesTestStep, WsdlRunTestCaseTestStep, WsdlTestRequestStep, WsdlTestStep, WsdlTestStepWithProperties
public interface TestStep
- extends TestModelItem, ResultContainer
A TestStep in a TestCase
- Author:
- Ole.Matzura
Methods inherited from interface com.eviware.soapui.model.TestPropertyHolder |
addTestPropertyListener, getModelItem, getProperties, getPropertiesLabel, getProperty, getPropertyAt, getPropertyCount, getPropertyNames, getPropertyValue, hasProperty, removeTestPropertyListener, setPropertyValue |
DISABLED_PROPERTY
static final java.lang.String DISABLED_PROPERTY
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.