Serializable, Cloneable, LoopIterationListener, Searchable, PreProcessor, TestElementpublic class UserParameters extends AbstractTestElement implements Serializable, PreProcessor, LoopIterationListener
| Modifier and Type | Field | Description |
|---|---|---|
static String |
NAMES |
|
static String |
PER_ITERATION |
|
static String |
THREAD_VALUES |
COMMENTS, ENABLED, GUI_CLASS, NAME, TEST_CLASS| Constructor | Description |
|---|---|
UserParameters() |
| Modifier and Type | Method | Description |
|---|---|---|
Object |
clone() |
|
CollectionProperty |
getNames() |
|
CollectionProperty |
getThreadLists() |
|
boolean |
isPerIteration() |
|
void |
iterationStart(LoopIterationEvent event) |
Called when a loop iteration is about to start.
|
protected void |
mergeIn(TestElement element) |
Add to this the properties of element (by reference)
|
void |
process() |
|
void |
setNames(Collection<?> list) |
The list of names of the variables to hold values.
|
void |
setNames(CollectionProperty list) |
The list of names of the variables to hold values.
|
void |
setPerIteration(boolean perIter) |
|
void |
setThreadLists(Collection<?> threadLists) |
The thread list is a list of lists.
|
void |
setThreadLists(CollectionProperty threadLists) |
The thread list is a list of lists.
|
addPropertiesValues, addProperty, addProperty, addTestElement, canRemove, clear, clearTemporary, clearTestElementChildren, emptyTemporary, equals, getComment, getName, getProperty, getPropertyAsBoolean, getPropertyAsBoolean, getPropertyAsDouble, getPropertyAsFloat, getPropertyAsInt, getPropertyAsInt, getPropertyAsLong, getPropertyAsLong, getPropertyAsString, getPropertyAsString, getSearchableTokens, getThreadContext, getThreadName, hashCode, isEnabled, isRunningVersion, isTemporary, logProperties, propertyIterator, recoverRunningVersion, removeProperty, setComment, setEnabled, setName, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setRunningVersion, setTemporary, setThreadContext, setThreadName, traverse, traverseCollection, traverseMap, traversePropertypublic static final String NAMES
public static final String THREAD_VALUES
public static final String PER_ITERATION
public CollectionProperty getNames()
public CollectionProperty getThreadLists()
public void setNames(Collection<?> list)
setThreadLists(Collection).list - The ordered list of namespublic void setNames(CollectionProperty list)
setThreadLists(CollectionProperty).list - The ordered list of namespublic void setThreadLists(Collection<?> threadLists)
threadLists - The list of lists of values for each user threadpublic void setThreadLists(CollectionProperty threadLists)
threadLists - The list of lists of values for each user threadpublic boolean isPerIteration()
public void setPerIteration(boolean perIter)
public void process()
process in interface PreProcessorpublic void iterationStart(LoopIterationEvent event)
LoopIterationListeneriterationStart in interface LoopIterationListenerevent - the eventLoopIterationListener.iterationStart(LoopIterationEvent)public Object clone()
clone in interface TestElementclone in class AbstractTestElementprotected void mergeIn(TestElement element)
mergeIn in class AbstractTestElementelement - TestElementCopyright © 1998-2018 Apache Software Foundation. All Rights Reserved.