public class JdbcRequestTestStep extends WsdlTestStepWithProperties implements Assertable, CanDiscardResponse, DoPrettyPrintResponse, MutableTestPropertyHolder, java.beans.PropertyChangeListener, PropertyExpansionContainer, SamplerTestStep
WsdlTestStep that executes a WsdlTestRequest
Modifiers | Name | Description |
---|---|---|
static java.lang.String |
CONNECTION_STRING_PROPERTY |
|
static java.lang.String |
DRIVER_PROPERTY |
|
static java.lang.String |
ICON_NAME |
|
static java.lang.String |
JDBCREQUEST |
|
static java.lang.String |
PASS_TEMPLATE |
|
static java.lang.String |
QUERY_FIELD |
|
static java.lang.String |
QUERY_PROPERTY |
|
static java.lang.String |
RESPONSE_PROPERTY |
|
static java.lang.String |
STATUS_PROPERTY |
|
static MessageSupport |
messages |
Fields inherited from class | Fields |
---|---|
class WsdlTestStepWithProperties |
ENDPOINT, RAW_REQUEST, RAW_RESPONSE, REQUEST, RESPONSE, RESPONSE_AS_XML |
Constructor and description |
---|
JdbcRequestTestStep
(WsdlTestCase testCase, TestStepConfig config, 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 TestProperty |
addProperty(java.lang.String name) |
|
public void |
addTestPropertyListener(TestPropertyListener listener) |
|
public void |
assertResponse(SubmitContext context) |
|
public boolean |
cancel() |
|
public WsdlTestStep |
clone(WsdlTestCase targetTestCase, java.lang.String name) |
|
public TestAssertion |
cloneAssertion(TestAssertion source, java.lang.String name) |
|
public JdbcRequest |
createJdbcRequest(boolean forLoadTest) |
|
public java.lang.String |
getAssertableContent() |
|
public java.lang.String |
getAssertableContentAsXml() |
|
public java.lang.String |
getAssertableMetadata() |
|
public TestAssertionRegistry.AssertableType |
getAssertableType() |
|
public TestAssertion |
getAssertionAt(int c) |
|
public TestAssertion |
getAssertionByName(java.lang.String name) |
|
public int |
getAssertionCount() |
|
public java.util.List<TestAssertionConfig> |
getAssertionList() |
|
public java.util.List<TestAssertion> |
getAssertionList() |
|
public AssertionStatus |
getAssertionStatus() |
|
public java.util.Map<java.lang.String, TestAssertion> |
getAssertions() |
|
public java.util.List<? extends ModelItem> |
getChildren() |
|
public java.lang.String |
getConnectionString() |
|
public java.lang.String |
getDbConnectionName() |
|
public java.lang.String |
getDefaultAssertableContent() |
|
public java.lang.String |
getDefaultSourcePropertyName() |
|
public java.lang.String |
getDefaultValue() |
|
public java.lang.String |
getDriver() |
|
public java.lang.String |
getFetchSize() |
|
public javax.swing.ImageIcon |
getIcon() |
|
public Interface |
getInterface() |
|
public JdbcRequest |
getJdbcRequest() |
|
public JdbcRequestTestStepConfig |
getJdbcRequestTestStepConfig() |
|
public java.lang.String |
getMaxRows() |
|
public java.lang.String |
getPassword() |
|
public java.util.Map<java.lang.String, TestProperty> |
getProperties() |
|
public TestProperty |
getProperty(java.lang.String name) |
|
public TestProperty |
getPropertyAt(int index) |
|
public int |
getPropertyCount() |
|
public PropertyExpansion[] |
getPropertyExpansions() |
|
public java.util.List<TestProperty> |
getPropertyList() |
|
public java.lang.String[] |
getPropertyNames() |
|
public java.lang.String |
getPropertyValue(java.lang.String name) |
|
public java.lang.String |
getQuery() |
|
public java.lang.String |
getQueryTimeout() |
|
public java.lang.String |
getResponseContent() |
|
public SchemaType |
getSchemaType() |
|
public TestRequest |
getTestRequest() |
|
public TestStep |
getTestStep() |
|
public javax.xml.namespace.QName |
getType() |
|
public boolean |
hasProperty(java.lang.String name) |
|
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 |
isConvertColumnNamesToUpperCase() |
|
public boolean |
isDiscardResponse() |
|
public static boolean |
isNeededPassword(java.lang.String connStr) |
|
public boolean |
isPrettyPrintResponse() |
|
public boolean |
isSetPrettyPrintResponse() |
|
public boolean |
isStoredProcedure() |
|
public TestAssertion |
moveAssertion(int ix, int offset) |
|
public void |
moveProperty(java.lang.String propertyName, int targetIndex) |
|
public void |
prepare(TestCaseRunner testRunner, TestCaseRunContext testRunContext) |
|
public void |
propertyChange(java.beans.PropertyChangeEvent arg0) |
|
public void |
release() |
|
public void |
removeAllProperties() |
|
public void |
removeAssertion(int ix) |
|
public void |
removeAssertion(TestAssertion assertion) |
|
public void |
removeAssertionsListener(AssertionsListener listener) |
|
public TestProperty |
removeProperty(java.lang.String propertyName) |
|
public void |
removeTestPropertyListener(TestPropertyListener listener) |
|
public boolean |
renameProperty(java.lang.String name, java.lang.String newName) |
|
public void |
resetConfigOnMove(TestStepConfig config) |
|
public TestStepResult |
run(TestCaseRunner runner, TestCaseRunContext runContext) |
|
public void |
setConnectionString(java.lang.String c) |
|
public void |
setConvertColumnNamesToUpperCase(boolean sp) |
|
public void |
setDiscardResponse(boolean discardResponse) |
|
public void |
setDriver(java.lang.String d) |
|
public void |
setFetchSize(java.lang.String fetchSize) |
|
public void |
setMaxRows(java.lang.String maxRows) |
|
public void |
setPassword(java.lang.String p) |
|
public void |
setPrettyPrintResponse(boolean prettyPrintResponse) |
|
public void |
setPropertyValue(java.lang.String name, java.lang.String value) |
|
public void |
setPropertyValue(java.lang.String name, java.lang.Object value) |
|
public void |
setQuery(java.lang.String q) |
|
public void |
setQueryTimeout(java.lang.String queryTimeout) |
|
public void |
setResponse(JdbcResponse response, SubmitContext context, boolean assertResponse) |
|
public void |
setResponse(JdbcResponse response, SubmitContext context) |
|
public void |
setStoredProcedure(boolean sp) |
|
public boolean |
wasAsserted() |
ReadyAPI functional (soapui) SDK 3.58.0