| com.eviware.soapui.impl.wsdl.testcase.WsdlTestCase
WsdlTestCase | public class WsdlTestCase extends AbstractWsdlModelItem implements TestCase(Code) | | TestCase implementation for WSDL projects
author: Ole.Matzura |
Method Summary | |
public WsdlLoadTest | addNewLoadTest(String name) | public void | addTestRunListener(TestRunListener listener) | public WsdlTestStep | addTestStep(TestStepConfig stepConfig) | public WsdlTestStep | addTestStep(String type, String name) | public WsdlLoadTest | cloneLoadTest(WsdlLoadTest loadTest, String name) | public WsdlTestStep | cloneStep(WsdlTestStep testStep, String name) | public TestStep | findNextStepOfType(TestStep referenceStep, Class stepClass) | public TestStep | findPreviousStepOfType(TestStep referenceStep, Class stepClass) | public ActionList | getCreateActions() | public boolean | getDiscardOkResults() | public boolean | getFailOnError() | public boolean | getFailTestCaseOnErrors() | public int | getIndexOfLoadTest(LoadTest loadTest) | public int | getIndexOfTestStep(TestStep step) | public boolean | getKeepSession() | public WsdlLoadTest | getLoadTestAt(int index) | public LoadTest | getLoadTestByName(String loadTestName) | public int | getLoadTestCount() | public boolean | getSearchProperties() | public TestRunListener[] | getTestRunListeners() | public WsdlTestStep | getTestStepAt(int index) | public WsdlTestStep | getTestStepByName(String stepName) | public int | getTestStepCount() | public int | getTestStepIndexByName(String stepName) | public List<TestStep> | getTestStepList() | WsdlTestStep[] | getTestSteps() | public List<TestStep> | getTestStepsOfType(Class<? extends WsdlTestStep> stepType) | public WsdlTestSuite | getTestSuite() | public WsdlTestStep | importTestStep(WsdlTestStep testStep, String name, int index) | public WsdlTestStep[] | importTestSteps(WsdlTestStep[] testSteps, int index) | public WsdlTestStep | insertTestStep(String type, String name, int index) | public WsdlTestStep | insertTestStep(TestStepConfig stepConfig, int ix) | public WsdlTestStep[] | insertTestSteps(TestStepConfig[] stepConfig, int ix) | public void | moveTestStep(int ix, int offset) | public void | onSave() | public void | release() | public void | removeLoadTest(WsdlLoadTest loadTest) | public void | removeTestRunListener(TestRunListener listener) | public void | removeTestStep(WsdlTestStep testStep) | public void | resetConfigOnMove(TestCaseConfig testCaseArray) | public WsdlTestCaseRunner | run(PropertiesMap properties, boolean async) | public void | setDiscardOkResults(boolean discardOkResults) | public void | setFailOnError(boolean failOnError) | public void | setFailTestCaseOnErrors(boolean failTestCaseOnErrors) | public void | setKeepSession(boolean keepSession) | public void | setSearchProperties(boolean searchProperties) |
DISCARD_OK_RESULTS | final public static String DISCARD_OK_RESULTS(Code) | | |
FAIL_ON_ERRORS_PROPERTY | final public static String FAIL_ON_ERRORS_PROPERTY(Code) | | |
FAIL_ON_ERROR_PROPERTY | final public static String FAIL_ON_ERROR_PROPERTY(Code) | | |
KEEP_SESSION_PROPERTY | final public static String KEEP_SESSION_PROPERTY(Code) | | |
WsdlTestCase | public WsdlTestCase(WsdlTestSuite testSuite, TestCaseConfig config, boolean forLoadTest)(Code) | | |
getDiscardOkResults | public boolean getDiscardOkResults()(Code) | | |
getFailOnError | public boolean getFailOnError()(Code) | | |
getFailTestCaseOnErrors | public boolean getFailTestCaseOnErrors()(Code) | | |
getIndexOfLoadTest | public int getIndexOfLoadTest(LoadTest loadTest)(Code) | | |
getKeepSession | public boolean getKeepSession()(Code) | | |
getLoadTestCount | public int getLoadTestCount()(Code) | | |
getSearchProperties | public boolean getSearchProperties()(Code) | | |
getTestStepCount | public int getTestStepCount()(Code) | | |
getTestStepIndexByName | public int getTestStepIndexByName(String stepName)(Code) | | |
insertTestSteps | public WsdlTestStep[] insertTestSteps(TestStepConfig[] stepConfig, int ix)(Code) | | |
moveTestStep | public void moveTestStep(int ix, int offset)(Code) | | Moves a step 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) | | |
resetConfigOnMove | public void resetConfigOnMove(TestCaseConfig testCaseArray)(Code) | | |
setDiscardOkResults | public void setDiscardOkResults(boolean discardOkResults)(Code) | | |
setFailOnError | public void setFailOnError(boolean failOnError)(Code) | | |
setFailTestCaseOnErrors | public void setFailTestCaseOnErrors(boolean failTestCaseOnErrors)(Code) | | |
setKeepSession | public void setKeepSession(boolean keepSession)(Code) | | |
setSearchProperties | public void setSearchProperties(boolean searchProperties)(Code) | | |
|
|