public class CSVDataSet extends ConfigTestElement implements TestBean, LoopIterationListener, NoConfigMerge
PASSWORD, USERNAMECOMMENTS, ENABLED, GUI_CLASS, NAME, TEST_CLASS| Constructor and Description |
|---|
CSVDataSet() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDelimiter() |
String |
getFileEncoding() |
String |
getFilename() |
boolean |
getQuotedData() |
boolean |
getRecycle() |
List<String> |
getSearchableTokens()
}
|
String |
getShareMode() |
boolean |
getStopThread() |
String |
getVariableNames() |
void |
iterationStart(LoopIterationEvent iterEvent)
Called when a loop iteration is about to start.
|
void |
setDelimiter(String delimiter) |
void |
setFileEncoding(String fileEncoding) |
void |
setFilename(String filename) |
void |
setQuotedData(boolean quoted) |
void |
setRecycle(boolean recycle) |
void |
setShareMode(String value) |
void |
setStopThread(boolean value) |
void |
setVariableNames(String variableNames) |
addConfigElement, addTestElement, expectsModificationaddPropertiesValues, addProperty, addProperty, canRemove, clear, clearTemporary, clearTestElementChildren, clone, emptyTemporary, equals, getComment, getName, getProperty, getPropertyAsBoolean, getPropertyAsBoolean, getPropertyAsDouble, getPropertyAsFloat, getPropertyAsInt, getPropertyAsInt, getPropertyAsLong, getPropertyAsLong, getPropertyAsString, getPropertyAsString, getThreadContext, getThreadName, hashCode, isEnabled, isRunningVersion, isTemporary, logProperties, mergeIn, propertyIterator, recoverRunningVersion, removeProperty, setComment, setName, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setRunningVersion, setTemporary, setThreadContext, setThreadName, traverse, traverseCollection, traverseMap, traversePropertyfinalize, getClass, notify, notifyAll, toString, wait, wait, waitclonepublic void iterationStart(LoopIterationEvent iterEvent)
iterationStart in interface LoopIterationListeneriterEvent - the eventpublic String getFilename()
public void setFilename(String filename)
filename - The filename to set.public String getFileEncoding()
public void setFileEncoding(String fileEncoding)
fileEncoding - The fileEncoding to set.public String getVariableNames()
public void setVariableNames(String variableNames)
variableNames - The variableNames to set.public String getDelimiter()
public void setDelimiter(String delimiter)
public boolean getQuotedData()
public void setQuotedData(boolean quoted)
public boolean getRecycle()
public void setRecycle(boolean recycle)
public boolean getStopThread()
public void setStopThread(boolean value)
public String getShareMode()
public void setShareMode(String value)
public List<String> getSearchableTokens() throws Exception
getSearchableTokens in interface SearchablegetSearchableTokens in class AbstractTestElementExceptionCopyright © 1998-2013 Apache Software Foundation. All Rights Reserved.