public class CSVDataSet extends ConfigTestElement implements TestBean, LoopIterationListener
PASSWORD, USERNAME
COMMENTS, 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() |
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, expectsModification
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, traverseProperty
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
clone
public void iterationStart(LoopIterationEvent iterEvent)
iterationStart
in interface LoopIterationListener
iterEvent
- 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)
Copyright © 1998-2012 Apache Software Foundation. All Rights Reserved.