Uses of Interface
com.eviware.soapui.model.testsuite.TestSuite

Packages that use TestSuite
com.eviware.soapui.impl.wsdl WSDL 1.1 implementations of soapui model interface 
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.testcase WSDL implementations of TestCase-related interfaces 
com.eviware.soapui.model.project Project model items 
com.eviware.soapui.model.support SoapUI model-related support classes 
com.eviware.soapui.model.testsuite Test-related model items 
com.eviware.soapui.model.tree.nodes Tree nodes for all SoapUI model items 
com.eviware.soapui.monitor The soapui TestMonitor and related classes/interfaces 
com.eviware.soapui.report Classes for creating JUnit-reports 
com.eviware.soapui.tools SoapUI command-line tools 
 

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

Classes in com.eviware.soapui.impl.wsdl that implement TestSuite
 class WsdlTestSuite
          TestSuite implementation for WSDL projects.
 

Methods in com.eviware.soapui.impl.wsdl that return types with arguments of type TestSuite
 java.util.List<TestSuite> WsdlProject.getTestSuiteList()
           
 java.util.Map<java.lang.String,TestSuite> WsdlProject.getTestSuites()
           
 

Methods in com.eviware.soapui.impl.wsdl with parameters of type TestSuite
 int WsdlProject.getIndexOfTestSuite(TestSuite testSuite)
           
 

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

Methods in com.eviware.soapui.impl.wsdl.panels.project with parameters of type TestSuite
protected  JProjectTestSuiteList.TestSuiteListPanel JProjectTestSuiteList.createTestSuiteListPanel(TestSuite testSuite)
           
 

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

Methods in com.eviware.soapui.impl.wsdl.panels.support that return TestSuite
 TestSuite MockTestSuiteRunner.getTestSuite()
           
 TestSuite MockTestSuiteRunContext.getTestSuite()
           
 

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

Methods in com.eviware.soapui.impl.wsdl.testcase that return TestSuite
 TestSuite WsdlTestSuiteRunner.getTestSuite()
           
 TestSuite WsdlTestSuiteRunContext.getTestSuite()
           
 

Uses of TestSuite in com.eviware.soapui.model.project
 

Methods in com.eviware.soapui.model.project that return TestSuite
 TestSuite Project.addNewTestSuite(java.lang.String name)
           
 TestSuite Project.getTestSuiteAt(int index)
           
 TestSuite Project.getTestSuiteByName(java.lang.String testSuiteName)
           
 

Methods in com.eviware.soapui.model.project that return types with arguments of type TestSuite
 java.util.List<TestSuite> Project.getTestSuiteList()
           
 

Methods in com.eviware.soapui.model.project with parameters of type TestSuite
 int Project.getIndexOfTestSuite(TestSuite testSuite)
           
 void ProjectListener.testSuiteAdded(TestSuite testSuite)
           
 void ProjectListener.testSuiteMoved(TestSuite testSuite, int index, int offset)
           
 void ProjectListener.testSuiteRemoved(TestSuite testSuite)
           
 

Uses of TestSuite in com.eviware.soapui.model.support
 

Methods in com.eviware.soapui.model.support with parameters of type TestSuite
 void ProjectRunListenerAdapter.beforeTestSuite(ProjectRunner projectRunner, ProjectRunContext runContext, TestSuite testRunnable)
           
 void ProjectListenerAdapter.testSuiteAdded(TestSuite testSuite)
           
 void ProjectListenerAdapter.testSuiteMoved(TestSuite testSuite, int index, int offset)
           
 void ProjectListenerAdapter.testSuiteRemoved(TestSuite testSuite)
           
 

Constructors in com.eviware.soapui.model.support with parameters of type TestSuite
TestSuiteMetrics(TestSuite testSuite)
           
 

Uses of TestSuite in com.eviware.soapui.model.testsuite
 

Methods in com.eviware.soapui.model.testsuite that return TestSuite
 TestSuite TestSuiteRunner.getTestSuite()
           
 TestSuite TestSuiteRunContext.getTestSuite()
           
 TestSuite TestCase.getTestSuite()
           
 

Methods in com.eviware.soapui.model.testsuite with parameters of type TestSuite
 void ProjectRunListener.beforeTestSuite(ProjectRunner projectRunner, ProjectRunContext runContext, TestSuite testSuite)
           
 

Uses of TestSuite in com.eviware.soapui.model.tree.nodes
 

Methods in com.eviware.soapui.model.tree.nodes that return TestSuite
 TestSuite TestSuiteTreeNode.getTestSuite()
           
 

Constructors in com.eviware.soapui.model.tree.nodes with parameters of type TestSuite
TestSuiteTreeNode(TestSuite testSuite, SoapUITreeModel treeModel)
           
 

Uses of TestSuite in com.eviware.soapui.monitor
 

Methods in com.eviware.soapui.monitor with parameters of type TestSuite
 boolean TestMonitor.hasRunningLoadTest(TestSuite testSuite)
           
 

Uses of TestSuite in com.eviware.soapui.report
 

Methods in com.eviware.soapui.report with parameters of type TestSuite
 void JUnitReportCollector.beforeTestSuite(ProjectRunner testScenarioRunner, ProjectRunContext runContext, TestSuite testSuite)
           
 

Uses of TestSuite in com.eviware.soapui.tools
 

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



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