Package | Description |
---|---|
com.eviware.soapui.impl.wsdl |
WSDL 1.1 implementations of soapui model interface
|
com.eviware.soapui.impl.wsdl.actions.teststep |
WsdlTestStep related actions
|
com.eviware.soapui.impl.wsdl.panels.support |
Support classes for panels
|
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.support |
SoapUI model-related support classes
|
com.eviware.soapui.plugins.auto.factories | |
com.eviware.soapui.security | |
com.eviware.soapui.security.support | |
com.eviware.soapui.support.components |
Usefull swing components
|
com.eviware.soapui.support.dnd.handlers | |
com.eviware.soapui.support.resolver |
Modifier and Type | Method and Description |
---|---|
void |
WsdlTestSuite.fireTestStepAdded(WsdlTestStep testStep,
int index) |
void |
WsdlTestSuite.fireTestStepMoved(WsdlTestStep testStep,
int ix,
int offset) |
void |
WsdlTestSuite.fireTestStepRemoved(WsdlTestStep testStep,
int ix) |
Modifier and Type | Method and Description |
---|---|
SoapUIActionMappingList<WsdlTestStep> |
WsdlTestStepSoapUIActionGroup.getActionMappings(WsdlTestStep modelItem) |
SoapUIActionMappingList<WsdlTestStep> |
WsdlTestStepInsertStepSoapUIActionGroup.getActionMappings(WsdlTestStep modelItem) |
Modifier and Type | Method and Description |
---|---|
SoapUIActionMappingList<WsdlTestStep> |
WsdlTestStepSoapUIActionGroup.getActionMappings(WsdlTestStep modelItem) |
SoapUIActionMappingList<WsdlTestStep> |
WsdlTestStepInsertStepSoapUIActionGroup.getActionMappings(WsdlTestStep modelItem) |
void |
ToggleDisableTestStepAction.perform(WsdlTestStep testStep,
Object param) |
void |
RunFromTestStepAction.perform(WsdlTestStep testStep,
Object param) |
void |
RenameTestStepAction.perform(WsdlTestStep testStep,
Object param) |
void |
MoveTestStepUpAction.perform(WsdlTestStep testStep,
Object param) |
void |
MoveTestStepDownAction.perform(WsdlTestStep testStep,
Object param) |
void |
InsertWsdlTestStepAction.perform(WsdlTestStep testStep,
Object param) |
void |
DeleteTestStepAction.perform(WsdlTestStep testStep,
Object param) |
void |
CloneTestStepAction.perform(WsdlTestStep testStep,
Object param) |
Constructor and Description |
---|
MockTestRunContext(MockTestRunner mockTestRunner,
WsdlTestStep testStep) |
Modifier and Type | Method and Description |
---|---|
WsdlTestStep |
WsdlTestCase.addTestStep(String type,
String name) |
WsdlTestStep |
WsdlTestCase.addTestStep(String type,
String name,
String endpoint,
String method) |
WsdlTestStep |
WsdlTestCase.addTestStep(TestStepConfig stepConfig) |
WsdlTestStep |
WsdlTestCase.cloneStep(WsdlTestStep testStep,
String name) |
WsdlTestStep |
WsdlTestCase.getTestStepAt(int index) |
WsdlTestStep |
WsdlTestCase.getTestStepByName(String stepName) |
WsdlTestStep |
WsdlTestCase.importTestStep(WsdlTestStep testStep,
String name,
int index,
boolean createCopy) |
WsdlTestStep[] |
WsdlTestCase.importTestSteps(WsdlTestCase oldTestCase,
WsdlTestStep[] testSteps,
int index,
boolean createCopies) |
WsdlTestStep |
WsdlTestCase.insertTestStep(String type,
String name,
int index) |
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 |
---|---|
WsdlTestStep |
WsdlTestCase.cloneStep(WsdlTestStep testStep,
String name) |
WsdlTestStep |
WsdlTestCase.importTestStep(WsdlTestStep testStep,
String name,
int index,
boolean createCopy) |
WsdlTestStep[] |
WsdlTestCase.importTestSteps(WsdlTestCase oldTestCase,
WsdlTestStep[] testSteps,
int index,
boolean createCopies) |
void |
WsdlTestCase.removeTestStep(WsdlTestStep testStep) |
Modifier and Type | Class and Description |
---|---|
class |
AMFRequestTestStep |
class |
HttpTestRequestStep |
class |
JdbcRequestTestStep
WsdlTestStep that executes a WsdlTestRequest
|
class |
ManualTestStep |
class |
PropertyTransfersTestStep
WsdlTestStep for transferring values from a WsdlTestRequest response to a
WsdlTestRequest request using XPath expressions
|
class |
RestTestRequestStep |
class |
WsdlDelayTestStep
TestStep that delays execution for a number of milliseconds
|
class |
WsdlGotoTestStep
TestStep that moves execution to another step based on the contents of a XML
Property
|
class |
WsdlGroovyScriptTestStep
TestStep that executes an arbitrary Groovy script
|
class |
WsdlMockResponseTestStep |
class |
WsdlPropertiesTestStep
TestStep that holds an arbitrary number of custom properties
|
class |
WsdlRunTestCaseTestStep |
class |
WsdlTestRequestStep
WsdlTestStep that executes a WsdlTestRequest
|
class |
WsdlTestStepWithProperties
Base class for WSDL TestCase test steps.
|
Modifier and Type | Method and Description |
---|---|
WsdlTestStep |
WsdlTestStep.clone(WsdlTestCase targetTestCase,
String name)
Called after cloning for custom behaviour
|
WsdlTestStep |
WsdlTestRequestStep.clone(WsdlTestCase targetTestCase,
String name) |
WsdlTestStep |
ManualTestStep.clone(WsdlTestCase targetTestCase,
String name) |
WsdlTestStep |
JdbcRequestTestStep.clone(WsdlTestCase targetTestCase,
String name) |
WsdlTestStep |
HttpTestRequestStepInterface.clone(WsdlTestCase targetTestCase,
String name) |
WsdlTestStep |
HttpTestRequestStep.clone(WsdlTestCase targetTestCase,
String name) |
WsdlTestStep |
AMFRequestTestStep.clone(WsdlTestCase targetTestCase,
String name) |
WsdlTestStep |
HttpTestRequestInterface.getTestStep() |
Constructor and Description |
---|
JdbcTestStepResult(WsdlTestStep testStep) |
WsdlMessageExchangeTestStepResult(WsdlTestStep testStep) |
WsdlSingleMessageExchangeTestStepResult(WsdlTestStep step) |
WsdlTestStepResult(WsdlTestStep testStep) |
Modifier and Type | Class and Description |
---|---|
static class |
ProPlaceholderStepFactory.WsdlProPlaceholderTestStep |
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) |
Constructor and Description |
---|
DefaultTestStepProperty(String name,
boolean isReadOnly,
DefaultTestStepProperty.PropertyHandler handler,
WsdlTestStep testStep) |
DefaultTestStepProperty(String name,
boolean isReadOnly,
DefaultTestStepProperty.PropertyHandler handler,
WsdlTestStep testStep,
boolean requestPart) |
DefaultTestStepProperty(String name,
boolean isReadOnly,
WsdlTestStep testStep) |
DefaultTestStepProperty(String name,
WsdlTestStep testStep) |
TestStepBeanProperty(String name,
boolean isReadOnly,
Object targetObject,
String targetName,
WsdlTestStep testStep) |
TestStepBeanProperty(String name,
boolean isReadOnly,
Object targetObject,
String targetName,
WsdlTestStep testStep,
boolean requestPart) |
Modifier and Type | Method and Description |
---|---|
WsdlTestStep |
AutoTestStepFactory.buildTestStep(WsdlTestCase testCase,
TestStepConfig config,
boolean forLoadTest) |
Modifier and Type | Method and Description |
---|---|
TestStep |
SecurityTestRunnerImpl.cloneForSecurityScan(WsdlTestStep sourceTestStep)
Clones original TestStep for security modification this does not alter the
original test step
|
static TestStep |
SecurityTestRunnerImpl.cloneTestStepForSecurityScan(WsdlTestStep sourceTestStep)
Clones original TestStep for security modification this does not alter the
original test step
|
Constructor and Description |
---|
ProgressBarSecurityTestStepAdapter(JTree tree,
DefaultMutableTreeNode node,
JProgressBar progressBar,
SecurityTest securityTest,
WsdlTestStep testStep,
JLabel cntLabel) |
Modifier and Type | Method and Description |
---|---|
WsdlTestStep |
TestStepComboBoxModel.getSelectedStep() |
WsdlTestStep |
TestStepPropertyComboBoxModel.getTestStep() |
Modifier and Type | Method and Description |
---|---|
void |
TestStepPropertyComboBoxModel.setTestStep(WsdlTestStep testStep) |
Constructor and Description |
---|
TestStepPropertyComboBoxModel(WsdlTestStep testStep) |
Modifier and Type | Method and Description |
---|---|
static boolean |
DragAndDropSupport.copyTestStep(WsdlTestStep source,
WsdlTestCase target,
int defaultPosition) |
static boolean |
DragAndDropSupport.moveTestStep(WsdlTestStep source,
WsdlTestCase target,
int defaultPosition) |
Modifier and Type | Method and Description |
---|---|
void |
RunTestCaseRemoveResolver.perform(WsdlTestStep target,
Object param) |
Constructor and Description |
---|
ChangeOperationResolver(WsdlTestStep testStep,
String operationType) |
ImportInterfaceResolver(WsdlTestStep item) |
RemoveTestStepResolver(WsdlTestStep testStep) |
RunTestCaseRemoveResolver(WsdlTestStep testStep) |
Copyright © 2019. All Rights Reserved.