Serializable
, Cloneable
, ConfigElement
, LoopIterationListener
, NoConfigMerge
, NoThreadClone
, Searchable
, TestBean
, TestElement
public class RandomVariableConfig extends ConfigTestElement implements TestBean, LoopIterationListener, NoThreadClone, NoConfigMerge
PASSWORD, USERNAME
COMMENTS, ENABLED, GUI_CLASS, NAME, TEST_CLASS
Constructor | Description |
---|---|
RandomVariableConfig() |
Modifier and Type | Method | 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) |
addPropertiesValues, 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, traverseProperty
clone
addConfigElement, addTestElement, expectsModification
public void iterationStart(LoopIterationEvent iterEvent)
iterationStart
in interface LoopIterationListener
iterEvent
- 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 setCopyright © 1998-2018 Apache Software Foundation. All Rights Reserved.