public class RestTestRequest extends RestRequest implements RestTestRequestInterface
| Fields inherited from class | Fields |
|---|---|
class RestRequest |
ICON_NAME |
class AbstractHttpRequest |
EMPTY_SSLSTATE, POST_QUERY_STRING |
| Constructor and description |
|---|
RestTestRequest(RestMethod method, RestRequestConfig callConfig, RestTestRequestStep testStep, boolean forLoadTest) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public WsdlMessageAssertion |
addAssertion(java.lang.String assertionLabel) |
|
public void |
addAssertionsListener(AssertionsListener listener) |
|
public TestAssertionConfig |
addNewAssertion() |
|
public void |
assertResponse(SubmitContext context) |
|
public TestAssertion |
cloneAssertion(TestAssertion source, java.lang.String name) |
|
public java.lang.String |
getAssertableContent() |
|
public java.lang.String |
getAssertableContentAsXml() |
|
public java.lang.String |
getAssertableMetadata() |
|
public TestAssertionRegistry.AssertableType |
getAssertableType() |
|
public WsdlMessageAssertion |
getAssertionAt(int c) |
|
public WsdlMessageAssertion |
getAssertionByName(java.lang.String name) |
|
public int |
getAssertionCount() |
|
public java.util.List<TestAssertionConfig> |
getAssertionList() |
|
public java.util.List<TestAssertion> |
getAssertionList() |
|
public Assertable.AssertionStatus |
getAssertionStatus() |
|
public java.util.Map<java.lang.String, TestAssertion> |
getAssertions() |
|
public java.lang.String |
getDefaultAssertableContent() |
|
public javax.swing.Icon |
getIcon() |
|
public java.lang.String |
getIconImageAbsolutePath() |
|
public AbstractRestService |
getInterface() |
|
public ModelItem |
getModelItem() |
|
public RestResource |
getOperation() |
|
public ModelItem |
getParent() |
|
public RestResource |
getResource() |
|
public java.lang.String |
getResponseContentAsString() |
|
public java.lang.String |
getRestMethodName() |
|
public java.lang.String |
getServiceName() |
|
public WsdlTestCase |
getTestCase() |
|
public RestTestRequestStep |
getTestStep() |
|
public WsdlMessageAssertion |
importAssertion(WsdlMessageAssertion source, boolean overwrite, boolean createCopy, java.lang.String newName) |
|
public TestAssertionConfig |
insertAssertion(TestAssertionConfig source, int ix) |
|
public TestAssertion |
insertAssertion(TestAssertion assertion, int index) |
|
public boolean |
isDiscardResponse() |
|
public TestAssertion |
moveAssertion(int ix, int offset) |
|
public void |
release() |
|
public void |
removeAssertion(int ix) |
|
public void |
removeAssertion(TestAssertion assertion) |
|
public void |
removeAssertionsListener(AssertionsListener listener) |
|
public void |
resolve(ResolveContext<?> context) |
|
public void |
setDiscardResponse(boolean discardResponse) |
|
public void |
setPath(java.lang.String fullPath) |
|
public void |
setResponse(HttpResponse response, SubmitContext context) |
|
public void |
setRestMethod(RestMethod restMethod) |
|
public void |
updateConfig(RestRequestConfig request)Called when a test request is moved into a test case |
Called when a test request is moved into a test case
ReadyAPI functional (soapui) SDK 4.1.0