public class WsdlTestCasePro
extends com.eviware.soapui.impl.wsdl.testcase.WsdlTestCase
| Modifier and Type | Field and Description |
|---|---|
static String |
REPORT_SCRIPT_NAME |
ICON_NAME, SETUP_SCRIPT_NAME, TEARDOWN_SCRIPT_NAME, TEST_STEPS_PROPERTYDISABLED_PROPERTY, STATUS_PROPERTY| Constructor and Description |
|---|
WsdlTestCasePro(com.eviware.soapui.impl.wsdl.WsdlTestSuite testSuite,
com.eviware.soapui.config.TestCaseConfig config,
boolean forLoadTest) |
| Modifier and Type | Method and Description |
|---|---|
void |
addTestDebugListener(com.eviware.soapui.model.testsuite.TestRunListener listener) |
com.eviware.soapui.impl.wsdl.loadtest.WsdlLoadTest |
buildLoadTest(com.eviware.soapui.config.LoadTestConfig tsc) |
com.eviware.soapui.security.SecurityTest |
buildSecurityTest(com.eviware.soapui.config.SecurityTestConfig addNewSecurityTest) |
BreakPoints |
getBreakPoints() |
String |
getOnReportScript() |
com.eviware.soapui.model.TestPropertyHolder |
getReportParameters() |
com.eviware.soapui.model.testsuite.TestRunListener[] |
getTestDebugListeners() |
BreakPoint |
getTestStepBreakPointAt(int i) |
WsdlTestSuitePro |
getTestSuite() |
Map<String,String> |
getZephyrTests() |
protected boolean |
isServiceVDependent(com.eviware.soapui.model.testsuite.TestStep testStep) |
void |
moveTestStep(int ix,
int offset) |
void |
removeTestDebugListener(com.eviware.soapui.model.testsuite.TestRunListener listener) |
void |
removeTestStep(com.eviware.soapui.impl.wsdl.teststeps.WsdlTestStep testStep) |
void |
resetConfigOnMove(com.eviware.soapui.config.TestCaseConfig testCaseConfig) |
com.eviware.soapui.impl.wsdl.testcase.WsdlTestCaseRunner |
run(com.eviware.soapui.support.types.StringToObjectMap context,
boolean async) |
com.eviware.soapui.impl.wsdl.testcase.WsdlTestCaseRunner |
run(com.eviware.soapui.support.types.StringToObjectMap context,
boolean async,
boolean debugScripts) |
Object |
runReportScript(WsdlTestCaseReport wsdlTestCaseReport,
com.eviware.soapui.support.types.StringToObjectMap params) |
void |
setBreakPoints(BreakPoints breakPoints) |
void |
setOnReportScript(String script) |
addAsFirstTestRunListener, addNewLoadTest, addNewSecurityTest, addTestCaseListener, addTestRunListener, addTestStep, addTestStep, addTestStep, addTestStepNoTracking, afterCopy, assignTag, clearSecurityTests, clearTestSteps, cloneLoadTest, cloneSecurityTest, cloneStep, createEventBusMessage, exportTestCase, findNextStepOfType, findPreviousStepOfType, fireTagAssigned, fireTagRemoved, getAmfAuthorisation, getAmfEndpoint, getAmfLogin, getAmfPassword, getAuthProfileHolder, getChildren, getDiscardOkResults, getFailOnError, getFailTestCaseOnErrors, getIndexOfLoadTest, getIndexOfSecurityTest, getIndexOfTestStep, getKeepSession, getLabel, getLoadTestAt, getLoadTestByName, getLoadTestCount, getLoadTestList, getLoadTests, getMaxResults, getRunFromHereContext, getSavedRecentTestRunsLimit, getSearchProperties, getSecurityTestAt, getSecurityTestByName, getSecurityTestCount, getSecurityTestList, getSecurityTests, getServiceVDependentTestSteps, getSetupScript, getTagIds, getTearDownScript, getTestRunListeners, getTestStepAt, getTestStepById, getTestStepByName, getTestStepCount, getTestStepIndexByName, getTestStepList, getTestSteps, getTestStepsOfType, getTestStepsOrdered, getTimeout, getWsrmAckTo, getWsrmEnabled, getWsrmExpires, getWsrmVersion, getWsrmVersionNamespace, getZephyrTestId, getZephyrTestName, hasTags, importSecurityTests, importTestStep, importTestSteps, insertNewStep, insertNewStep, insertNewStep, insertNewStep, insertTestStep, insertTestStep, insertTestStep, insertTestSteps, isDisabled, isForLoadTest, isTagAssigned, isTagsAssigned, isTagsAssigned, release, removeAllSecurityTests, removeAllTags, removeLoadTest, removeSecurityTest, removeTag, removeTestCaseListener, removeTestRunListener, runSetupScript, runTearDownScript, setAmfAuthorisation, setAmfEndpoint, setAmfLogin, setAmfPassword, setDisabled, setDiscardOkResults, setFailOnError, setFailTestCaseOnErrors, setKeepSession, setMaxResults, setName, setRunFromHereContext, setSavedRecentTestRunsLimit, setSearchProperties, setSetupScript, setTearDownScript, setTimeout, setWsrmAckTo, setWsrmEnabled, setWsrmExpires, setWsrmVersion, setZephyrTestId, setZephyrTestNameaddPropertiesFromFile, addProperty, addTestPropertyListener, createNewPropertiesTestPropertyHolder, getModelItem, getProjectProperty, getProperties, getPropertiesLabel, getProperty, getPropertyAt, getPropertyCount, getPropertyHolderSupport, getPropertyList, getPropertyNames, getPropertyValue, hasProperty, moveProperty, removeProperty, removeTestPropertyListener, renameProperty, setPropertiesConfig, setPropertyValueaddExternalDependencies, afterLoad, afterSave, beforeSave, clearIdCache, dependsOn, getDescription, getExternalAction, getExternalDependencies, getIcon, getId, getName, getParent, getSettings, getWsdlModelItemById, getWsdlModelItemByName, initItemOrder, initWsdlModelItemOrder, resetConfigOnMove, resolve, setConfig, setDescription, setExternalAction, setIcon, setSettingsaddPropertyChangeListener, addPropertyChangeListener, fireIndexedPropertyChange, getDashboardDbId, getProject, isNotifyPropertyChanged, notifyPropertyChanged, removeModelItemFromConfig, removePropertyChangeListener, removePropertyChangeListener, setDashboardDbId, setNotifyPropertyChangedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddTestPropertyListener, getModelItem, getProperties, getPropertiesLabel, getProperty, getPropertyAt, getPropertyCount, getPropertyList, getPropertyNames, getPropertyValue, hasProperty, removeTestPropertyListener, setPropertyValuegetDescription, getIcon, getId, getName, getParent, getSettingspublic static String REPORT_SCRIPT_NAME
public WsdlTestCasePro(com.eviware.soapui.impl.wsdl.WsdlTestSuite testSuite,
com.eviware.soapui.config.TestCaseConfig config,
boolean forLoadTest)
public com.eviware.soapui.impl.wsdl.testcase.WsdlTestCaseRunner run(com.eviware.soapui.support.types.StringToObjectMap context,
boolean async)
run in interface com.eviware.soapui.model.testsuite.TestRunnablerun in class com.eviware.soapui.impl.wsdl.testcase.WsdlTestCasepublic com.eviware.soapui.impl.wsdl.testcase.WsdlTestCaseRunner run(com.eviware.soapui.support.types.StringToObjectMap context,
boolean async,
boolean debugScripts)
run in interface com.eviware.soapui.model.testsuite.TestCaserun in class com.eviware.soapui.impl.wsdl.testcase.WsdlTestCasepublic WsdlTestSuitePro getTestSuite()
getTestSuite in interface com.eviware.soapui.model.testsuite.TestCasegetTestSuite in class com.eviware.soapui.impl.wsdl.testcase.WsdlTestCasepublic com.eviware.soapui.impl.wsdl.loadtest.WsdlLoadTest buildLoadTest(com.eviware.soapui.config.LoadTestConfig tsc)
buildLoadTest in class com.eviware.soapui.impl.wsdl.testcase.WsdlTestCasepublic com.eviware.soapui.security.SecurityTest buildSecurityTest(com.eviware.soapui.config.SecurityTestConfig addNewSecurityTest)
buildSecurityTest in class com.eviware.soapui.impl.wsdl.testcase.WsdlTestCaseprotected boolean isServiceVDependent(com.eviware.soapui.model.testsuite.TestStep testStep)
isServiceVDependent in class com.eviware.soapui.impl.wsdl.testcase.WsdlTestCasepublic void setOnReportScript(String script)
public String getOnReportScript()
public Map<String,String> getZephyrTests()
getZephyrTests in class com.eviware.soapui.impl.wsdl.testcase.WsdlTestCasepublic Object runReportScript(WsdlTestCaseReport wsdlTestCaseReport, com.eviware.soapui.support.types.StringToObjectMap params) throws Exception
Exceptionpublic com.eviware.soapui.model.TestPropertyHolder getReportParameters()
public void addTestDebugListener(com.eviware.soapui.model.testsuite.TestRunListener listener)
public void removeTestDebugListener(com.eviware.soapui.model.testsuite.TestRunListener listener)
public com.eviware.soapui.model.testsuite.TestRunListener[] getTestDebugListeners()
public BreakPoints getBreakPoints()
public void setBreakPoints(BreakPoints breakPoints)
public BreakPoint getTestStepBreakPointAt(int i)
public void moveTestStep(int ix,
int offset)
moveTestStep in interface com.eviware.soapui.model.testsuite.TestCasemoveTestStep in class com.eviware.soapui.impl.wsdl.testcase.WsdlTestCasepublic void removeTestStep(com.eviware.soapui.impl.wsdl.teststeps.WsdlTestStep testStep)
removeTestStep in class com.eviware.soapui.impl.wsdl.testcase.WsdlTestCasepublic void resetConfigOnMove(com.eviware.soapui.config.TestCaseConfig testCaseConfig)
resetConfigOnMove in class com.eviware.soapui.impl.wsdl.testcase.WsdlTestCaseCopyright © 2019. All rights reserved.