Class LongRange

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

class LongRange extends Range<Long>
  • Constructor Details

  • Method Details

    • nextValue

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