public class CreateAndWaitForRemoveFileTestStep
extends com.eviware.soapui.impl.wsdl.teststeps.WsdlTestStepWithProperties
implements com.eviware.soapui.model.propertyexpansion.PropertyExpansionContainer
Modifier and Type | Field and Description |
---|---|
static String |
FAILED_ICON |
static String |
ICON_NAME |
static String |
PASSED_ICON_NAME |
Constructor and Description |
---|
CreateAndWaitForRemoveFileTestStep(com.eviware.soapui.impl.wsdl.testcase.WsdlTestCase testCase,
com.eviware.soapui.config.TestStepConfig config,
boolean forLoadTest) |
Modifier and Type | Method and Description |
---|---|
com.eviware.soapui.impl.wsdl.teststeps.WsdlTestStep |
clone(com.eviware.soapui.impl.wsdl.testcase.WsdlTestCase targetTestCase,
String name) |
String[] |
getAvailableEncodings() |
String |
getFileContent() |
String |
getFileEncoding() |
String |
getFileName() |
String |
getFolderPath() |
int |
getMaxWaitingTimePeriod()
Max waiting time in milliseconds
|
boolean |
getOverwrite() |
com.eviware.soapui.model.propertyexpansion.PropertyExpansion[] |
getPropertyExpansions() |
int |
getTimeout() |
String |
getTimePrecision() |
String[] |
getTimePrecisionNames() |
boolean |
getWaitForDeleting() |
com.eviware.soapui.model.testsuite.TestStepResult |
run(com.eviware.soapui.model.testsuite.TestCaseRunner testRunner,
com.eviware.soapui.model.testsuite.TestCaseRunContext context) |
void |
setFileContent(String newContent) |
void |
setFileEncoding(String encoding) |
void |
setFileName(String newFileName) |
void |
setFolderPath(String path) |
void |
setOverwrite(boolean b) |
void |
setTimeout(int value) |
void |
setTimePrecision(String timeName) |
void |
setWaitForDeleting(boolean newValue) |
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, createPanelBuilder, dependsOn, finish, getDefaultSourcePropertyName, getDefaultTargetPropertyName, getLabel, getModelItem, getPropertiesLabel, getRequiredInterfaces, getTestCase, getTestStepTitle, hasEditor, isDisabled, 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 FAILED_ICON
public static final String PASSED_ICON_NAME
public CreateAndWaitForRemoveFileTestStep(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.TestStep
public com.eviware.soapui.model.propertyexpansion.PropertyExpansion[] getPropertyExpansions()
getPropertyExpansions
in interface com.eviware.soapui.model.propertyexpansion.PropertyExpansionContainer
public com.eviware.soapui.impl.wsdl.teststeps.WsdlTestStep clone(com.eviware.soapui.impl.wsdl.testcase.WsdlTestCase targetTestCase, String name)
clone
in class com.eviware.soapui.impl.wsdl.teststeps.WsdlTestStep
public boolean getOverwrite()
public void setOverwrite(boolean b)
public String[] getTimePrecisionNames()
public String[] getAvailableEncodings()
public String getFileName()
public void setFileName(String newFileName)
public boolean getWaitForDeleting()
public void setWaitForDeleting(boolean newValue)
public int getMaxWaitingTimePeriod()
public int getTimeout()
public void setTimeout(int value)
public String getFileContent()
public void setFileContent(String newContent)
public String getFileEncoding()
public void setFileEncoding(String encoding)
public String getFolderPath()
public void setFolderPath(String path)
public String getTimePrecision()
public void setTimePrecision(String timeName)
Copyright © 2019. All rights reserved.