Methods 
                        
                            | Type Params | Return Type | Name and description | 
                        
                        
                            |  | WsdlTestCase | addNewTestCase(java.lang.String name)
 | 
                        
                        
                            |  | void | addTestSuiteListener(TestSuiteListener listener)
 | 
                        
                        
                            |  | void | addTestSuiteRunListener(TestSuiteRunListener listener)
 | 
                        
                        
                            |  | void | afterCopy(WsdlTestSuite oldTestSuite)
 | 
                        
                        
                            |  | WsdlTestCase | buildTestCase(TestCaseConfig testCaseConfig, boolean forLoadTest)
 | 
                        
                        
                            |  | WsdlTestCase | cloneTestCase(WsdlTestCase testCase, java.lang.String name)
 | 
                        
                        
                            |  | void | export(java.io.File file)
 | 
                        
                        
                            |  | void | fireLoadTestAdded(WsdlLoadTest loadTest)
 | 
                        
                        
                            |  | void | fireLoadTestRemoved(WsdlLoadTest loadTest)
 | 
                        
                        
                            |  | void | fireSecurityTestAdded(SecurityTest securityTest)
 | 
                        
                        
                            |  | void | fireSecurityTestRemoved(SecurityTest securityTest)
 | 
                        
                        
                            |  | void | fireTestCaseAdded(WsdlTestCase testCase)
 | 
                        
                        
                            |  | void | fireTestCaseRemoved(WsdlTestCase testCase)
 | 
                        
                        
                            |  | void | fireTestStepAdded(WsdlTestStep testStep, int index)
 | 
                        
                        
                            |  | void | fireTestStepMoved(WsdlTestStep testStep, int ix, int offset)
 | 
                        
                        
                            |  | void | fireTestStepRemoved(WsdlTestStep testStep, int ix)
 | 
                        
                        
                            |  | java.util.List<? extends ModelItem> | getChildren()
 | 
                        
                        
                            |  | int | getIndexOfTestCase(TestCase testCase)
 | 
                        
                        
                            |  | java.lang.String | getLabel()
 | 
                        
                        
                            |  | WsdlProject | getProject()
 | 
                        
                        
                            |  | TestSuiteRunType | getRunType()
 | 
                        
                        
                            |  | java.lang.String | getSetupScript()
 | 
                        
                        
                            |  | java.lang.String | getTearDownScript()
 | 
                        
                        
                            |  | WsdlTestCase | getTestCaseAt(int index)
 | 
                        
                        
                            |  | TestCase | getTestCaseById(java.util.UUID testCaseId)
 | 
                        
                        
                            |  | WsdlTestCase | getTestCaseByName(java.lang.String testCaseName)
 | 
                        
                        
                            |  | int | getTestCaseCount()
 | 
                        
                        
                            |  | int | getTestCaseIndex(TestCase testCase)
 | 
                        
                        
                            |  | java.util.List<TestCase> | getTestCaseList()
 | 
                        
                        
                            |  | java.util.Map<java.lang.String, TestCase> | getTestCases()
 | 
                        
                        
                            |  | TestSuiteRunListener[] | getTestSuiteRunListeners()
 | 
                        
                        
                            |  | long | getTimeout()
 | 
                        
                        
                            |  | WsdlTestCase | importTestCase(WsdlTestCase testCase, java.lang.String name, int index, boolean includeLoadTests, boolean includeSecurityTests, boolean createCopy)
 | 
                        
                        
                            |  | void | importTestCase(java.io.File file)
 | 
                        
                        
                            |  | boolean | isAbortOnError()
 | 
                        
                        
                            |  | boolean | isDisabled()
 | 
                        
                        
                            |  | boolean | isFailOnErrors()
 | 
                        
                        
                            |  | WsdlTestCase | moveTestCase(int ix, int offset)
 | 
                        
                        
                            |  | void | release()
 | 
                        
                        
                            |  | void | removeTestCase(WsdlTestCase testCase)
 | 
                        
                        
                            |  | void | removeTestSuiteListener(TestSuiteListener listener)
 | 
                        
                        
                            |  | void | removeTestSuiteRunListener(TestSuiteRunListener listener)
 | 
                        
                        
                            |  | void | replace(WsdlTestCase testCase, TestCaseConfig newTestCase)
 | 
                        
                        
                            |  | void | resetConfigOnMove(TestSuiteConfig testSuiteConfig)
 | 
                        
                        
                            |  | WsdlTestSuiteRunner | run(StringToObjectMap context, boolean async)
 | 
                        
                        
                            |  | java.lang.Object | runSetupScript(TestSuiteRunContext context, TestSuiteRunner runner)
 | 
                        
                        
                            |  | java.lang.Object | runTearDownScript(TestSuiteRunContext context, TestSuiteRunner runner)
 | 
                        
                        
                            |  | void | setAbortOnError(boolean abortOnError)
 | 
                        
                        
                            |  | void | setDisabled(boolean disabled)
 | 
                        
                        
                            |  | void | setFailOnErrors(boolean failOnErrors)
 | 
                        
                        
                            |  | void | setName(java.lang.String name)
 | 
                        
                        
                            |  | void | setRunType(TestSuiteRunType runType)
 | 
                        
                        
                            |  | void | setSetupScript(java.lang.String script)
 | 
                        
                        
                            |  | void | setTearDownScript(java.lang.String script)
 | 
                        
                        
                            |  | void | setTimeout(long timeout)
 |