public class FileWaitTestStep
extends com.eviware.soapui.impl.wsdl.teststeps.WsdlTestStepWithProperties
implements com.eviware.soapui.model.propertyexpansion.PropertyExpansionContainer
Modifier and Type | Field and Description |
---|---|
static String |
ICON_NAME |
static int |
MAX_TIMEOUT |
static int |
MILLISECONDS_MEASURE |
static int |
SECONDS_MEASURE |
Constructor and Description |
---|
FileWaitTestStep(com.eviware.soapui.impl.wsdl.testcase.WsdlTestCase testCase,
com.eviware.soapui.config.TestStepConfig config,
boolean forLoadTest) |
Modifier and Type | Method and Description |
---|---|
boolean |
cancel() |
com.eviware.soapui.impl.wsdl.teststeps.WsdlTestStep |
clone(com.eviware.soapui.impl.wsdl.testcase.WsdlTestCase targetTestCase,
String name) |
boolean |
getDeleteFile() |
String |
getFileContent() |
String |
getFileName() |
int |
getMaxTimeoutInMeasures() |
int |
getMeasure() |
com.eviware.soapui.model.propertyexpansion.PropertyExpansion[] |
getPropertyExpansions() |
int |
getTimeout() |
int |
getTimeoutInMeasures() |
int |
getTimeoutMilliseconds() |
boolean |
hasMeasureEnoughPrecision() |
String |
readFileContent() |
void |
release() |
com.eviware.soapui.model.testsuite.TestStepResult |
run(com.eviware.soapui.model.testsuite.TestCaseRunner testRunner,
com.eviware.soapui.model.testsuite.TestCaseRunContext context) |
void |
setDeleteFile(boolean newDeleteFile) |
void |
setFileContent(String newFileContent) |
void |
setFileName(String newFileName) |
void |
setMeasure(int measure) |
void |
setTimeout(int newValue) |
void |
setTimeoutInMeasures(int newValue) |
boolean |
validateFileExistsAndNonDir(Path path,
com.eviware.soapui.impl.wsdl.teststeps.WsdlTestStepResult result) |
boolean |
waitForFile(com.eviware.soapui.model.testsuite.TestCaseRunner testRunner,
com.eviware.soapui.impl.wsdl.teststeps.WsdlTestStepResult result) |
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, removeTestPropertyListener, setPropertyValue
afterCopy, afterCreateFromGUI, 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 int MILLISECONDS_MEASURE
public static final int SECONDS_MEASURE
public static final int MAX_TIMEOUT
public FileWaitTestStep(com.eviware.soapui.impl.wsdl.testcase.WsdlTestCase testCase, com.eviware.soapui.config.TestStepConfig config, boolean forLoadTest)
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 void release()
release
in interface com.eviware.soapui.model.Releasable
release
in class com.eviware.soapui.impl.wsdl.teststeps.WsdlTestStepWithProperties
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 String getFileName()
public void setFileName(String newFileName)
public String getFileContent()
public void setFileContent(String newFileContent)
public int getTimeout()
public void setTimeout(int newValue)
public int getMaxTimeoutInMeasures()
public int getTimeoutInMeasures()
public void setTimeoutInMeasures(int newValue)
public int getMeasure()
public void setMeasure(int measure)
public int getTimeoutMilliseconds()
public boolean hasMeasureEnoughPrecision()
public boolean getDeleteFile()
public void setDeleteFile(boolean newDeleteFile)
public com.eviware.soapui.model.propertyexpansion.PropertyExpansion[] getPropertyExpansions()
getPropertyExpansions
in interface com.eviware.soapui.model.propertyexpansion.PropertyExpansionContainer
public boolean waitForFile(com.eviware.soapui.model.testsuite.TestCaseRunner testRunner, com.eviware.soapui.impl.wsdl.teststeps.WsdlTestStepResult result)
public boolean validateFileExistsAndNonDir(Path path, com.eviware.soapui.impl.wsdl.teststeps.WsdlTestStepResult result)
public String readFileContent()
Copyright © 2019. All rights reserved.