Class ZestAssignRandomInteger


  • public class ZestAssignRandomInteger
    extends ZestAssignment
    The Class ZestTransformRndIntReplace assigned a random integer to the specified variable.
    • Constructor Detail

      • ZestAssignRandomInteger

        public ZestAssignRandomInteger()
        Instantiates a new zest assign random integer.
      • ZestAssignRandomInteger

        public ZestAssignRandomInteger​(String variableName)
        Instantiates a new zest assign random integer.
        Parameters:
        variableName - the variable name
      • ZestAssignRandomInteger

        public ZestAssignRandomInteger​(String variableName,
                                       int minInt,
                                       int maxInt)
        Instantiates a new zest assign random integer.
        Parameters:
        variableName - the variable name
        minInt - the min int
        maxInt - the max int
    • Method Detail

      • getMinInt

        public int getMinInt()
        Gets the min int.
        Returns:
        the min int
      • setMinInt

        public void setMinInt​(int minInt)
        Sets the min int.
        Parameters:
        minInt - the new min int
      • getMaxInt

        public int getMaxInt()
        Gets the max int.
        Returns:
        the max int
      • setMaxInt

        public void setMaxInt​(int maxInt)
        Sets the max int.
        Parameters:
        maxInt - the new max int