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