Class FloatRange

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

class FloatRange extends Range<Float>
  • Constructor Details

  • Method Details

    • nextValue

      public Float 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<Float>