Uses of Class
com.eviware.soapui.impl.wsdl.WsdlTestSuite

Packages that use WsdlTestSuite
com.eviware.soapui.impl.rest.actions.service   
com.eviware.soapui.impl.wsdl WSDL 1.1 implementations of soapui model interface 
com.eviware.soapui.impl.wsdl.actions.iface WsdlInterface related actions 
com.eviware.soapui.impl.wsdl.actions.iface.tools.soapui   
com.eviware.soapui.impl.wsdl.actions.project WsdlProject related actions 
com.eviware.soapui.impl.wsdl.actions.testsuite WsdlTestSuite related actions 
com.eviware.soapui.impl.wsdl.panels.project WsdlProject related panel classes 
com.eviware.soapui.impl.wsdl.panels.support Support classes for panels 
com.eviware.soapui.impl.wsdl.panels.testsuite WsdlTestSuite panel classes 
com.eviware.soapui.impl.wsdl.testcase WSDL implementations of TestCase-related interfaces 
com.eviware.soapui.impl.wsdl.teststeps WsdlTestStep implementations 
com.eviware.soapui.support.dnd.handlers   
com.eviware.soapui.tools SoapUI command-line tools 
 

Uses of WsdlTestSuite in com.eviware.soapui.impl.rest.actions.service
 

Methods in com.eviware.soapui.impl.rest.actions.service that return WsdlTestSuite
 WsdlTestSuite GenerateRestTestSuiteAction.generateTestSuite(RestService service, boolean atCreation)
           
 

Uses of WsdlTestSuite in com.eviware.soapui.impl.wsdl
 

Fields in com.eviware.soapui.impl.wsdl with type parameters of type WsdlTestSuite
protected  java.util.List<WsdlTestSuite> WsdlProject.testSuites
           
 

Methods in com.eviware.soapui.impl.wsdl that return WsdlTestSuite
 WsdlTestSuite WsdlProject.addNewTestSuite(java.lang.String name)
           
protected  WsdlTestSuite WsdlProject.buildTestSuite(com.eviware.soapui.config.TestSuiteConfig config)
           
 WsdlTestSuite WsdlProject.getTestSuiteAt(int index)
           
 WsdlTestSuite WsdlProject.getTestSuiteByName(java.lang.String testSuiteName)
           
 WsdlTestSuite WsdlProject.importTestSuite(WsdlTestSuite testSuite, java.lang.String name, int index, boolean createCopy, java.lang.String description)
           
 WsdlTestSuite WsdlProject.moveTestSuite(int ix, int offset)
           
 

Methods in com.eviware.soapui.impl.wsdl with parameters of type WsdlTestSuite
 void WsdlTestSuite.afterCopy(WsdlTestSuite oldTestSuite)
           
 void WsdlProject.fireTestSuiteAdded(WsdlTestSuite testSuite)
           
 void WsdlProject.fireTestSuiteRemoved(WsdlTestSuite testSuite)
           
 WsdlTestSuite WsdlProject.importTestSuite(WsdlTestSuite testSuite, java.lang.String name, int index, boolean createCopy, java.lang.String description)
           
 void WsdlProject.removeTestSuite(WsdlTestSuite testSuite)
           
 

Uses of WsdlTestSuite in com.eviware.soapui.impl.wsdl.actions.iface
 

Methods in com.eviware.soapui.impl.wsdl.actions.iface that return WsdlTestSuite
 WsdlTestSuite GenerateWsdlTestSuiteAction.generateTestSuite(WsdlInterface iface, boolean atCreation)
           
 

Uses of WsdlTestSuite 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 WsdlTestSuite
 void TestSuiteTestRunnerAction.perform(WsdlTestSuite target, java.lang.Object param)
           
 

Uses of WsdlTestSuite in com.eviware.soapui.impl.wsdl.actions.project
 

Methods in com.eviware.soapui.impl.wsdl.actions.project that return WsdlTestSuite
 WsdlTestSuite AddNewTestSuiteAction.createTestSuite(WsdlProject project)
           
 

Uses of WsdlTestSuite in com.eviware.soapui.impl.wsdl.actions.testsuite
 

Methods in com.eviware.soapui.impl.wsdl.actions.testsuite that return WsdlTestSuite
static WsdlTestSuite CloneTestSuiteAction.cloneToAnotherProject(WsdlTestSuite testSuite, java.lang.String targetProjectName, java.lang.String name, boolean move, java.lang.String description)
           
 

Methods in com.eviware.soapui.impl.wsdl.actions.testsuite that return types with arguments of type WsdlTestSuite
 SoapUIActionMappingList<WsdlTestSuite> WsdlTestSuiteSoapUIActionGroup.getActionMappings(WsdlTestSuite modelItem)
           
 

Methods in com.eviware.soapui.impl.wsdl.actions.testsuite with parameters of type WsdlTestSuite
static boolean CloneTestSuiteAction.cloneTestSuiteWithinProject(WsdlTestSuite testSuite, java.lang.String name, WsdlProject project, java.lang.String description)
           
static WsdlTestSuite CloneTestSuiteAction.cloneToAnotherProject(WsdlTestSuite testSuite, java.lang.String targetProjectName, java.lang.String name, boolean move, java.lang.String description)
           
 SoapUIActionMappingList<WsdlTestSuite> WsdlTestSuiteSoapUIActionGroup.getActionMappings(WsdlTestSuite modelItem)
           
