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
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-2007 eviware.com. All Rights Reserved.