| com.eviware.soapui.impl.wsdl.WsdlTestSuite
WsdlTestSuite | public class WsdlTestSuite extends AbstractWsdlModelItem implements TestSuite(Code) | | TestSuite implementation for WSDL projects.
author: Ole.Matzura |
fireTestStepMoved | public void fireTestStepMoved(WsdlTestStep testStep, int ix, int offset)(Code) | | |
getIndexOfTestCase | public int getIndexOfTestCase(TestCase testCase)(Code) | | |
getRunType | public TestSuiteRunType getRunType()(Code) | | |
getTestCaseCount | public int getTestCaseCount()(Code) | | |
moveTestCase | public WsdlTestCase moveTestCase(int ix, int offset)(Code) | | Moves a testcase by the specified offset, a bit awkward since xmlbeans doesn't support reordering
of arrays, we need to create copies of the contained XmlObjects
Parameters: ix - Parameters: offset - |
onSave | public void onSave()(Code) | | |
release | public void release()(Code) | | |
setRunType | public void setRunType(TestSuiteRunType runType)(Code) | | |
|
|