Uses of Class
com.eviware.soapui.impl.wsdl.testcase.WsdlTestCase

Packages that use WsdlTestCase
com.eviware.soapui.impl.wsdl WSDL 1.1 implementations of soapui model interface 
com.eviware.soapui.impl.wsdl.actions.support   
com.eviware.soapui.impl.wsdl.actions.testcase WsdlTestCase related actions 
com.eviware.soapui.impl.wsdl.loadtest LoadTest-related classes 
com.eviware.soapui.impl.wsdl.panels.support Support classes for panels 
com.eviware.soapui.impl.wsdl.panels.testcase WsdlTestCase panel classes 
com.eviware.soapui.impl.wsdl.panels.testcase.actions WsdlTestCaseDesktopPanel Actions 
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.support.components Usefull swing components 
 

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.cloneTestCase(WsdlTestCase testCase, java.lang.String name)
           
 WsdlTestCase WsdlTestSuite.getTestCaseAt(int index)
           
 WsdlTestCase WsdlTestSuite.getTestCaseByName(java.lang.String testCaseName)
           
 

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)
           
 void WsdlTestSuite.removeTestCase(WsdlTestCase testCase)
           
 

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
 

Constructors in com.eviware.soapui.impl.wsdl.actions.testcase with parameters of type WsdlTestCase
AddNewLoadTestAction(WsdlTestCase testCase)
           
ClearTestCaseAction(WsdlTestCase testCase)
           
CloneTestCaseAction(WsdlTestCase testCase)
           
RemoveTestCaseAction(WsdlTestCase testCase)
           
RenameTestCaseAction(WsdlTestCase testCase)
           
TestCaseOptionsAction(WsdlTestCase testCase)
           
 

Uses of WsdlTestCase in com.eviware.soapui.impl.wsdl.loadtest
 

Methods in com.eviware.soapui.impl.wsdl.loadtest that return WsdlTestCase
 WsdlTestCase WsdlLoadTestRunner.TestCaseRunner.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.TestCaseRunner(WsdlTestCase testCase, int threadIndex)
           
 

Uses of WsdlTestCase in com.eviware.soapui.impl.wsdl.panels.support
 

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)
           
ProgressBarAdapter(javax.swing.JProgressBar progressBar, WsdlTestCase testCase)
           
 

Uses of WsdlTestCase in com.eviware.soapui.impl.wsdl.panels.testcase
 

Methods in com.eviware.soapui.impl.wsdl.panels.testcase with parameters of type WsdlTestCase
 DesktopPanel WsdlTestCasePanelBuilder.buildDesktopPanel(WsdlTestCase testCase)
           
 

Constructors in com.eviware.soapui.impl.wsdl.panels.testcase with parameters of type WsdlTestCase
TestStepList(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.testcase
 

Constructors in com.eviware.soapui.impl.wsdl.testcase with parameters of type WsdlTestCase
WsdlTestCaseRunner(WsdlTestCase testCase, PropertiesMap properties)
           
 

Uses of WsdlTestCase in com.eviware.soapui.impl.wsdl.teststeps
 

Methods in com.eviware.soapui.impl.wsdl.teststeps that return WsdlTestCase
 WsdlTestCase WsdlTestStep.getTestCase()
           
 WsdlTestCase WsdlTestRequest.getTestCase()
           
 

Methods in com.eviware.soapui.impl.wsdl.teststeps with parameters of type WsdlTestCase
 WsdlTestStep WsdlTestStep.clone(WsdlTestCase targetTestCase, java.lang.String name)
          Called after cloning for custom behaviour
 WsdlTestStep WsdlTestRequestStep.clone(WsdlTestCase targetTestCase, java.lang.String name)
           
 

Constructors in com.eviware.soapui.impl.wsdl.teststeps with parameters of type WsdlTestCase
TransferResponseValuesTestStep(WsdlTestCase testCase, com.eviware.soapui.config.TestStepConfig config)
           
WsdlDelayTestStep(WsdlTestCase testCase, com.eviware.soapui.config.TestStepConfig config)
           
WsdlGotoTestStep(WsdlTestCase testCase, com.eviware.soapui.config.TestStepConfig config)
           
WsdlGroovyScriptTestStep(WsdlTestCase testCase, com.eviware.soapui.config.TestStepConfig config)
           
WsdlPropertiesTestStep(WsdlTestCase testCase, com.eviware.soapui.config.TestStepConfig config)
           
WsdlTestRequestStep(WsdlTestCase testCase, com.eviware.soapui.config.TestStepConfig config)
           
WsdlTestRequestStep(WsdlTestCase testCase, com.eviware.soapui.config.TestStepConfig testStep, WsdlRequest request)
           
WsdlTestRequestStep(WsdlTestCase testCase, WsdlTestRequest sourceRequest)
           
WsdlTestStep(WsdlTestCase testCase, com.eviware.soapui.config.TestStepConfig config, boolean hasEditor)
           
 

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)
           
 WsdlTestStep WsdlTestRequestStepFactory.buildTestStep(WsdlTestCase testCase, com.eviware.soapui.config.TestStepConfig config)
           
 WsdlTestStep TransferValuesStepFactory.buildTestStep(WsdlTestCase testCase, com.eviware.soapui.config.TestStepConfig config)
           
 WsdlTestStep PropertiesStepFactory.buildTestStep(WsdlTestCase testCase, com.eviware.soapui.config.TestStepConfig config)
           
 WsdlTestStep GroovyScriptStepFactory.buildTestStep(WsdlTestCase testCase, com.eviware.soapui.config.TestStepConfig config)
           
 WsdlTestStep GotoStepFactory.buildTestStep(WsdlTestCase testCase, com.eviware.soapui.config.TestStepConfig config)
           
 WsdlTestStep DelayStepFactory.buildTestStep(WsdlTestCase testCase, com.eviware.soapui.config.TestStepConfig config)
           
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 TransferValuesStepFactory.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 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)
           
 

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.support.components
 

Constructors in com.eviware.soapui.support.components with parameters of type WsdlTestCase
TestStepComboBoxModel(WsdlTestCase testCase)
           
 



Copyright © 2005-2007 eviware.com. All Rights Reserved.