Int Range Arbitrary
Constructors
IntRangeArbitrary
Link copied to clipboard
Functions
between
Link copied to clipboard
collect
Link copied to clipboard
@API(status = API.Status.MAINTAINED, since = "1.3.0" )
Content copied to clipboard
dont Shrink
Link copied to clipboard
@API(status = API.Status.MAINTAINED, since = "1.4.0" )
Content copied to clipboard
exhaustive
Link copied to clipboard
@API(status = API.Status.INTERNAL )
Content copied to clipboard
open override fun exhaustive(p0: Long): Optional<ExhaustiveGenerator<IntRange>>
Content copied to clipboard
fix Gen Size
Link copied to clipboard
@API(status = API.Status.MAINTAINED, since = "1.2.0" )
Content copied to clipboard
for Each Value
Link copied to clipboard
@API(status = API.Status.MAINTAINED, since = "1.1.2" )
Content copied to clipboard
generator With Embedded Edge Cases
Link copied to clipboard
open override fun generatorWithEmbeddedEdgeCases(p0: Int): RandomGenerator<IntRange>
Content copied to clipboard
ignore Exception
Link copied to clipboard
@API(status = API.Status.MAINTAINED, since = "1.3.1" )
Content copied to clipboard
inject Duplicates
Link copied to clipboard
@API(status = API.Status.MAINTAINED, since = "1.3.0" )
Content copied to clipboard
inject Null
Link copied to clipboard
of Max Size
Link copied to clipboard
Set upper size boundary maxSize
(included).
of Min Size
Link copied to clipboard
Set lower size boundary minSize
(included).
of Size
Link copied to clipboard
Fix the size (the difference between first and last value of a range).
Set min and max size (the difference between first and last value of a range).
sample Stream
Link copied to clipboard
@API(status = API.Status.MAINTAINED, since = "1.3.0" )
Content copied to clipboard
typed Clone
Link copied to clipboard
without Edge Cases
Link copied to clipboard
@API(status = API.Status.EXPERIMENTAL, since = "1.4.0" )
Content copied to clipboard
with Size Distribution
Link copied to clipboard
open override fun withSizeDistribution(distribution: RandomDistribution): SizableArbitrary<IntRange>
Content copied to clipboard