public class GraphQLTestRequestTestStepResult
extends com.eviware.soapui.impl.wsdl.teststeps.WsdlTestStepResult
implements com.eviware.soapui.model.testsuite.ResponseAssertedMessageExchange, com.eviware.soapui.model.testsuite.MessageExchangeTestStepResult
| Constructor and Description |
|---|
GraphQLTestRequestTestStepResult(com.eviware.soapui.impl.wsdl.teststeps.HttpTestRequestStepInterface step) |
| Modifier and Type | Method and Description |
|---|---|
void |
addProperty(String key,
String value) |
void |
discard() |
com.eviware.soapui.support.action.swing.ActionList |
getActions() |
com.eviware.soapui.model.testsuite.AssertedXPath[] |
getAssertedXPathsForResponse() |
String |
getEncoding() |
String |
getEndpoint() |
com.eviware.soapui.model.iface.MessageExchange[] |
getMessageExchanges() |
com.eviware.soapui.impl.wsdl.submit.transports.http.support.metrics.SoapUIMetrics |
getMetrics() |
com.eviware.soapui.model.ModelItem |
getModelItem() |
com.eviware.soapui.model.iface.Operation |
getOperation() |
com.eviware.soapui.support.types.StringToStringMap |
getProperties() |
String |
getProperty(String name) |
byte[] |
getRawRequestData() |
byte[] |
getRawResponseData() |
com.eviware.soapui.model.iface.Attachment[] |
getRequestAttachments() |
com.eviware.soapui.model.iface.Attachment[] |
getRequestAttachmentsForPart(String partName) |
String |
getRequestContent() |
String |
getRequestContentAsXml() |
com.eviware.soapui.support.types.StringToStringsMap |
getRequestHeaders() |
com.eviware.soapui.impl.wsdl.submit.transports.http.HttpResponse |
getResponse() |
com.eviware.soapui.model.iface.Attachment[] |
getResponseAttachments() |
com.eviware.soapui.model.iface.Attachment[] |
getResponseAttachmentsForPart(String partName) |
String |
getResponseContent() |
String |
getResponseContentAsXml() |
com.eviware.soapui.support.types.StringToStringsMap |
getResponseHeaders() |
long |
getTimestamp() |
boolean |
hasRawData() |
boolean |
hasRequest(boolean b) |
boolean |
hasResponse() |
void |
setEncoding(String encoding) |
void |
setEndpoint(String endpoint) |
void |
setMetrics(com.eviware.soapui.impl.wsdl.submit.transports.http.support.metrics.SoapUIMetrics metrics) |
void |
setRequestContent(String requestContent) |
void |
setResponse(com.eviware.soapui.impl.wsdl.submit.transports.http.HttpResponse response) |
void |
setSubmit(com.eviware.soapui.impl.wsdl.WsdlSubmit submit) |
addAction, addMessage, addMessages, getError, getFileName, getJmsTestStep, getMessages, getSize, getStatus, getTestStep, getTimeStamp, getTimeTaken, isDiscarded, setError, setFileName, setJmsTestStep, setSize, setStatus, setTimeStamp, setTimeTaken, startTimer, stopTimer, writeTo, writeTo, writeToBaseclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic GraphQLTestRequestTestStepResult(com.eviware.soapui.impl.wsdl.teststeps.HttpTestRequestStepInterface step)
public com.eviware.soapui.model.iface.Operation getOperation()
getOperation in interface com.eviware.soapui.model.iface.MessageExchangepublic com.eviware.soapui.model.ModelItem getModelItem()
getModelItem in interface com.eviware.soapui.model.iface.MessageExchangegetModelItem in interface com.eviware.soapui.model.testsuite.ResultContainerpublic String getRequestContent()
getRequestContent in interface com.eviware.soapui.model.iface.MessageContainerpublic void setRequestContent(String requestContent)
public void setSubmit(com.eviware.soapui.impl.wsdl.WsdlSubmit submit)
public com.eviware.soapui.impl.wsdl.submit.transports.http.HttpResponse getResponse()
getResponse in interface com.eviware.soapui.model.iface.MessageExchangepublic com.eviware.soapui.support.action.swing.ActionList getActions()
getActions in interface com.eviware.soapui.model.testsuite.TestStepResultgetActions in class com.eviware.soapui.impl.wsdl.teststeps.WsdlTestStepResultpublic void setResponse(com.eviware.soapui.impl.wsdl.submit.transports.http.HttpResponse response)
public String getEncoding()
public void setEncoding(String encoding)
public String getEndpoint()
getEndpoint in interface com.eviware.soapui.model.iface.MessageExchangepublic void setEndpoint(String endpoint)
public void discard()
discard in interface com.eviware.soapui.model.testsuite.TestStepResultdiscard in class com.eviware.soapui.impl.wsdl.teststeps.WsdlTestStepResultpublic com.eviware.soapui.support.types.StringToStringMap getProperties()
getProperties in interface com.eviware.soapui.model.iface.MessageContainergetProperties in interface com.eviware.soapui.model.iface.MessageExchangepublic String getProperty(String name)
getProperty in interface com.eviware.soapui.model.iface.MessageContainergetProperty in interface com.eviware.soapui.model.iface.MessageExchangepublic com.eviware.soapui.model.iface.Attachment[] getRequestAttachments()
getRequestAttachments in interface com.eviware.soapui.model.iface.MessageExchangepublic com.eviware.soapui.support.types.StringToStringsMap getRequestHeaders()
getRequestHeaders in interface com.eviware.soapui.model.iface.MessageExchangepublic com.eviware.soapui.model.iface.Attachment[] getResponseAttachments()
getResponseAttachments in interface com.eviware.soapui.model.iface.MessageExchangepublic String getResponseContent()
getResponseContent in interface com.eviware.soapui.model.iface.MessageContainerpublic String getRequestContentAsXml()
getRequestContentAsXml in interface com.eviware.soapui.model.iface.MessageExchangepublic String getResponseContentAsXml()
getResponseContentAsXml in interface com.eviware.soapui.model.iface.MessageExchangepublic com.eviware.soapui.support.types.StringToStringsMap getResponseHeaders()
getResponseHeaders in interface com.eviware.soapui.model.iface.MessageExchangepublic long getTimestamp()
getTimestamp in interface com.eviware.soapui.model.iface.MessageContainerpublic com.eviware.soapui.impl.wsdl.submit.transports.http.support.metrics.SoapUIMetrics getMetrics()
getMetrics in interface com.eviware.soapui.model.testsuite.MessageExchangeTestStepResultpublic void setMetrics(com.eviware.soapui.impl.wsdl.submit.transports.http.support.metrics.SoapUIMetrics metrics)
setMetrics in interface com.eviware.soapui.model.testsuite.MessageExchangeTestStepResultpublic com.eviware.soapui.model.iface.MessageExchange[] getMessageExchanges()
getMessageExchanges in interface com.eviware.soapui.model.testsuite.MessageExchangeTestStepResultpublic byte[] getRawRequestData()
getRawRequestData in interface com.eviware.soapui.model.iface.MessageExchangepublic byte[] getRawResponseData()
getRawResponseData in interface com.eviware.soapui.model.iface.MessageExchangepublic com.eviware.soapui.model.iface.Attachment[] getRequestAttachmentsForPart(String partName)
getRequestAttachmentsForPart in interface com.eviware.soapui.model.iface.MessageExchangepublic com.eviware.soapui.model.iface.Attachment[] getResponseAttachmentsForPart(String partName)
getResponseAttachmentsForPart in interface com.eviware.soapui.model.iface.MessageExchangepublic boolean hasRawData()
hasRawData in interface com.eviware.soapui.model.iface.MessageContainerpublic boolean hasRequest(boolean b)
hasRequest in interface com.eviware.soapui.model.iface.MessageContainerhasRequest in interface com.eviware.soapui.model.iface.MessageExchangepublic boolean hasResponse()
hasResponse in interface com.eviware.soapui.model.iface.MessageExchangepublic com.eviware.soapui.model.testsuite.AssertedXPath[] getAssertedXPathsForResponse()
getAssertedXPathsForResponse in interface com.eviware.soapui.model.testsuite.ResponseAssertedMessageExchangeCopyright © 2019. All rights reserved.