public class VirtRunnerTestStep
extends com.eviware.soapui.impl.wsdl.teststeps.WsdlTestStepWithProperties
implements com.eviware.soapui.model.propertyexpansion.PropertyExpansionContainer, com.smartbear.ready.ui.toolbar.ToolbarStateProvider
| Modifier and Type | Field and Description |
|---|---|
String |
ACTION_PROPNAME |
static String |
ICON_NAME |
static String |
LOCALHOST |
static String |
RUN_ACTION |
String |
SERVER_PROP_NAME |
static String |
STOP_ACTION |
String |
URL_PROPNAME |
| Constructor and Description |
|---|
VirtRunnerTestStep(com.eviware.soapui.impl.wsdl.testcase.WsdlTestCase testCase,
com.eviware.soapui.config.TestStepConfig config,
boolean forLoadTest) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAction() |
com.eviware.soapui.model.propertyexpansion.PropertyExpansion[] |
getPropertyExpansions() |
String |
getServer() |
String |
getUrl() |
boolean |
isRunActionEnabled() |
boolean |
isStopActionAvailable() |
com.eviware.soapui.model.testsuite.TestStepResult |
run(com.eviware.soapui.model.testsuite.TestCaseRunner testRunner,
com.eviware.soapui.model.testsuite.TestCaseRunContext context) |
void |
setAction(String action) |
void |
setServer(String server) |
void |
setUrl(String url) |
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, setPropertyValueafterCopy, afterCreateFromGUI, cancel, clone, createPanelBuilder, dependsOn, finish, getDefaultSourcePropertyName, getDefaultTargetPropertyName, getLabel, getModelItem, getPropertiesLabel, getRequiredInterfaces, getTestCase, getTestStepTitle, hasEditor, isDisabled, isForLoadTest, prepare, resetConfigOnMove, setDisabled, setNameaddExternalDependencies, 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, setSettingsaddPropertyChangeListener, addPropertyChangeListener, fireIndexedPropertyChange, getChildren, getDashboardDbId, getProject, isNotifyPropertyChanged, notifyPropertyChanged, removeModelItemFromConfig, removePropertyChangeListener, removePropertyChangeListener, setDashboardDbId, setNotifyPropertyChangedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic static final String ICON_NAME
public static final String LOCALHOST
public static final String RUN_ACTION
public static final String STOP_ACTION
public final String URL_PROPNAME
public final String SERVER_PROP_NAME
public final String ACTION_PROPNAME
public VirtRunnerTestStep(com.eviware.soapui.impl.wsdl.testcase.WsdlTestCase testCase,
com.eviware.soapui.config.TestStepConfig config,
boolean forLoadTest)
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.TestSteppublic com.eviware.soapui.model.propertyexpansion.PropertyExpansion[] getPropertyExpansions()
getPropertyExpansions in interface com.eviware.soapui.model.propertyexpansion.PropertyExpansionContainerpublic boolean isRunActionEnabled()
isRunActionEnabled in interface com.smartbear.ready.ui.toolbar.ToolbarStateProviderpublic boolean isStopActionAvailable()
isStopActionAvailable in interface com.smartbear.ready.ui.toolbar.ToolbarStateProviderpublic String getUrl()
public void setUrl(String url)
public String getServer()
public void setServer(String server)
public String getAction()
public void setAction(String action)
Copyright © 2019. All rights reserved.