|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
| 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.getTestSuites()
|
| 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.getTestSuites()
|
| 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,
SoapUITreeModel treeModel)
|
|
| Uses of TestSuite in com.eviware.soapui.tools |
|---|
| Methods in com.eviware.soapui.tools with parameters of type TestSuite | |
|---|---|
void |
SoapUITestCaseRunner.runSuite(TestSuite suite)
Run tests in the specified TestSuite |
void |
SoapUILoadTestRunner.runSuite(TestSuite suite)
Run tests in the specified TestSuite |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||