static java.util.Set<Interface> CloneTestSuiteAction.getRequiredInterfaces(WsdlTestSuite testSuite, WsdlProject targetProject)
           
 void ToggleDisableTestSuiteAction.perform(WsdlTestSuite testSuite, java.lang.Object param)
           
 void RenameTestSuiteAction.perform(WsdlTestSuite testSuite, java.lang.Object param)
           
 void MoveTestSuiteUpAction.perform(WsdlTestSuite testSuite, java.lang.Object param)
           
 void MoveTestSuiteDownAction.perform(WsdlTestSuite testSuite, java.lang.Object param)
           
 void ImportTestCaseAction.perform(WsdlTestSuite testSuite, java.lang.Object param)
           
 void ExportTestSuiteAction.perform(WsdlTestSuite tSuite, java.lang.Object param)
           
 void DeleteTestSuiteAction.perform(WsdlTestSuite testSuite, java.lang.Object param)
           
 void CloneTestSuiteAction.perform(WsdlTestSuite testSuite, java.lang.Object param)
           
 void AddNewTestCaseAction.perform(WsdlTestSuite testSuite, java.lang.Object param)
           
 

Uses of WsdlTestSuite in com.eviware.soapui.impl.wsdl.panels.project
 

Methods in com.eviware.soapui.impl.wsdl.panels.project that return WsdlTestSuite
protected  WsdlTestSuite JProjectTestSuiteList.TestSuiteListPanel.getTestSuite()
           
 

Constructors in com.eviware.soapui.impl.wsdl.panels.project with parameters of type WsdlTestSuite
JProjectTestSuiteList.TestSuiteListPanel(WsdlTestSuite testSuite)
           
 

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

Constructors in com.eviware.soapui.impl.wsdl.panels.support with parameters of type WsdlTestSuite
MockTestSuiteRunner(WsdlTestSuite testSuite)
           
ProgressBarTestSuiteAdapter(javax.swing.JProgressBar progressBar, WsdlTestSuite testSuite)
           
 

Uses of WsdlTestSuite in com.eviware.soapui.impl.wsdl.panels.testsuite
 

Classes in com.eviware.soapui.impl.wsdl.panels.testsuite with type parameters of type WsdlTestSuite
 class WsdlTestSuitePanelBuilder<T extends WsdlTestSuite>
          PanelBuilder for WsdlTestSuite
 

Methods in com.eviware.soapui.impl.wsdl.panels.testsuite with parameters of type WsdlTestSuite
protected  javax.swing.JComponent WsdlTestSuiteDesktopPanel.buildTestCaseList(WsdlTestSuite testSuite)
           
 

Constructors in com.eviware.soapui.impl.wsdl.panels.testsuite with parameters of type WsdlTestSuite
JTestSuiteTestCaseList(WsdlTestSuite testSuite)
           
WsdlTestSuiteDesktopPanel(WsdlTestSuite testSuite)
           
 

Uses of WsdlTestSuite in com.eviware.soapui.impl.wsdl.testcase
 

Methods in com.eviware.soapui.impl.wsdl.testcase that return WsdlTestSuite
 WsdlTestSuite WsdlTestCase.getTestSuite()
           
 

Methods in com.eviware.soapui.impl.wsdl.testcase with parameters of type WsdlTestSuite
 void WsdlTestCase.afterCopy(WsdlTestSuite oldTestSuite, WsdlTestCase oldTestCase)
           
 

Constructors in com.eviware.soapui.impl.wsdl.testcase with parameters of type WsdlTestSuite
WsdlTestCase(WsdlTestSuite testSuite, com.eviware.soapui.config.TestCaseConfig config, boolean forLoadTest)
           
WsdlTestSuiteRunner(WsdlTestSuite testSuite, StringToObjectMap properties)
           
 

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

Methods in com.eviware.soapui.impl.wsdl.teststeps with parameters of type WsdlTestSuite
 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
 

Uses of WsdlTestSuite in com.eviware.soapui.support.dnd.handlers
 

Methods in com.eviware.soapui.support.dnd.handlers that return WsdlTestSuite
static WsdlTestSuite TestSuiteToTestSuiteDropHandler.copyTestSuite(WsdlTestSuite testSuite, WsdlProject target, int position)
           
static WsdlTestSuite TestSuiteToTestSuiteDropHandler.moveTestSuite(WsdlTestSuite testSuite, WsdlProject target, int position)
           
 

Methods in com.eviware.soapui.support.dnd.handlers with parameters of type WsdlTestSuite
static WsdlTestCase TestCaseToTestSuiteDropHandler.copyTestCase(WsdlTestCase testCase, WsdlTestSuite target, int position)
           
static WsdlTestSuite TestSuiteToTestSuiteDropHandler.copyTestSuite(WsdlTestSuite testSuite, WsdlProject target, int position)
           
static WsdlTestCase TestCaseToTestSuiteDropHandler.moveTestCase(WsdlTestCase testCase, WsdlTestSuite target, int position)
           
static WsdlTestSuite TestSuiteToTestSuiteDropHandler.moveTestSuite(WsdlTestSuite testSuite, WsdlProject target, int position)
           
 

Uses of WsdlTestSuite in com.eviware.soapui.tools
 

Methods in com.eviware.soapui.tools with parameters of type WsdlTestSuite
protected  void SoapUITestCaseRunner.runSuite(WsdlTestSuite suite)
          Run tests in the specified TestSuite
 



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