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

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 TestSuite
 TestSuite WsdlTestCase.getTestSuite()
           
 TestSuite WsdlProject.getTestSuiteAt(int index)
           
 

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

Methods in com.eviware.soapui.model.project that return TestSuite
 TestSuite Project.getTestSuiteAt(int index)
           
 

Methods in com.eviware.soapui.model.project with parameters of type TestSuite
 void ProjectListener.testSuiteAdded(TestSuite testSuite)
           
 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 ProjectListenerAdapter.testSuiteAdded(TestSuite testSuite)
           
 void ProjectListenerAdapter.testSuiteRemoved(TestSuite testSuite)
           
 

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

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

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)
           
 



Copyright © 2005 eviware.com. All Rights Reserved.