public class RandomVariableConfig extends ConfigTestElement implements TestBean, LoopIterationListener, NoThreadClone, NoConfigMerge, ThreadListener
PASSWORD, USERNAMECOMMENTS, ENABLED, GUI_CLASS, NAME, TEST_CLASS| Constructor and Description |
|---|
RandomVariableConfig() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMaximumValue() |
String |
getMinimumValue() |
String |
getOutputFormat() |
boolean |
getPerThread() |
String |
getRandomSeed() |
String |
getVariableName() |
void |
iterationStart(LoopIterationEvent iterEvent)
Called when a loop iteration is about to start.
|
void |
setMaximumValue(String maxvalue) |
void |
setMinimumValue(String minValue) |
void |
setOutputFormat(String outputFormat) |
void |
setPerThread(boolean perThread) |
void |
setRandomSeed(String randomSeed) |
void |
setVariableName(String variableName) |
void |
threadFinished()
Called for each thread after all samples have been processed.
|
void |
threadStarted()
Called for each thread before starting sampling.
|
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, getSearchableTokens, getThreadContext, getThreadName, hashCode, isEnabled, isRunningVersion, isTemporary, logProperties, mergeIn, propertyIterator, recoverRunningVersion, removeProperty, setComment, setEnabled, setName, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setRunningVersion, setTemporary, setThreadContext, setThreadName, traverse, traverseCollection, traverseMap, traversePropertyfinalize, getClass, notify, notifyAll, toString, wait, wait, waitcloneremovedpublic void iterationStart(LoopIterationEvent iterEvent)
iterationStart in interface LoopIterationListeneriterEvent - the eventpublic String getMinimumValue()
public void setMinimumValue(String minValue)
minValue - the minValue to setpublic String getMaximumValue()
public void setMaximumValue(String maxvalue)
maxvalue - the maxvalue to setpublic String getVariableName()
public void setVariableName(String variableName)
variableName - the variableName to setpublic String getRandomSeed()
public void setRandomSeed(String randomSeed)
randomSeed - the randomSeed to setpublic boolean getPerThread()
public void setPerThread(boolean perThread)
perThread - the perThread to setpublic String getOutputFormat()
public void setOutputFormat(String outputFormat)
outputFormat - the outputFormat to setpublic void threadStarted()
ThreadListenerthreadStarted in interface ThreadListenerpublic void threadFinished()
ThreadListenerthreadFinished in interface ThreadListenerCopyright © 1998-2019 Apache Software Foundation. All Rights Reserved.