Class ShortRange

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

class ShortRange extends Range<Short>
  • Constructor Details

  • Method Details

    • nextValue

      public Short 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<Short>