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_PROPERTY
DISABLED_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, setZephyrTestName
addPropertiesFromFile, addProperty, addTestPropertyListener, createNewPropertiesTestPropertyHolder, getModelItem, getProjectProperty, getProperties, getPropertiesLabel, getProperty, getPropertyAt, getPropertyCount, getPropertyHolderSupport, getPropertyList, getPropertyNames, getPropertyValue, hasProperty, moveProperty, removeProperty, removeTestPropertyListener, renameProperty, setPropertiesConfig, setPropertyValue
addExternalDependencies, afterLoad, afterSave, beforeSave, clearIdCache, dependsOn, getDescription, getExternalAction, getExternalDependencies, getIcon, getId, getName, getParent, getSettings, getWsdlModelItemById, getWsdlModelItemByName, initItemOrder, initWsdlModelItemOrder, resetConfigOnMove, resolve, setConfig, setDescription, setExternalAction, setIcon, setSettings
addPropertyChangeListener, addPropertyChangeListener, fireIndexedPropertyChange, getDashboardDbId, getProject, isNotifyPropertyChanged, notifyPropertyChanged, removeModelItemFromConfig, removePropertyChangeListener, removePropertyChangeListener, setDashboardDbId, setNotifyPropertyChanged
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addTestPropertyListener, getModelItem, getProperties, getPropertiesLabel, getProperty, getPropertyAt, getPropertyCount, getPropertyList, getPropertyNames, getPropertyValue, hasProperty, removeTestPropertyListener, setPropertyValue
getDescription, getIcon, getId, getName, getParent, getSettings
public 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.TestRunnable
run
in class com.eviware.soapui.impl.wsdl.testcase.WsdlTestCase
public 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.TestCase
run
in class com.eviware.soapui.impl.wsdl.testcase.WsdlTestCase
public WsdlTestSuitePro getTestSuite()
getTestSuite
in interface com.eviware.soapui.model.testsuite.TestCase
getTestSuite
in class com.eviware.soapui.impl.wsdl.testcase.WsdlTestCase
public com.eviware.soapui.impl.wsdl.loadtest.WsdlLoadTest buildLoadTest(com.eviware.soapui.config.LoadTestConfig tsc)
buildLoadTest
in class com.eviware.soapui.impl.wsdl.testcase.WsdlTestCase
public com.eviware.soapui.security.SecurityTest buildSecurityTest(com.eviware.soapui.config.SecurityTestConfig addNewSecurityTest)
buildSecurityTest
in class com.eviware.soapui.impl.wsdl.testcase.WsdlTestCase
protected boolean isServiceVDependent(com.eviware.soapui.model.testsuite.TestStep testStep)
isServiceVDependent
in class com.eviware.soapui.impl.wsdl.testcase.WsdlTestCase
public void setOnReportScript(String script)
public String getOnReportScript()
public Map<String,String> getZephyrTests()
getZephyrTests
in class com.eviware.soapui.impl.wsdl.testcase.WsdlTestCase
public Object runReportScript(WsdlTestCaseReport wsdlTestCaseReport, com.eviware.soapui.support.types.StringToObjectMap params) throws Exception
Exception
public 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.TestCase
moveTestStep
in class com.eviware.soapui.impl.wsdl.testcase.WsdlTestCase
public void removeTestStep(com.eviware.soapui.impl.wsdl.teststeps.WsdlTestStep testStep)
removeTestStep
in class com.eviware.soapui.impl.wsdl.testcase.WsdlTestCase
public void resetConfigOnMove(com.eviware.soapui.config.TestCaseConfig testCaseConfig)
resetConfigOnMove
in class com.eviware.soapui.impl.wsdl.testcase.WsdlTestCase
Copyright © 2019. All rights reserved.