public class TCIntegrationTestStep
extends com.eviware.soapui.impl.wsdl.teststeps.WsdlTestStepWithProperties
implements com.eviware.soapui.model.propertyexpansion.PropertyExpansionContainer
Modifier and Type | Field and Description |
---|---|
static String |
BASE_EXIT_CL_PROPERTY |
static String |
BASE_RUN_CL_PROPERTY |
static String |
EXECUTION_RESULT |
static String |
EXPORT_TEST_LOG_PROP_NAME |
static String |
ICON_NAME |
static String |
OTHER_ARGS_PROP_NAME |
static String |
OTHER_TEST_PROP_NAME |
static String |
PROJECT_NAME_PROP_NAME |
static String |
PROJECT_SUITE_FILE_PROP_NAME |
static String |
RESULT_DESCRIPTION |
static String |
RUN_MODE_PROP_NAME |
static String |
SCRIPT_ROUTINE_PROP_NAME |
static String |
SCRIPT_UNIT_PROP_NAME |
static String |
SELECT_CODE_KEYWORD_TEST |
static String |
SELECT_CODE_OTHER |
static String |
SELECT_CODE_PROJECT |
static String |
SELECT_CODE_SUITE |
static String |
SELECT_CODE_UNIT |
static String |
SHOW_TEST_LOG_PROP_NAME |
static String |
SILENT_MODE_LOG_PROP_NAME |
static String |
SILENT_MODE_PROP_NAME |
static String |
TEST_PROP_NAME |
static String |
TEST_RUNNER_PROP_NAME |
static String |
TIMEOUT_PROP_NAME |
static String |
WARNING_AS_ERROR_PROP_NAME |
Constructor and Description |
---|
TCIntegrationTestStep(com.eviware.soapui.impl.wsdl.testcase.WsdlTestCase testCase,
com.eviware.soapui.config.TestStepConfig config,
boolean forLoadTest) |
Modifier and Type | Method and Description |
---|---|
static Map<String,String> |
enumInstalledVersions() |
List<com.eviware.soapui.tools.TestCompleteIntegrationUtil.TCItem> |
getAutoRunPaths() |
int |
getExecutionResult() |
String |
getExportTestLog() |
String |
getLabel() |
String |
getOtherArgs() |
String |
getOtherTest() |
String |
getProjectName() |
String |
getProjectSuiteFile() |
com.eviware.soapui.model.propertyexpansion.PropertyExpansion[] |
getPropertyExpansions() |
String |
getResultDescription() |
String |
getRunMode() |
String |
getScriptRoutine() |
String |
getScriptUnit() |
boolean |
getShowTestLog() |
boolean |
getSilentMode() |
String |
getSilentModeLog() |
String |
getTest() |
String |
getTestRunner() |
String |
getTimeout() |
boolean |
getWarningAsError() |
boolean |
isDisabled() |
boolean |
isDisabledBySystem() |
boolean |
isDoNotShowLog() |
boolean |
isRunInSilentMode() |
boolean |
isWarningAsError() |
com.eviware.soapui.model.testsuite.TestStepResult |
run(com.eviware.soapui.model.testsuite.TestCaseRunner testRunner,
com.eviware.soapui.model.testsuite.TestCaseRunContext context) |
void |
setExecutionResult(int executionResult) |
void |
setExportTestLog(String exportTestLog) |
void |
setInSilentMode(boolean silentMode) |
void |
setOtherArgs(String otherArgs) |
void |
setOtherTest(String otherTest) |
void |
setProjectName(String projectName) |
void |
setProjectSuiteFile(String projectSuiteFile) |
void |
setResultDescription(String resultDescription) |
void |
setRunInSilentMode(boolean silentMode) |
void |
setRunMode(String runMode) |
void |
setScriptRoutine(String scriptRoutine) |
void |
setScriptUnit(String scriptUnit) |
void |
setShowTestLog(boolean showTestLog) |
void |
setSilentModeLog(String silentModeLog) |
void |
setTest(String test) |
void |
setTestRunner(List<com.eviware.soapui.tools.TestCompleteIntegrationUtil.TCItem> testRunners) |
void |
setTestRunner(String testRunner) |
void |
setTimeout(String timeout) |
void |
setWarningAsError(boolean warningAsError) |
addProperty, addProperty, addTestPropertyListener, createNoLicenseResult, deleteProperty, firePropertiesAdded, firePropertiesRemoved, firePropertyAdded, firePropertyMoved, firePropertyRemoved, firePropertyRenamed, firePropertyValueChanged, getFailedResultBasedOnRunContext, getProperties, getProperty, getPropertyAt, getPropertyCount, getPropertyList, getPropertyNames, getPropertyValue, hasProperties, hasProperty, moveProperty, moveProperty, propertyRenamed, release, removeTestPropertyListener, setPropertyValue
afterCopy, afterCreateFromGUI, cancel, clone, createPanelBuilder, dependsOn, finish, getDefaultSourcePropertyName, getDefaultTargetPropertyName, getModelItem, getPropertiesLabel, getRequiredInterfaces, getTestCase, getTestStepTitle, hasEditor, isForLoadTest, prepare, resetConfigOnMove, setDisabled, setName
addExternalDependencies, afterLoad, afterSave, beforeSave, clearIdCache, createEventBusMessage, dependsOn, getConfig, getDescription, getExternalAction, getExternalDependencies, getIcon, getId, getName, getParent, getSettings, getWsdlModelItemById, getWsdlModelItemByName, initItemOrder, initWsdlModelItemOrder, resetConfigOnMove, resolve, setConfig, setDescription, setExternalAction, setIcon, setSettings
addPropertyChangeListener, addPropertyChangeListener, fireIndexedPropertyChange, getChildren, getDashboardDbId, getProject, isNotifyPropertyChanged, notifyPropertyChanged, removeModelItemFromConfig, removePropertyChangeListener, removePropertyChangeListener, setDashboardDbId, setNotifyPropertyChanged
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static final String ICON_NAME
public static final String SELECT_CODE_SUITE
public static final String SELECT_CODE_PROJECT
public static final String SELECT_CODE_KEYWORD_TEST
public static final String SELECT_CODE_UNIT
public static final String SELECT_CODE_OTHER
public static final String BASE_RUN_CL_PROPERTY
public static final String BASE_EXIT_CL_PROPERTY
public static final String EXECUTION_RESULT
public static final String RESULT_DESCRIPTION
public static final String TEST_RUNNER_PROP_NAME
public static final String TIMEOUT_PROP_NAME
public static final String PROJECT_SUITE_FILE_PROP_NAME
public static final String PROJECT_NAME_PROP_NAME
public static final String SCRIPT_UNIT_PROP_NAME
public static final String SCRIPT_ROUTINE_PROP_NAME
public static final String SILENT_MODE_PROP_NAME
public static final String EXPORT_TEST_LOG_PROP_NAME
public static final String SILENT_MODE_LOG_PROP_NAME
public static final String WARNING_AS_ERROR_PROP_NAME
public static final String SHOW_TEST_LOG_PROP_NAME
public static final String RUN_MODE_PROP_NAME
public static final String TEST_PROP_NAME
public static final String OTHER_TEST_PROP_NAME
public static final String OTHER_ARGS_PROP_NAME
public TCIntegrationTestStep(com.eviware.soapui.impl.wsdl.testcase.WsdlTestCase testCase, com.eviware.soapui.config.TestStepConfig config, boolean forLoadTest)
public boolean getSilentMode()
public void setInSilentMode(boolean silentMode)
public boolean getShowTestLog()
public void setShowTestLog(boolean showTestLog)
public boolean getWarningAsError()
public int getExecutionResult()
public void setExecutionResult(int executionResult)
public String getResultDescription()
public void setResultDescription(String resultDescription)
public String getProjectSuiteFile()
public void setProjectSuiteFile(String projectSuiteFile)
public String getProjectName()
public void setProjectName(String projectName)
public String getScriptUnit()
public void setScriptUnit(String scriptUnit)
public String getScriptRoutine()
public void setScriptRoutine(String scriptRoutine)
public List<com.eviware.soapui.tools.TestCompleteIntegrationUtil.TCItem> getAutoRunPaths()
public void setTestRunner(List<com.eviware.soapui.tools.TestCompleteIntegrationUtil.TCItem> testRunners)
public boolean isRunInSilentMode()
public void setRunInSilentMode(boolean silentMode)
public String getTestRunner()
public void setTestRunner(String testRunner)
public String getRunMode()
public void setRunMode(String runMode)
public String getOtherTest()
public void setOtherTest(String otherTest)
public String getTest()
public void setTest(String test)
public String getOtherArgs()
public void setOtherArgs(String otherArgs)
public String getExportTestLog()
public void setExportTestLog(String exportTestLog)
public String getSilentModeLog()
public void setSilentModeLog(String silentModeLog)
public boolean isDoNotShowLog()
public boolean isWarningAsError()
public void setWarningAsError(boolean warningAsError)
public String getTimeout()
public void setTimeout(String timeout)
public com.eviware.soapui.model.propertyexpansion.PropertyExpansion[] getPropertyExpansions()
getPropertyExpansions
in interface com.eviware.soapui.model.propertyexpansion.PropertyExpansionContainer
public boolean isDisabled()
isDisabled
in interface com.eviware.soapui.model.testsuite.TestStep
isDisabled
in class com.eviware.soapui.impl.wsdl.teststeps.WsdlTestStep
public boolean isDisabledBySystem()
public String getLabel()
getLabel
in interface com.eviware.soapui.model.testsuite.TestStep
getLabel
in class com.eviware.soapui.impl.wsdl.teststeps.WsdlTestStep
public com.eviware.soapui.model.testsuite.TestStepResult run(com.eviware.soapui.model.testsuite.TestCaseRunner testRunner, com.eviware.soapui.model.testsuite.TestCaseRunContext context)
run
in interface com.eviware.soapui.model.testsuite.TestStep
Copyright © 2019. All rights reserved.