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

Packages that use WsdlTestSuite
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.testsuite WsdlTestSuite panel classes 
com.eviware.soapui.impl.wsdl.testcase WSDL implementations of TestCase-related interfaces 
com.eviware.soapui.support.dnd.handlers   
com.eviware.soapui.tools SoapUI command-line tools 
 

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

Methods in com.eviware.soapui.impl.wsdl that return WsdlTestSuite
 WsdlTestSuite WsdlProject.addNewTestSuite(java.lang.String name)
           
 WsdlTestSuite WsdlProject.getTestSuiteAt(int index)
           
 WsdlTestSuite WsdlProject.getTestSuiteByName(java.lang.String testSuiteName)
           
 WsdlTestSuite WsdlProject.importTestSuite(WsdlTestSuite testSuite, java.lang.String name, boolean createCopy)
           
 

Methods in com.eviware.soapui.impl.wsdl with parameters of type WsdlTestSuite
 void WsdlProject.fireTestSuiteAdded(WsdlTestSuite testSuite)
           
 void WsdlProject.fireTestSuiteRemoved(WsdlTestSuite testSuite)
           
 WsdlTestSuite WsdlProject.importTestSuite(WsdlTestSuite testSuite, java.lang.String name, boolean createCopy)
           
 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 GenerateTestSuiteAction.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)
           
 

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)
           
static WsdlTestSuite CloneTestSuiteAction.cloneToAnotherProject(WsdlTestSuite testSuite, java.lang.String targetProjectName, java.lang.String name, boolean move)
           
 SoapUIActionMappingList<WsdlTestSuite> WsdlTestSuiteSoapUIActionGroup.getActionMappings(WsdlTestSuite modelItem)
           
static java.util.Set<WsdlInterface> 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 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.testsuite
 

Methods in com.eviware.soapui.impl.wsdl.panels.testsuite with parameters of type WsdlTestSuite
 DesktopPanel WsdlTestSuitePanelBuilder.buildDesktopPanel(WsdlTestSuite testSuite)
           
 java.awt.Component WsdlTestSuitePanelBuilder.buildOverviewPanel(WsdlTestSuite modelItem)
           
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()
           
 

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

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

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

Uses of WsdlTestSuite in com.eviware.soapui.tools
 

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



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