Class DoubleRange

java.lang.Object
org.junitpioneer.jupiter.params.Range<Double>
org.junitpioneer.jupiter.params.DoubleRange
All Implemented Interfaces:
Iterator<Double>

class DoubleRange extends Range<Double>
  • Constructor Details

  • Method Details

    • nextValue

      public Double nextValue()
      Description copied from class: Range
      The next value in the range. Calling Range.next() will return this value and advance the iterator to it.
      Specified by:
      nextValue in class Range<Double>