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