com.eviware.soapui.impl.support.http
Interface HttpRequestTestStep

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

public interface HttpRequestTestStep
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
 AbstractHttpRequest<?> getHttpRequest()
           
 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

getHttpRequest

AbstractHttpRequest<?> getHttpRequest()

getTestRequest

TestRequest getTestRequest()

getTestStep

TestStep getTestStep()


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