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