| |
|
| java.lang.Object org.apache.jmeter.testelement.AbstractTestElement org.apache.jmeter.modifiers.UserParameters
isPerIteration | public boolean isPerIteration()(Code) | | |
process | public void process()(Code) | | |
setPerIteration | public void setPerIteration(boolean perIter)(Code) | | |
setThreadLists | public void setThreadLists(Collection threadLists)(Code) | | 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)(Code) | | 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.
|
|
|
|