Package | Description |
---|---|
com.eviware.soapui.config | |
com.eviware.soapui.config.impl | |
com.eviware.soapui.impl.wsdl.testcase |
WSDL implementations of TestCase-related interfaces
|
com.eviware.soapui.impl.wsdl.teststeps |
WsdlTestStep implementations
|
com.eviware.soapui.impl.wsdl.teststeps.registry |
TestStep registry and factories
|
com.eviware.soapui.model.testsuite |
Test-related model items
|
com.eviware.soapui.plugins.auto.factories |
Modifier and Type | Method and Description |
---|---|
TestStepConfig |
TestCaseConfig.addNewTestStep()
Appends and returns a new empty value (as xml) as the last "testStep" element
|
TestStepConfig |
SecurityScanConfig.addNewTestStep()
Appends and returns a new empty "testStep" element
|
TestStepConfig |
SecurityCheckConfig.addNewTestStep()
Appends and returns a new empty "testStep" element
|
TestStepConfig |
SecurityScanConfig.getTestStep()
Gets the "testStep" element
|
TestStepConfig |
SecurityCheckConfig.getTestStep()
Gets the "testStep" element
|
TestStepConfig[] |
TestCaseConfig.getTestStepArray()
Deprecated.
|
TestStepConfig |
TestCaseConfig.getTestStepArray(int i)
Gets ith "testStep" element
|
TestStepConfig |
TestCaseConfig.insertNewTestStep(int i)
Inserts and returns a new empty value (as xml) as the ith "testStep" element
|
static TestStepConfig |
TestStepConfig.Factory.newInstance() |
static TestStepConfig |
TestStepConfig.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static TestStepConfig |
TestStepConfig.Factory.parse(File file) |
static TestStepConfig |
TestStepConfig.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static TestStepConfig |
TestStepConfig.Factory.parse(InputStream is) |
static TestStepConfig |
TestStepConfig.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static TestStepConfig |
TestStepConfig.Factory.parse(Node node) |
static TestStepConfig |
TestStepConfig.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static TestStepConfig |
TestStepConfig.Factory.parse(Reader r) |
static TestStepConfig |
TestStepConfig.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static TestStepConfig |
TestStepConfig.Factory.parse(String xmlAsString) |
static TestStepConfig |
TestStepConfig.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static TestStepConfig |
TestStepConfig.Factory.parse(URL u) |
static TestStepConfig |
TestStepConfig.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static TestStepConfig |
TestStepConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static TestStepConfig |
TestStepConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static TestStepConfig |
TestStepConfig.Factory.parse(XMLStreamReader sr) |
static TestStepConfig |
TestStepConfig.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
List<TestStepConfig> |
TestCaseConfig.getTestStepList()
Gets a List of "testStep" elements
|
Modifier and Type | Method and Description |
---|---|
void |
SecurityScanConfig.setTestStep(TestStepConfig testStep)
Sets the "testStep" element
|
void |
SecurityCheckConfig.setTestStep(TestStepConfig testStep)
Sets the "testStep" element
|
void |
TestCaseConfig.setTestStepArray(int i,
TestStepConfig testStep)
Sets ith "testStep" element
|
void |
TestCaseConfig.setTestStepArray(TestStepConfig[] testStepArray)
Sets array of all "testStep" element
|
Modifier and Type | Class and Description |
---|---|
class |
TestStepConfigImpl
An XML TestStep(@http://eviware.com/soapui/config).
|
Modifier and Type | Method and Description |
---|---|
TestStepConfig |
TestCaseConfigImpl.addNewTestStep()
Appends and returns a new empty value (as xml) as the last "testStep" element
|
TestStepConfig |
SecurityScanConfigImpl.addNewTestStep()
Appends and returns a new empty "testStep" element
|
TestStepConfig |
SecurityCheckConfigImpl.addNewTestStep()
Appends and returns a new empty "testStep" element
|
TestStepConfig |
SecurityScanConfigImpl.getTestStep()
Gets the "testStep" element
|
TestStepConfig |
SecurityCheckConfigImpl.getTestStep()
Gets the "testStep" element
|
TestStepConfig[] |
TestCaseConfigImpl.getTestStepArray()
Deprecated.
|
TestStepConfig |
TestCaseConfigImpl.getTestStepArray(int i)
Gets ith "testStep" element
|
TestStepConfig |
TestCaseConfigImpl.insertNewTestStep(int i)
Inserts and returns a new empty value (as xml) as the ith "testStep" element
|
Modifier and Type | Method and Description |
---|---|
List<TestStepConfig> |
TestCaseConfigImpl.getTestStepList()
Gets a List of "testStep" elements
|
Modifier and Type | Method and Description |
---|---|
void |
SecurityScanConfigImpl.setTestStep(TestStepConfig testStep)
Sets the "testStep" element
|
void |
SecurityCheckConfigImpl.setTestStep(TestStepConfig testStep)
Sets the "testStep" element
|
void |
TestCaseConfigImpl.setTestStepArray(int i,
TestStepConfig testStep)
Sets ith "testStep" element
|
void |
TestCaseConfigImpl.setTestStepArray(TestStepConfig[] testStepArray)
Sets array of all "testStep" element
|
Modifier and Type | Method and Description |
---|---|
WsdlTestStep |
WsdlTestCase.addTestStep(TestStepConfig stepConfig) |
WsdlTestStep |
WsdlTestCase.insertTestStep(TestStepConfig stepConfig,
int ix) |
WsdlTestStep |
WsdlTestCase.insertTestStep(WsdlTestCase oldTestCase,
TestStepConfig stepConfig,
int ix,
boolean clearIds) |
WsdlTestStep[] |
WsdlTestCase.insertTestSteps(WsdlTestCase oldTestCase,
TestStepConfig[] stepConfig,
int ix,
boolean clearIds) |
Modifier and Type | Method and Description |
---|---|
void |
WsdlTestStep.resetConfigOnMove(TestStepConfig config)
Called from WsdlTestCase when moving a teststep due to no move
functionality in xmlbeans generated arrays.
|
void |
WsdlTestRequestStep.resetConfigOnMove(TestStepConfig config) |
void |
WsdlRunTestCaseTestStep.resetConfigOnMove(TestStepConfig config) |
void |
WsdlPropertiesTestStep.resetConfigOnMove(TestStepConfig config) |
void |
WsdlMockResponseTestStep.resetConfigOnMove(TestStepConfig config) |
void |
WsdlGroovyScriptTestStep.resetConfigOnMove(TestStepConfig config) |
void |
WsdlGotoTestStep.resetConfigOnMove(TestStepConfig config) |
void |
WsdlDelayTestStep.resetConfigOnMove(TestStepConfig config) |
void |
RestTestRequestStep.resetConfigOnMove(TestStepConfig config) |
void |
PropertyTransfersTestStep.resetConfigOnMove(TestStepConfig config) |
void |
ManualTestStep.resetConfigOnMove(TestStepConfig config) |
void |
JdbcRequestTestStep.resetConfigOnMove(TestStepConfig config) |
void |
HttpTestRequestStepInterface.resetConfigOnMove(TestStepConfig config) |
void |
HttpTestRequestStep.resetConfigOnMove(TestStepConfig config) |
void |
AMFRequestTestStep.resetConfigOnMove(TestStepConfig config) |
Modifier and Type | Method and Description |
---|---|
static TestStepConfig |
RestRequestStepFactory.createConfig(RestRequest request,
String stepName) |
TestStepConfig |
ManualTestStepFactory.createConfig(String stepName) |
TestStepConfig |
RestRequestStepFactory.createConfig(WsdlMonitorMessageExchange me,
String stepName) |
TestStepConfig |
HttpRequestStepFactory.createConfig(WsdlMonitorMessageExchange me,
String stepName) |
TestStepConfig |
AMFRequestStepFactory.createConfig(WsdlMonitorMessageExchange me,
String stepName) |
static TestStepConfig |
WsdlMockResponseStepFactory.createConfig(WsdlOperation operation,
boolean interactive) |
static TestStepConfig |
WsdlTestRequestStepFactory.createConfig(WsdlOperation operation,
String stepName) |
static TestStepConfig |
WsdlMockResponseStepFactory.createConfig(WsdlOperation operation,
WsdlRequest request,
boolean interactive) |
static TestStepConfig |
WsdlMockResponseStepFactory.createConfig(WsdlRequest request,
boolean interactive) |
static TestStepConfig |
WsdlTestRequestStepFactory.createConfig(WsdlRequest request,
String stepName) |
TestStepConfig |
RestRequestStepFactory.createNewTestStep(RestMethod restMethod,
String name) |
static TestStepConfig |
WsdlMockResponseStepFactory.createNewTestStep(WsdlMockResponse mockResponse) |
TestStepConfig |
WsdlTestRequestStepFactory.createNewTestStep(WsdlOperation operation,
StringToStringMap values) |
abstract TestStepConfig |
WsdlTestStepFactory.createNewTestStep(WsdlTestCase testCase,
String name) |
TestStepConfig |
WsdlTestRequestStepFactory.createNewTestStep(WsdlTestCase testCase,
String name) |
TestStepConfig |
WsdlMockResponseStepFactory.createNewTestStep(WsdlTestCase testCase,
String name) |
TestStepConfig |
RunTestCaseStepFactory.createNewTestStep(WsdlTestCase testCase,
String name) |
TestStepConfig |
RestRequestStepFactory.createNewTestStep(WsdlTestCase testCase,
String name) |
TestStepConfig |
ProPlaceholderStepFactory.createNewTestStep(WsdlTestCase testCase,
String name) |
TestStepConfig |
PropertyTransfersStepFactory.createNewTestStep(WsdlTestCase testCase,
String name) |
TestStepConfig |
PropertiesStepFactory.createNewTestStep(WsdlTestCase testCase,
String name) |
TestStepConfig |
ManualTestStepFactory.createNewTestStep(WsdlTestCase testCase,
String name) |
TestStepConfig |
JdbcRequestTestStepFactory.createNewTestStep(WsdlTestCase testCase,
String name) |
TestStepConfig |
HttpRequestStepFactory.createNewTestStep(WsdlTestCase testCase,
String name) |
TestStepConfig |
GroovyScriptStepFactory.createNewTestStep(WsdlTestCase testCase,
String name) |
TestStepConfig |
GotoStepFactory.createNewTestStep(WsdlTestCase testCase,
String name) |
TestStepConfig |
DelayStepFactory.createNewTestStep(WsdlTestCase testCase,
String name) |
TestStepConfig |
AMFRequestStepFactory.createNewTestStep(WsdlTestCase testCase,
String name) |
TestStepConfig |
HttpRequestStepFactory.createNewTestStep(WsdlTestCase testCase,
String name,
String endpoint,
String method) |
Modifier and Type | Method and Description |
---|---|
abstract WsdlTestStep |
WsdlTestStepFactory.buildTestStep(WsdlTestCase testCase,
TestStepConfig config,
boolean forLoadTest) |
WsdlTestStep |
WsdlTestRequestStepFactory.buildTestStep(WsdlTestCase testCase,
TestStepConfig config,
boolean forLoadTest) |
WsdlTestStep |
WsdlMockResponseStepFactory.buildTestStep(WsdlTestCase testCase,
TestStepConfig config,
boolean forLoadTest) |
WsdlTestStep |
RunTestCaseStepFactory.buildTestStep(WsdlTestCase testCase,
TestStepConfig config,
boolean forLoadTest) |
WsdlTestStep |
RestRequestStepFactory.buildTestStep(WsdlTestCase testCase,
TestStepConfig config,
boolean forLoadTest) |
WsdlTestStep |
ProPlaceholderStepFactory.buildTestStep(WsdlTestCase testCase,
TestStepConfig config,
boolean forLoadTest) |
WsdlTestStep |
PropertyTransfersStepFactory.buildTestStep(WsdlTestCase testCase,
TestStepConfig config,
boolean forLoadTest) |
WsdlTestStep |
PropertiesStepFactory.buildTestStep(WsdlTestCase testCase,
TestStepConfig config,
boolean forLoadTest) |
WsdlTestStep |
ManualTestStepFactory.buildTestStep(WsdlTestCase testCase,
TestStepConfig config,
boolean forLoadTest) |
WsdlTestStep |
JdbcRequestTestStepFactory.buildTestStep(WsdlTestCase testCase,
TestStepConfig config,
boolean forLoadTest) |
WsdlTestStep |
HttpRequestStepFactory.buildTestStep(WsdlTestCase testCase,
TestStepConfig config,
boolean forLoadTest) |
WsdlTestStep |
GroovyScriptStepFactory.buildTestStep(WsdlTestCase testCase,
TestStepConfig config,
boolean forLoadTest) |
WsdlTestStep |
GotoStepFactory.buildTestStep(WsdlTestCase testCase,
TestStepConfig config,
boolean forLoadTest) |
WsdlTestStep |
DelayStepFactory.buildTestStep(WsdlTestCase testCase,
TestStepConfig config,
boolean forLoadTest) |
WsdlTestStep |
AMFRequestStepFactory.buildTestStep(WsdlTestCase testCase,
TestStepConfig config,
boolean forLoadTest) |
boolean |
WsdlTestStepRegistry.hasFactory(TestStepConfig config) |
Constructor and Description |
---|
WsdlProPlaceholderTestStep(WsdlTestCase testCase,
TestStepConfig config,
boolean forLoadTest,
String iconPath,
String description) |
Modifier and Type | Method and Description |
---|---|
TestStep |
TestCase.insertTestStep(TestStepConfig config,
int position) |
Modifier and Type | Method and Description |
---|---|
TestStepConfig |
AutoTestStepFactory.createNewTestStep(WsdlTestCase testCase,
String name) |
Modifier and Type | Method and Description |
---|---|
WsdlTestStep |
AutoTestStepFactory.buildTestStep(WsdlTestCase testCase,
TestStepConfig config,
boolean forLoadTest) |
Copyright © 2019. All Rights Reserved.