public class ScriptProperty extends AbstractDataGeneratorProperty
DataGeneratorProperty.GenerateMode| Constructor and Description |
|---|
ScriptProperty() |
| Modifier and Type | Method and Description |
|---|---|
protected JComponent |
buildUI() |
String |
getScript() |
String |
getValue(com.eviware.soapui.model.testsuite.TestCaseRunContext context,
com.eviware.soapui.model.testsuite.TestCaseRunner testRunner) |
boolean |
isRequestPart() |
protected void |
load(com.eviware.soapui.support.xml.XmlObjectConfigurationReader reader) |
void |
release() |
protected void |
save(com.eviware.soapui.support.xml.XmlObjectConfigurationBuilder builder) |
void |
setScript(String script) |
finish, getComponent, getConfig, getContext, getCurrentValue, getDataGeneratorStep, getDefaultValue, getDescription, getMode, getModelItem, getName, getPropertyExpansions, getSchemaType, getTestCase, getType, getTypeName, getValue, init, isReadOnly, isShared, prepare, resetConfigOnMove, saveConfig, setCurrentValue, setMode, setName, setShared, setTypeName, setValue, supportsReadModepublic static final String TYPE
protected void load(com.eviware.soapui.support.xml.XmlObjectConfigurationReader reader)
load in class AbstractDataGeneratorPropertyprotected void save(com.eviware.soapui.support.xml.XmlObjectConfigurationBuilder builder)
save in class AbstractDataGeneratorPropertypublic String getValue(com.eviware.soapui.model.testsuite.TestCaseRunContext context, com.eviware.soapui.model.testsuite.TestCaseRunner testRunner)
getValue in class AbstractDataGeneratorPropertypublic void release()
release in interface DataGeneratorPropertyrelease in class AbstractDataGeneratorPropertypublic String getScript()
public void setScript(String script)
protected JComponent buildUI()
buildUI in class AbstractDataGeneratorPropertypublic boolean isRequestPart()
Copyright © 2013. All Rights Reserved.