Class ByteRange

java.lang.Object
org.junitpioneer.jupiter.params.Range<Byte>
org.junitpioneer.jupiter.params.ByteRange
All Implemented Interfaces:
Iterator<Byte>

class ByteRange extends Range<Byte>
  • Constructor Details

  • Method Details

    • nextValue

      public Byte nextValue()
      Description copied from class: Range
      The next value in the range. Calling Range.next() will return this value and advance the iterator to it.
      Specified by:
      nextValue in class Range<Byte>