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