- java.lang.Object
-
- org.junitpioneer.jupiter.params.Range<java.lang.Float>
-
- org.junitpioneer.jupiter.params.FloatRange
-
- All Implemented Interfaces:
java.util.Iterator<java.lang.Float>
class FloatRange extends Range<java.lang.Float>
-
-
Constructor Summary
Constructors Constructor Description FloatRange(FloatRangeSource source)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.FloatnextValue()The next value in the range.-
Methods inherited from class org.junitpioneer.jupiter.params.Range
getCurrent, getStep, hasNext, isValidDescending, next, validate
-
-
-
-
Constructor Detail
-
FloatRange
public FloatRange(FloatRangeSource source)
-
-
Method Detail
-
nextValue
public java.lang.Float nextValue()
Description copied from class:RangeThe next value in the range. CallingRange.next()will return this value and advance the iterator to it.
-
-