public class PropertyWaitTestStep
extends com.eviware.soapui.impl.wsdl.teststeps.WsdlTestStepWithProperties
implements com.eviware.soapui.model.propertyexpansion.PropertyExpansionContainer
Modifier and Type | Class and Description |
---|---|
static class |
PropertyWaitTestStep.CompareMethod |
static class |
PropertyWaitTestStep.TimeoutMeasure |
Modifier and Type | Field and Description |
---|---|
static String |
COMPARE_METHOD_NAME_FIELD |
static String |
COMPARE_METHOD_NAME_PROPERTY |
static String |
GENERATION_FIELD |
static String |
GENERATION_PROPERTY |
static String |
ICON_NAME |
static String |
MOCK_OPERATION_NAME_FIELD |
static String |
MOCK_OPERATION_NAME_PROPERTY |
static String |
MOCK_RESPONSE_NAME_FIELD |
static String |
MOCK_RESPONSE_NAME_PROPERTY |
static String |
MOCK_SERVICE_NAME_FIELD |
static String |
MOCK_SERVICE_NAME_PROPERTY |
static String |
PROJECT_NAME_FIELD |
static String |
PROJECT_NAME_PROPERTY |
static String |
PROPERTY_NAME_FIELD |
static String |
PROPERTY_NAME_PROPERTY |
static String |
SCOPE_FIELD |
static String |
SCOPE_PROPERTY |
static String |
TEST_SUITE_NAME_FIELD |
static String |
TEST_SUITE_NAME_PROPERTY |
static String |
TIMEOUT_FIELD |
static String |
TIMEOUT_MEASURE_NAME_FIELD |
static String |
TIMEOUT_MEASURE_NAME_PROPERTY |
static String |
TIMEOUT_PROPERTY |
static String |
VALUE_TO_COMPARE_FIELD |
static String |
VALUE_TO_COMPARE_PROPERTY |
Constructor and Description |
---|
PropertyWaitTestStep(com.eviware.soapui.impl.wsdl.testcase.WsdlTestCase testCase,
com.eviware.soapui.config.TestStepConfig config,
boolean forLoadTest) |
Modifier and Type | Method and Description |
---|---|
void |
afterLoad() |
boolean |
cancel() |
String |
getCompareMethodName() |
String |
getCurrentPropertyValue() |
int |
getCurrentTimeoutInMillis() |
int |
getGeneration() |
int |
getMaxTimeout() |
String |
getMockOperationName() |
String |
getMockResponseName() |
String |
getMockServiceName() |
String |
getProjectName() |
com.eviware.soapui.model.propertyexpansion.PropertyExpansion[] |
getPropertyExpansions() |
String |
getPropertyName() |
String |
getScope() |
String |
getTestSuiteName() |
int |
getTimeout() |
String |
getTimeoutMeasureName() |
String |
getValueToCompare() |
com.eviware.soapui.model.testsuite.TestStepResult |
run(com.eviware.soapui.model.testsuite.TestCaseRunner testRunner,
com.eviware.soapui.model.testsuite.TestCaseRunContext context) |
void |
setCompareMethodName(String compareMethodName) |
void |
setMockOperationName(String mockOperationName) |
void |
setMockResponseName(String mockResponseName) |
void |
setMockServiceName(String mockServiceName) |
void |
setProjectName(String projectName) |
void |
setPropertyName(String propertyName) |
void |
setScope(String scope) |
void |
setTestSuiteName(String testSuiteName) |
void |
setTimeout(int timeout) |
void |
setTimeoutMeasureName(String timeoutMeasureName) |
void |
setValueToCompare(String valueToCompare) |
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, clone, createPanelBuilder, dependsOn, finish, getDefaultSourcePropertyName, getDefaultTargetPropertyName, getLabel, getModelItem, getPropertiesLabel, getRequiredInterfaces, getTestCase, getTestStepTitle, hasEditor, isDisabled, isForLoadTest, prepare, resetConfigOnMove, setDisabled, setName
addExternalDependencies, 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 GENERATION_PROPERTY
public static final String GENERATION_FIELD
public static final String SCOPE_PROPERTY
public static final String SCOPE_FIELD
public static final String PROJECT_NAME_PROPERTY
public static final String PROJECT_NAME_FIELD
public static final String TEST_SUITE_NAME_PROPERTY
public static final String TEST_SUITE_NAME_FIELD
public static final String MOCK_SERVICE_NAME_PROPERTY
public static final String MOCK_SERVICE_NAME_FIELD
public static final String MOCK_OPERATION_NAME_PROPERTY
public static final String MOCK_OPERATION_NAME_FIELD
public static final String MOCK_RESPONSE_NAME_PROPERTY
public static final String MOCK_RESPONSE_NAME_FIELD
public static final String PROPERTY_NAME_PROPERTY
public static final String PROPERTY_NAME_FIELD
public static final String COMPARE_METHOD_NAME_PROPERTY
public static final String COMPARE_METHOD_NAME_FIELD
public static final String VALUE_TO_COMPARE_PROPERTY
public static final String VALUE_TO_COMPARE_FIELD
public static final String TIMEOUT_PROPERTY
public static final String TIMEOUT_FIELD
public static final String TIMEOUT_MEASURE_NAME_PROPERTY
public static final String TIMEOUT_MEASURE_NAME_FIELD
public PropertyWaitTestStep(com.eviware.soapui.impl.wsdl.testcase.WsdlTestCase testCase, com.eviware.soapui.config.TestStepConfig config, boolean forLoadTest)
public com.eviware.soapui.model.propertyexpansion.PropertyExpansion[] getPropertyExpansions()
getPropertyExpansions
in interface com.eviware.soapui.model.propertyexpansion.PropertyExpansionContainer
public void afterLoad()
afterLoad
in class com.eviware.soapui.impl.wsdl.AbstractWsdlModelItem<com.eviware.soapui.config.TestStepConfig>
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
public boolean cancel()
cancel
in interface com.eviware.soapui.model.testsuite.TestStep
cancel
in class com.eviware.soapui.impl.wsdl.teststeps.WsdlTestStep
public int getMaxTimeout()
public int getCurrentTimeoutInMillis()
public int getGeneration()
public String getScope()
public void setScope(String scope)
public String getProjectName()
public void setProjectName(String projectName)
public String getTestSuiteName()
public void setTestSuiteName(String testSuiteName)
public String getMockServiceName()
public void setMockServiceName(String mockServiceName)
public String getMockOperationName()
public void setMockOperationName(String mockOperationName)
public String getMockResponseName()
public void setMockResponseName(String mockResponseName)
public String getPropertyName()
public void setPropertyName(String propertyName)
public String getCompareMethodName()
public void setCompareMethodName(String compareMethodName)
public String getValueToCompare()
public void setValueToCompare(String valueToCompare)
public int getTimeout()
public void setTimeout(int timeout)
public String getTimeoutMeasureName()
public void setTimeoutMeasureName(String timeoutMeasureName)
Copyright © 2019. All rights reserved.