com.eviware.soapui.impl.wsdl.teststeps
Interface TestRequest

All Superinterfaces:
Assertable, ModelItem, PropertyChangeNotifier, Request
All Known Subinterfaces:
HttpTestRequestInterface<T>, RestTestRequestInterface
All Known Implementing Classes:
AMFRequest, HttpTestRequest, JdbcRequest, RestTestRequest, WsdlTestRequest

public interface TestRequest
extends Request, Assertable


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.eviware.soapui.model.iface.Request
Request.SubmitException
 
Nested classes/interfaces inherited from interface com.eviware.soapui.model.testsuite.Assertable
Assertable.AssertionStatus
 
Field Summary
 
Fields inherited from interface com.eviware.soapui.model.iface.Request
ENCODING_PROPERTY, ENDPOINT_PROPERTY, REQUEST_PROPERTY
 
Fields inherited from interface com.eviware.soapui.model.ModelItem
DESCRIPTION_PROPERTY, ICON_PROPERTY, LABEL_PROPERTY, NAME_PROPERTY
 
Method Summary
 Response getResponse()
           
 TestStep getTestStep()
           
 WsdlMessageAssertion importAssertion(WsdlMessageAssertion source, boolean overwrite, boolean createCopy, java.lang.String newName)
           
 boolean isDiscardResponse()
           
 
Methods inherited from interface com.eviware.soapui.model.iface.Request
addSubmitListener, dependsOn, getAttachments, getEncoding, getEndpoint, getOperation, getPassword, getRequestContent, getRequestParts, getResponseParts, getTimeout, getUsername, removeSubmitListener, setEncoding, setEndpoint, submit
 
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.testsuite.Assertable
addAssertion, addAssertionsListener, cloneAssertion, getAssertableContent, getAssertableType, getAssertionAt, getAssertionByName, getAssertionCount, getAssertionList, getAssertions, getAssertionStatus, getDefaultAssertableContent, getInterface, getModelItem, moveAssertion, removeAssertion, removeAssertionsListener
 

Method Detail

getTestStep

TestStep getTestStep()
Specified by:
getTestStep in interface Assertable

isDiscardResponse

boolean isDiscardResponse()

importAssertion

WsdlMessageAssertion importAssertion(WsdlMessageAssertion source,
                                     boolean overwrite,
                                     boolean createCopy,
                                     java.lang.String newName)

getResponse

Response getResponse()


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