|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of WsdlTestCase in com.eviware.soapui.impl.rest.actions.request |
---|
Methods in com.eviware.soapui.impl.rest.actions.request with parameters of type WsdlTestCase | |
---|---|
RestTestRequestStepInterface |
AddRestRequestToTestCaseAction.addRequest(WsdlTestCase testCase,
RestRequest request,
int position)
|
Uses of WsdlTestCase in com.eviware.soapui.impl.wsdl |
---|
Methods in com.eviware.soapui.impl.wsdl that return WsdlTestCase | |
---|---|
WsdlTestCase |
WsdlTestSuite.addNewTestCase(java.lang.String name)
|
WsdlTestCase |
WsdlTestSuite.buildTestCase(com.eviware.soapui.config.TestCaseConfig testCaseConfig,
boolean forLoadTest)
|
WsdlTestCase |
WsdlTestSuite.cloneTestCase(WsdlTestCase testCase,
java.lang.String name)
|
WsdlTestCase |
WsdlTestSuite.getTestCaseAt(int index)
|
WsdlTestCase |
WsdlTestSuite.getTestCaseByName(java.lang.String testCaseName)
|
WsdlTestCase |
WsdlTestSuite.importTestCase(WsdlTestCase testCase,
java.lang.String name,
int index,
boolean includeLoadTests,
boolean createCopy)
|
WsdlTestCase |
WsdlTestSuite.moveTestCase(int ix,
int offset)
Moves a testcase by the specified offset, a bit awkward since xmlbeans doesn't support reordering of arrays, we need to create copies of the contained XmlObjects |
Methods in com.eviware.soapui.impl.wsdl with parameters of type WsdlTestCase | |
---|---|
WsdlTestCase |
WsdlTestSuite.cloneTestCase(WsdlTestCase testCase,
java.lang.String name)
|
void |
WsdlTestSuite.fireTestCaseAdded(WsdlTestCase testCase)
|
void |
WsdlTestSuite.fireTestCaseRemoved(WsdlTestCase testCase)
|
WsdlTestCase |
WsdlTestSuite.importTestCase(WsdlTestCase testCase,
java.lang.String name,
int index,
boolean includeLoadTests,
boolean createCopy)
|
void |
WsdlTestSuite.removeTestCase(WsdlTestCase testCase)
|
void |
WsdlTestSuite.replace(WsdlTestCase testCase,
com.eviware.soapui.config.TestCaseConfig newTestCase)
|
Uses of WsdlTestCase in com.eviware.soapui.impl.wsdl.actions.iface.tools.soapui |
---|
Methods in com.eviware.soapui.impl.wsdl.actions.iface.tools.soapui with parameters of type WsdlTestCase | |
---|---|
void |
TestCaseTestRunnerAction.perform(WsdlTestCase target,
java.lang.Object param)
|
Uses of WsdlTestCase in com.eviware.soapui.impl.wsdl.actions.mockresponse |
---|
Methods in com.eviware.soapui.impl.wsdl.actions.mockresponse with parameters of type WsdlTestCase | |
---|---|
void |
AddMockResponseToTestCaseAction.addMockResponseToTestCase(WsdlMockResponse mockResponse,
WsdlTestCase testCase,
int index)
|
WsdlTestRequestStep |
CreateTestRequestForMockResponseAction.addRequest(WsdlTestCase testCase,
WsdlMockResponse mockResponse,
int position)
|
Uses of WsdlTestCase in com.eviware.soapui.impl.wsdl.actions.operation |
---|
Methods in com.eviware.soapui.impl.wsdl.actions.operation with parameters of type WsdlTestCase | |
---|---|
protected boolean |
AddOperationAsMockResponseStepAction.addMockResponse(WsdlTestCase testCase,
WsdlOperation operation)
|
Uses of WsdlTestCase in com.eviware.soapui.impl.wsdl.actions.request |
---|
Methods in com.eviware.soapui.impl.wsdl.actions.request with parameters of type WsdlTestCase | |
---|---|
protected boolean |
AddRequestAsMockResponseStepAction.addMockResponse(WsdlTestCase testCase,
WsdlRequest request)
|
WsdlTestRequestStep |
AddRequestToTestCaseAction.addRequest(WsdlTestCase testCase,
WsdlRequest request,
int position)
|
Uses of WsdlTestCase in com.eviware.soapui.impl.wsdl.actions.support |
---|
Methods in com.eviware.soapui.impl.wsdl.actions.support that return WsdlTestCase | |
---|---|
protected WsdlTestCase |
AbstractAddToTestCaseAction.addNewTestSuiteAndTestCase(WsdlProject project)
|
protected WsdlTestCase |
AbstractAddToTestCaseAction.getTargetTestCase(WsdlProject project)
|
Uses of WsdlTestCase in com.eviware.soapui.impl.wsdl.actions.testcase |
---|
Methods in com.eviware.soapui.impl.wsdl.actions.testcase that return types with arguments of type WsdlTestCase | |
---|---|
SoapUIActionMappingList<WsdlTestCase> |
WsdlTestCaseSoapUIActionGroup.getActionMappings(WsdlTestCase modelItem)
|
SoapUIActionMappingList<WsdlTestCase> |
WsdlTestCaseAddStepSoapUIActionGroup.getActionMappings(WsdlTestCase modelItem)
|
Methods in com.eviware.soapui.impl.wsdl.actions.testcase with parameters of type WsdlTestCase | |
---|---|
SoapUIActionMappingList<WsdlTestCase> |
WsdlTestCaseSoapUIActionGroup.getActionMappings(WsdlTestCase modelItem)
|
SoapUIActionMappingList<WsdlTestCase> |
WsdlTestCaseAddStepSoapUIActionGroup.getActionMappings(WsdlTestCase modelItem)
|
void |
ToggleDisableTestCaseAction.perform(WsdlTestCase testCase,
java.lang.Object param)
|
void |
TestCaseOptionsAction.perform(WsdlTestCase testCase,
java.lang.Object param)
|
void |
RenameTestCaseAction.perform(WsdlTestCase testCase,
java.lang.Object param)
|
void |
MoveTestCaseUpAction.perform(WsdlTestCase testCase,
java.lang.Object param)
|
void |
MoveTestCaseDownAction.perform(WsdlTestCase testCase,
java.lang.Object param)
|
void |
ExportTestCaseAction.perform(WsdlTestCase testCase,
java.lang.Object param)
|
void |
DeleteTestCaseAction.perform(WsdlTestCase testCase,
java.lang.Object param)
|
void |
CloneTestCaseAction.perform(WsdlTestCase testCase,
java.lang.Object param)
|
void |
ClearTestCaseAction.perform(WsdlTestCase testCase,
java.lang.Object param)
|
void |
AddWsdlTestStepAction.perform(WsdlTestCase testCase,
java.lang.Object param)
|
void |
AddNewLoadTestAction.perform(WsdlTestCase testCase,
java.lang.Object param)
|
Uses of WsdlTestCase in com.eviware.soapui.impl.wsdl.loadtest |
---|
Methods in com.eviware.soapui.impl.wsdl.loadtest that return WsdlTestCase | |
---|---|
WsdlTestCase |
WsdlLoadTestRunner.InternalTestCaseRunner.getTestCase()
|
WsdlTestCase |
WsdlLoadTest.getTestCase()
|
Methods in com.eviware.soapui.impl.wsdl.loadtest with parameters of type WsdlTestCase | |
---|---|
void |
WsdlLoadTestRunner.finishTestCase(java.lang.String reason,
WsdlTestCase testCase)
|
Constructors in com.eviware.soapui.impl.wsdl.loadtest with parameters of type WsdlTestCase | |
---|---|
WsdlLoadTest(WsdlTestCase testCase,
com.eviware.soapui.config.LoadTestConfig config)
|
|
WsdlLoadTestRunner.InternalTestCaseRunner(WsdlTestCase testCase,
int threadIndex)
|
Uses of WsdlTestCase in com.eviware.soapui.impl.wsdl.panels.support |
---|
Methods in com.eviware.soapui.impl.wsdl.panels.support that return WsdlTestCase | |
---|---|
WsdlTestCase |
MockTestRunner.getTestCase()
|
Constructors in com.eviware.soapui.impl.wsdl.panels.support with parameters of type WsdlTestCase | |
---|---|
MockTestRunner(WsdlTestCase testCase)
|
|
MockTestRunner(WsdlTestCase testCase,
org.apache.log4j.Logger logger)
|
|
ProgressBarTestCaseAdapter(javax.swing.JProgressBar progressBar,
WsdlTestCase testCase)
|
Uses of WsdlTestCase in com.eviware.soapui.impl.wsdl.panels.testcase |
---|
Classes in com.eviware.soapui.impl.wsdl.panels.testcase with type parameters of type WsdlTestCase | |
---|---|
class |
WsdlTestCasePanelBuilder<T extends WsdlTestCase>
PanelBuilder for WsdlTestCase |
Constructors in com.eviware.soapui.impl.wsdl.panels.testcase with parameters of type WsdlTestCase | |
---|---|
JTestCaseTestRunLog(WsdlTestCase testCase)
|
|
JTestStepList(WsdlTestCase testCase)
|
|
TestStepList(WsdlTestCase testCase)
|
|
WsdlTestCaseDesktopPanel.ModelItemListDragAndDropable(javax.swing.JList list,
WsdlTestCase testCase)
|
|
WsdlTestCaseDesktopPanel(WsdlTestCase testCase)
|
Uses of WsdlTestCase in com.eviware.soapui.impl.wsdl.panels.testcase.actions |
---|
Constructors in com.eviware.soapui.impl.wsdl.panels.testcase.actions with parameters of type WsdlTestCase | |
---|---|
SetCredentialsAction(WsdlTestCase testCase)
|
|
SetEndpointAction(WsdlTestCase testCase)
|
Uses of WsdlTestCase in com.eviware.soapui.impl.wsdl.panels.testsuite |
---|
Constructors in com.eviware.soapui.impl.wsdl.panels.testsuite with parameters of type WsdlTestCase | |
---|---|
JTestSuiteTestCaseList.TestCaseListPanel(WsdlTestCase testCase)
|
Uses of WsdlTestCase in com.eviware.soapui.impl.wsdl.testcase |
---|
Methods in com.eviware.soapui.impl.wsdl.testcase that return WsdlTestCase | |
---|---|
WsdlTestCase |
WsdlTestSuiteRunner.getCurrentTestCase()
|
WsdlTestCase |
WsdlTestCaseRunner.getTestCase()
|
Methods in com.eviware.soapui.impl.wsdl.testcase with parameters of type WsdlTestCase | |
---|---|
void |
WsdlTestCase.afterCopy(WsdlTestSuite oldTestSuite,
WsdlTestCase oldTestCase)
|
Constructors in com.eviware.soapui.impl.wsdl.testcase with parameters of type WsdlTestCase | |
---|---|
WsdlTestCaseRunner(WsdlTestCase testCase,
StringToObjectMap properties)
|
Uses of WsdlTestCase in com.eviware.soapui.impl.wsdl.teststeps |
---|
Methods in com.eviware.soapui.impl.wsdl.teststeps that return WsdlTestCase | |
---|---|
WsdlTestCase |
WsdlRunTestCaseTestStep.getRunningTestCase()
|
WsdlTestCase |
WsdlRunTestCaseTestStep.getTargetTestCase()
|
WsdlTestCase |
WsdlTestStep.getTestCase()
|
WsdlTestCase |
WsdlTestRequest.getTestCase()
|
WsdlTestCase |
RestTestRequest.getTestCase()
|
WsdlTestCase |
HttpTestRequestStepInterface.getTestCase()
|
WsdlTestCase |
HttpTestRequestInterface.getTestCase()
|
WsdlTestCase |
HttpTestRequest.getTestCase()
|
Methods in com.eviware.soapui.impl.wsdl.teststeps with parameters of type WsdlTestCase | |
---|---|
void |
WsdlTestStep.afterCopy(WsdlTestSuite oldTestSuite,
WsdlTestCase oldTestCase)
|
void |
WsdlRunTestCaseTestStep.afterCopy(WsdlTestSuite oldTestSuite,
WsdlTestCase oldTestCase)
We need to check that we are not pointing at testcase in original testsuite |
WsdlTestStep |
WsdlTestStep.clone(WsdlTestCase targetTestCase,
java.lang.String name)
Called after cloning for custom behaviour |
WsdlTestStep |
WsdlTestRequestStep.clone(WsdlTestCase targetTestCase,
java.lang.String name)
|
WsdlTestStep |
JdbcRequestTestStep.clone(WsdlTestCase targetTestCase,
java.lang.String name)
|
WsdlTestStep |
HttpTestRequestStepInterface.clone(WsdlTestCase targetTestCase,
java.lang.String name)
|
WsdlTestStep |
HttpTestRequestStep.clone(WsdlTestCase targetTestCase,
java.lang.String name)
|
WsdlTestStep |
AMFRequestTestStep.clone(WsdlTestCase targetTestCase,
java.lang.String name)
|
void |
WsdlRunTestCaseTestStep.setTargetTestCase(WsdlTestCase testCase)
|
Constructors in com.eviware.soapui.impl.wsdl.teststeps with parameters of type WsdlTestCase | |
---|---|
AMFRequestTestStep(WsdlTestCase testCase,
com.eviware.soapui.config.TestStepConfig config,
boolean forLoadTest)
|
|
HttpTestRequestStep(WsdlTestCase testCase,
com.eviware.soapui.config.TestStepConfig config,
boolean forLoadTest)
|
|
JdbcRequestTestStep(WsdlTestCase testCase,
com.eviware.soapui.config.TestStepConfig config,
boolean forLoadTest)
|
|
PropertyTransfersTestStep(WsdlTestCase testCase,
com.eviware.soapui.config.TestStepConfig config,
boolean forLoadTest)
|
|
RestTestRequestStep(WsdlTestCase testCase,
com.eviware.soapui.config.TestStepConfig config,
boolean forLoadTest)
|
|
WsdlDelayTestStep(WsdlTestCase testCase,
com.eviware.soapui.config.TestStepConfig config,
boolean forLoadTest)
|
|
WsdlGotoTestStep(WsdlTestCase testCase,
com.eviware.soapui.config.TestStepConfig config,
boolean forLoadTest)
|
|
WsdlGroovyScriptTestStep(WsdlTestCase testCase,
com.eviware.soapui.config.TestStepConfig config,
boolean forLoadTest)
|
|
WsdlMockResponseTestStep(WsdlTestCase testCase,
com.eviware.soapui.config.TestStepConfig config,
boolean forLoadTest)
|
|
WsdlPropertiesTestStep(WsdlTestCase testCase,
com.eviware.soapui.config.TestStepConfig config,
boolean forLoadTest)
|
|
WsdlRunTestCaseTestStep(WsdlTestCase testCase,
com.eviware.soapui.config.TestStepConfig config,
boolean forLoadTest)
|
|
WsdlTestRequestStep(WsdlTestCase testCase,
com.eviware.soapui.config.TestStepConfig config,
boolean forLoadTest)
|
|
WsdlTestStep(WsdlTestCase testCase,
com.eviware.soapui.config.TestStepConfig config,
boolean hasEditor,
boolean forLoadTest)
|
|
WsdlTestStepWithProperties(WsdlTestCase testCase,
com.eviware.soapui.config.TestStepConfig config,
boolean hasEditor,
boolean forLoadTest)
|
Uses of WsdlTestCase in com.eviware.soapui.impl.wsdl.teststeps.registry |
---|
Methods in com.eviware.soapui.impl.wsdl.teststeps.registry with parameters of type WsdlTestCase | |
---|---|
abstract WsdlTestStep |
WsdlTestStepFactory.buildTestStep(WsdlTestCase testCase,
com.eviware.soapui.config.TestStepConfig config,
boolean forLoadTest)
|
WsdlTestStep |
WsdlTestRequestStepFactory.buildTestStep(WsdlTestCase testCase,
com.eviware.soapui.config.TestStepConfig config,
boolean forLoadTest)
|
WsdlTestStep |
WsdlMockResponseStepFactory.buildTestStep(WsdlTestCase testCase,
com.eviware.soapui.config.TestStepConfig config,
boolean forLoadTest)
|
WsdlTestStep |
RunTestCaseStepFactory.buildTestStep(WsdlTestCase testCase,
com.eviware.soapui.config.TestStepConfig config,
boolean forLoadTest)
|
WsdlTestStep |
RestRequestStepFactory.buildTestStep(WsdlTestCase testCase,
com.eviware.soapui.config.TestStepConfig config,
boolean forLoadTest)
|
WsdlTestStep |
ProPlaceholderStepFactory.buildTestStep(WsdlTestCase testCase,
com.eviware.soapui.config.TestStepConfig config,
boolean forLoadTest)
|
WsdlTestStep |
PropertyTransfersStepFactory.buildTestStep(WsdlTestCase testCase,
com.eviware.soapui.config.TestStepConfig config,
boolean forLoadTest)
|
WsdlTestStep |
PropertiesStepFactory.buildTestStep(WsdlTestCase testCase,
com.eviware.soapui.config.TestStepConfig config,
boolean forLoadTest)
|
WsdlTestStep |
JdbcRequestTestStepFactory.buildTestStep(WsdlTestCase testCase,
com.eviware.soapui.config.TestStepConfig config,
boolean forLoadTest)
|
WsdlTestStep |
HttpRequestStepFactory.buildTestStep(WsdlTestCase testCase,
com.eviware.soapui.config.TestStepConfig config,
boolean forLoadTest)
|
WsdlTestStep |
GroovyScriptStepFactory.buildTestStep(WsdlTestCase testCase,
com.eviware.soapui.config.TestStepConfig config,
boolean forLoadTest)
|
WsdlTestStep |
GotoStepFactory.buildTestStep(WsdlTestCase testCase,
com.eviware.soapui.config.TestStepConfig config,
boolean forLoadTest)
|
WsdlTestStep |
DelayStepFactory.buildTestStep(WsdlTestCase testCase,
com.eviware.soapui.config.TestStepConfig config,
boolean forLoadTest)
|
WsdlTestStep |
AMFRequestStepFactory.buildTestStep(WsdlTestCase testCase,
com.eviware.soapui.config.TestStepConfig config,
boolean forLoadTest)
|
abstract com.eviware.soapui.config.TestStepConfig |
WsdlTestStepFactory.createNewTestStep(WsdlTestCase testCase,
java.lang.String name)
|
com.eviware.soapui.config.TestStepConfig |
WsdlTestRequestStepFactory.createNewTestStep(WsdlTestCase testCase,
java.lang.String name)
|
com.eviware.soapui.config.TestStepConfig |
WsdlMockResponseStepFactory.createNewTestStep(WsdlTestCase testCase,
java.lang.String name)
|
com.eviware.soapui.config.TestStepConfig |
RunTestCaseStepFactory.createNewTestStep(WsdlTestCase testCase,
java.lang.String name)
|
com.eviware.soapui.config.TestStepConfig |
RestRequestStepFactory.createNewTestStep(WsdlTestCase testCase,
java.lang.String name)
|
com.eviware.soapui.config.TestStepConfig |
ProPlaceholderStepFactory.createNewTestStep(WsdlTestCase testCase,
java.lang.String name)
|
com.eviware.soapui.config.TestStepConfig |
PropertyTransfersStepFactory.createNewTestStep(WsdlTestCase testCase,
java.lang.String name)
|
com.eviware.soapui.config.TestStepConfig |
PropertiesStepFactory.createNewTestStep(WsdlTestCase testCase,
java.lang.String name)
|
com.eviware.soapui.config.TestStepConfig |
JdbcRequestTestStepFactory.createNewTestStep(WsdlTestCase testCase,
java.lang.String name)
|
com.eviware.soapui.config.TestStepConfig |
HttpRequestStepFactory.createNewTestStep(WsdlTestCase testCase,
java.lang.String name)
|
com.eviware.soapui.config.TestStepConfig |
GroovyScriptStepFactory.createNewTestStep(WsdlTestCase testCase,
java.lang.String name)
|
com.eviware.soapui.config.TestStepConfig |
GotoStepFactory.createNewTestStep(WsdlTestCase testCase,
java.lang.String name)
|
com.eviware.soapui.config.TestStepConfig |
DelayStepFactory.createNewTestStep(WsdlTestCase testCase,
java.lang.String name)
|
com.eviware.soapui.config.TestStepConfig |
AMFRequestStepFactory.createNewTestStep(WsdlTestCase testCase,
java.lang.String name)
|
Constructors in com.eviware.soapui.impl.wsdl.teststeps.registry with parameters of type WsdlTestCase | |
---|---|
ProPlaceholderStepFactory.WsdlProPlaceholderTestStep(WsdlTestCase testCase,
com.eviware.soapui.config.TestStepConfig config,
boolean forLoadTest,
java.lang.String iconPath,
java.lang.String description)
|
Uses of WsdlTestCase in com.eviware.soapui.model.support |
---|
Methods in com.eviware.soapui.model.support with parameters of type WsdlTestCase | |
---|---|
java.lang.Object |
AbstractSubmitContext.getProperty(java.lang.String name,
TestStep testStep,
WsdlTestCase testCase)
|
Uses of WsdlTestCase in com.eviware.soapui.model.tree.nodes.support |
---|
Methods in com.eviware.soapui.model.tree.nodes.support that return WsdlTestCase | |
---|---|
WsdlTestCase |
WsdlTestStepsModelItem.getTestCase()
|
Uses of WsdlTestCase in com.eviware.soapui.monitor |
---|
Methods in com.eviware.soapui.monitor with parameters of type WsdlTestCase | |
---|---|
TestCaseRunner |
TestMonitor.getTestRunner(WsdlTestCase testCase)
|
Uses of WsdlTestCase in com.eviware.soapui.support.components |
---|
Constructors in com.eviware.soapui.support.components with parameters of type WsdlTestCase | |
---|---|
TestStepComboBoxModel(WsdlTestCase testCase)
|
Uses of WsdlTestCase in com.eviware.soapui.support.dnd.handlers |
---|
Methods in com.eviware.soapui.support.dnd.handlers that return WsdlTestCase | |
---|---|
static WsdlTestCase |
TestCaseToTestSuiteDropHandler.copyTestCase(WsdlTestCase testCase,
WsdlTestSuite target,
int position)
|
static WsdlTestCase |
TestCaseToTestSuiteDropHandler.moveTestCase(WsdlTestCase testCase,
WsdlTestSuite target,
int position)
|
Methods in com.eviware.soapui.support.dnd.handlers with parameters of type WsdlTestCase | |
---|---|
static WsdlTestCase |
TestCaseToTestSuiteDropHandler.copyTestCase(WsdlTestCase testCase,
WsdlTestSuite target,
int position)
|
static boolean |
DragAndDropSupport.copyTestStep(WsdlTestStep source,
WsdlTestCase target,
int defaultPosition)
|
static WsdlTestCase |
TestCaseToTestSuiteDropHandler.moveTestCase(WsdlTestCase testCase,
WsdlTestSuite target,
int position)
|
static boolean |
DragAndDropSupport.moveTestStep(WsdlTestStep source,
WsdlTestCase target,
int defaultPosition)
|
Uses of WsdlTestCase in com.eviware.soapui.support.resolver |
---|
Methods in com.eviware.soapui.support.resolver that return WsdlTestCase | |
---|---|
WsdlTestCase |
ChooseAnotherTestCase.getPickedTestCase()
|
Uses of WsdlTestCase in com.eviware.soapui.tools |
---|
Methods in com.eviware.soapui.tools with parameters of type WsdlTestCase | |
---|---|
protected void |
SoapUITestCaseRunner.runTestCase(WsdlTestCase testCase)
Runs the specified TestCase |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |