com.eviware.soapui.model.testsuite
Interface SamplerTestStep

All Superinterfaces:
Assertable, ModelItem, PropertyChangeNotifier, ResultContainer, TestModelItem, TestPropertyHolder, TestStep
All Known Subinterfaces:
HttpRequestTestStep, HttpTestRequestStepInterface, RestTestRequestStepInterface
All Known Implementing Classes:
AMFRequestTestStep, HttpTestRequestStep, JdbcRequestTestStep, RestTestRequestStep, WsdlTestRequestStep

public interface SamplerTestStep
extends TestStep, Assertable


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.eviware.soapui.model.testsuite.Assertable
Assertable.AssertionStatus
 
Field Summary
 
Fields inherited from interface com.eviware.soapui.model.testsuite.TestStep
DISABLED_PROPERTY
 
Fields inherited from interface com.eviware.soapui.model.ModelItem
DESCRIPTION_PROPERTY, ICON_PROPERTY, LABEL_PROPERTY, NAME_PROPERTY
 
Method Summary
 TestRequest getTestRequest()
           
 TestStep getTestStep()
           
 
Methods inherited from interface com.eviware.soapui.model.testsuite.TestStep
cancel, finish, getLabel, getTestCase, isDisabled, prepare, run
 
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, getPropertiesLabel, getProperty, getPropertyAt, getPropertyCount, getPropertyList, getPropertyNames, getPropertyValue, hasProperty, removeTestPropertyListener, setPropertyValue
 
Methods inherited from interface com.eviware.soapui.model.testsuite.ResultContainer
getModelItem
 
Methods inherited from interface com.eviware.soapui.model.testsuite.Assertable
addAssertion, addAssertionsListener, cloneAssertion, getAssertableContent, getAssertableType, getAssertionAt, getAssertionByName, getAssertionCount, getAssertionList, getAssertions, getAssertionStatus, getDefaultAssertableContent, getInterface, getModelItem, moveAssertion, removeAssertion, removeAssertionsListener
 

Method Detail

getTestRequest

TestRequest getTestRequest()

getTestStep

TestStep getTestStep()
Specified by:
getTestStep in interface Assertable


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