Class ConstantTimer

    • Constructor Detail

      • ConstantTimer

        public ConstantTimer()
        No-arg constructor.
    • Method Detail

      • setDelay

        public void setDelay​(String delay)
        Set the delay for this timer.
        Parameters:
        delay - The delay for this timer
      • setRange

        public void setRange​(double range)
        Set the range (not used for this timer).
        Parameters:
        range - Not used
      • getDelay

        public String getDelay()
        Get the delay value for display.
        Returns:
        the delay value for display.
      • getRange

        public double getRange()
        Retrieve the range (not used for this timer).
        Returns:
        the range (always zero for this timer).
      • delay

        public long delay()
        Retrieve the delay to use during test execution.
        Specified by:
        delay in interface Timer
        Returns:
        the delay.
      • toString

        public String toString()
        Provide a description of this timer class.
        Overrides:
        toString in class Object
        Returns:
        the description of this timer class.