public interface VirtDataSource extends DataSourceContainer
| Modifier and Type | Field and Description |
|---|---|
static String |
LOOP_COUNT_PROPERTY |
static String |
NAME_PROPERTY |
static String |
TYPE_PROPERTY |
DB_PREPARED_PROPERTIES_PROPERTY, DB_PREPARED_PROPERTIES_PROPERTY_SOAP_UI_PRO| Modifier and Type | Method and Description |
|---|---|
void |
finish(com.eviware.soapui.model.mock.MockRunner mockRunner,
com.eviware.soapui.model.mock.MockRunContext mockRunContext) |
com.eviware.soapui.config.VirtDataSourceConfig |
getConfig() |
DataSource |
getDataSource() |
int |
getLoopCount() |
String |
getName() |
boolean |
isEntitizeValues() |
boolean |
isTrimValues() |
void |
load(com.eviware.soapui.model.mock.MockRunner runner,
com.eviware.soapui.model.mock.MockRunContext runContext) |
com.eviware.soapui.support.types.StringToStringMap |
next(com.eviware.soapui.model.mock.MockRunner mockRunner,
com.eviware.soapui.model.mock.MockRunContext mockRunContext) |
void |
prepare(com.eviware.soapui.model.mock.MockRunner mockRunner,
com.eviware.soapui.model.mock.MockRunContext mockRunContext) |
void |
release() |
void |
saveConfig() |
addProperties, addProperty, addPropertyChangeListener, addPropertyChangeListener, addTestPropertyListener, getDatabaseConnectionContainer, getDataSourceContainerConfig, getModelItem, getOrderedPropertyNames, getPreparedProperties, getPropertyCount, getPropertyNames, getTestCase, getTestPropertyHolder, isValidPropertyName, moveProperty, removeProperties, removeProperty, removePropertyChangeListener, removePropertyChangeListener, removeTestPropertyListener, renameProperty, repositionAtStartRow, setDataSource, setPreparedPropertiesstatic final String NAME_PROPERTY
static final String TYPE_PROPERTY
static final String LOOP_COUNT_PROPERTY
String getName()
DataSource getDataSource()
getDataSource in interface DataSourceContainercom.eviware.soapui.config.VirtDataSourceConfig getConfig()
boolean isTrimValues()
boolean isEntitizeValues()
void prepare(com.eviware.soapui.model.mock.MockRunner mockRunner,
com.eviware.soapui.model.mock.MockRunContext mockRunContext)
throws Exception
Exceptioncom.eviware.soapui.support.types.StringToStringMap next(com.eviware.soapui.model.mock.MockRunner mockRunner,
com.eviware.soapui.model.mock.MockRunContext mockRunContext)
throws Exception
Exceptionvoid load(com.eviware.soapui.model.mock.MockRunner runner,
com.eviware.soapui.model.mock.MockRunContext runContext)
throws Exception
Exceptionvoid finish(com.eviware.soapui.model.mock.MockRunner mockRunner,
com.eviware.soapui.model.mock.MockRunContext mockRunContext)
throws Exception
Exceptionvoid release()
void saveConfig()
int getLoopCount()
Copyright © 2019. All rights reserved.