com.eviware.soapui.model.testsuite
Interface TestStep
- All Superinterfaces:
- ModelItem, PropertyChangeNotifier, ResultContainer, TestModelItem, TestPropertyHolder
- All Known Subinterfaces:
- HttpRequestTestStep, HttpTestRequestStepInterface, OperationTestStep, RestTestRequestStepInterface
- All Known Implementing Classes:
- AMFRequestTestStep, HttpTestRequestStep, JdbcRequestTestStep, PropertyTransfersTestStep, ProPlaceholderStepFactory.WsdlProPlaceholderTestStep, RestTestRequestStep, 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, getPropertyList, getPropertyNames, getPropertyValue, hasProperty, removeTestPropertyListener, setPropertyValue |
DISABLED_PROPERTY
static final java.lang.String DISABLED_PROPERTY
getTestCase
TestCase getTestCase()
prepare
void prepare(TestCaseRunner testRunner,
TestCaseRunContext testRunContext)
throws java.lang.Exception
- Throws:
java.lang.Exception
finish
void finish(TestCaseRunner testRunner,
TestCaseRunContext testRunContext)
cancel
boolean cancel()
run
TestStepResult run(TestCaseRunner testRunner,
TestCaseRunContext testRunContext)
isDisabled
boolean isDisabled()
getLabel
java.lang.String getLabel()
Copyright © 2005-2010 eviware.com. All Rights Reserved.