org.apache.jmeter.modifiers
Class UserParameters
- Cloneable, Serializable, LoopIterationListener, PreProcessor, Serializable, TestElement
public class UserParameters
addProperty , addTestElement , canRemove , clear , clearTemporary , clone , emptyTemporary , equals , getComment , getName , getProperty , getPropertyAsBoolean , getPropertyAsBoolean , getPropertyAsDouble , getPropertyAsFloat , getPropertyAsInt , getPropertyAsInt , 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 |
NAMES
public static final String NAMES
PER_ITERATION
public static final String PER_ITERATION
THREAD_VALUES
public static final String THREAD_VALUES
isPerIteration
public boolean isPerIteration()
setNames
public void setNames(Collection list)
The list of names of the variables to hold values. This list must come in
the same order as the sub lists that are given to
setThreadLists(Collection)
.
setPerIteration
public void setPerIteration(boolean perIter)
setThreadLists
public void setThreadLists(Collection threadLists)
The thread list is a list of lists. Each list within the parent list is a
collection of values for a simulated user. As many different sets of
values can be supplied in this fashion to cause JMeter to set different
values to variables for different test threads.
setThreadLists
public void setThreadLists(CollectionProperty threadLists)
The thread list is a list of lists. Each list within the parent list is a
collection of values for a simulated user. As many different sets of
values can be supplied in this fashion to cause JMeter to set different
values to variables for different test threads.
Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.