Class RandomVariableConfig

All Implemented Interfaces:
Serializable, Cloneable, ConfigElement, LoopIterationListener, NoConfigMerge, NoThreadClone, Searchable, TestBean, TestElement

public class RandomVariableConfig extends ConfigTestElement implements TestBean, LoopIterationListener, NoThreadClone, NoConfigMerge
See Also:
  • Constructor Details

    • RandomVariableConfig

      public RandomVariableConfig()
  • Method Details

    • iterationStart

      public void iterationStart(LoopIterationEvent iterEvent)
      Called when a loop iteration is about to start.
      Specified by:
      iterationStart in interface LoopIterationListener
      Parameters:
      iterEvent - the event
    • getMinimumValue

      public String getMinimumValue()
      Returns:
      the minValue
    • setMinimumValue

      public void setMinimumValue(String minValue)
      Parameters:
      minValue - the minValue to set
    • getMaximumValue

      public String getMaximumValue()
      Returns:
      the maxvalue
    • setMaximumValue

      public void setMaximumValue(String maxvalue)
      Parameters:
      maxvalue - the maxvalue to set
    • getVariableName

      public String getVariableName()
      Returns:
      the variableName
    • setVariableName

      public void setVariableName(String variableName)
      Parameters:
      variableName - the variableName to set
    • getRandomSeed

      public String getRandomSeed()
      Returns:
      the randomSeed
    • setRandomSeed

      public void setRandomSeed(String randomSeed)
      Parameters:
      randomSeed - the randomSeed to set
    • getPerThread

      public boolean getPerThread()
      Returns:
      the perThread
    • setPerThread

      public void setPerThread(boolean perThread)
      Parameters:
      perThread - the perThread to set
    • getOutputFormat

      public String getOutputFormat()
      Returns:
      the outputFormat
    • setOutputFormat

      public void setOutputFormat(String outputFormat)
      Parameters:
      outputFormat - the outputFormat to set