long Range
fun ArbExtensionPoint.longRange(minInclusive: Long = Long.MIN_VALUE, maxInclusive: Long = Long.MAX_VALUE, minSize: Long = 0, maxSize: Long? = null): ArbArgsGenerator<LongRange>(source)
Returns an ArbArgsGenerator which generates LongRanges ranging from a lower bound minInclusive to an upper bound maxInclusive respecting the given minSize as well as maxSize if defined.
If minSize = 0 (which is the default), then it generates also empty ranges. Set minSize to 1 or greater if you do not want to include empty ranges.
Since
2.0.0