Arb Extension Point
Properties
Casts this to a ComponentFactoryContainerProvider and returns the ComponentFactoryContainerProvider.componentFactoryContainer.
Shall be used by ArbArgsGenerator as CoreArbArgsGenerator.seedBaseOffset.
Functions
Returns an ArbArgsGenerator which generates BigInts ranging from (inclusive) to toInclusive.
Returns an ArbArgsGenerator which generates BigInts ranging from (inclusive) until toExclusive.
Returns an ArbArgsGenerator which generates Boolean.
Returns an ArbArgsGenerator which generates Chars ranging from Char.MIN_VALUE (inclusive) to Char.MAX_VALUE (inclusive).
Returns an ArbArgsGenerator which generates Tuple2 representing a lower and upper bound where the bounds range from minInclusive to maxInclusive respecting the given minSize as well as maxSize if defined.
Returns an ArbArgsGenerator which generates a T based on generated lower and upper bounds and the given factory where the bounds range from minInclusive to maxInclusive respecting the given minSize as well as maxSize if defined.
Returns an ArbArgsGenerator which generates Chars ranging from (inclusive) to toInclusive.
Returns an ArbArgsGenerator which generates IntRanges ranging from a lower bound minInclusive to an upper bound maxInclusive respecting the given minSize as well as maxSize if defined.
!! No backward compatibility guarantees !! Reuse at your own risk
!! No backward compatibility guarantees !! Reuse at your own risk
!! No backward compatibility guarantees !! Reuse at your own risk
Returns an ArbArgsGenerator which generates Ints ranging from Double.MIN_VALUE (inclusive) to Double.MAX_VALUE (inclusive).
Returns an ArbArgsGenerator which generates Doubles ranging from (inclusive) until toExclusive.
Returns an ArbArgsGenerator based on the given args.
Returns an OrderedArgsGenerator for the given Enum of type E.
Returns an ArbArgsGenerator based on the given args.
Returns an ArbArgsGenerator generating Chars based on the given progression.
Returns an ArbArgsGenerator generating Ints based on the given progression.
Returns an ArbArgsGenerator generating Longs based on the given progression.
Returns an ArbArgsGenerator generating Chars based on the given range.
Returns an ArbArgsGenerator which generates Ints ranging from Int.MIN_VALUE (inclusive) to Int.MAX_VALUE (inclusive).
Returns an ArbArgsGenerator which generates Tuple2 representing a lower and upper bound where the bounds range from minInclusive to maxInclusive respecting the given minSize as well as maxSize if defined.
Returns an ArbArgsGenerator which generates a T based on generated lower and upper bounds and the given factory where the bounds range from minInclusive to maxInclusive respecting the given minSize as well as maxSize if defined.
Returns an ArbArgsGenerator which generates Ints ranging from (inclusive) to toInclusive.
Returns an ArbArgsGenerator which generates Ints ranging from (inclusive) until toExclusive.
Returns an ArbArgsGenerator which generates Ints ranging from Int.MIN_VALUE (inclusive) to 0 (exclusive).
Returns an ArbArgsGenerator which generates Ints ranging from Int.MIN_VALUE (inclusive) to 0 (inclusive).
Returns an ArbArgsGenerator which generates Ints ranging from 1 (inclusive) to Int.MAX_VALUE (inclusive).
Returns an ArbArgsGenerator which generates Ints ranging from 0 (inclusive) to Int.MAX_VALUE (inclusive) -- i.e. positive numbers and 0.
Returns an ArbArgsGenerator which generates IntRanges ranging from a lower bound minInclusive to an upper bound maxInclusive respecting the given minSize as well as maxSize if defined.
Returns an ArbArgsGenerator which generates LocalDates ranging from (inclusive) to toInclusive where temporalUnit defines the steps.
Returns an ArbArgsGenerator which generates LocalDates ranging from (inclusive) to toExclusive where temporalUnit defines the steps.
Returns an ArbArgsGenerator which generates LocalDateTimes ranging from (inclusive) to toInclusive where temporalUnit defines the steps.
Returns an ArbArgsGenerator which generates LocalDateTimes ranging from (inclusive) to toExclusive where temporalUnit defines the steps.
Returns an ArbArgsGenerator which generates Ints ranging from Long.MIN_VALUE (inclusive) to Long.MAX_VALUE (inclusive).
Returns an ArbArgsGenerator which generates Tuple2 representing a lower and upper bound where the bounds range from minInclusive to maxInclusive respecting the given minSize as well as maxSize if defined.
Returns an ArbArgsGenerator which generates a T based on generated lower and upper bounds and the given factory where the bounds range from minInclusive to maxInclusive respecting the given minSize as well as maxSize if defined.
Returns an ArbArgsGenerator which generates Longs ranging from (inclusive) to toInclusive.
Returns an ArbArgsGenerator which generates Longs ranging from (inclusive) until toExclusive.
Returns an ArbArgsGenerator which generates Ints ranging from Long.MIN_VALUE (inclusive) to 0 (exclusive).
Returns an ArbArgsGenerator which generates Longs ranging from Long.MIN_VALUE (inclusive) to 0 (inclusive) -- i.e. negative numbers and 0.
Returns an ArbArgsGenerator which generates Longs ranging from 1 (inclusive) to Long.MAX_VALUE (inclusive).
Returns an ArbArgsGenerator which generates Longs ranging from 0 (inclusive) to Long.MAX_VALUE (inclusive) -- i.e. positive numbers and 0.
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.
Merges first with the given second and optionally others resulting in a ArbArgsGenerator which picks the next generator to contribute a value according to the defined weights.
Returns an ArbArgsGenerator based on the given args.
Returns an ArbArgsGenerator which generates OffsetDateTimes ranging from (inclusive) to toInclusive where temporalUnit defines the steps.
Returns an ArbArgsGenerator which generates OffsetDateTimes ranging from (inclusive) to toExclusive where temporalUnit defines the steps.
Returns an ArbArgsGenerator which generates Strings with minLength and maxLength (inclusive) using the given allowed UnicodeRanges.
Returns an ArbArgsGenerator which generates ZonedDateTimes ranging from (inclusive) to toInclusive where temporalUnit defines the steps.
Returns an ArbArgsGenerator which generates ZonedDateTimes ranging from (inclusive) to toExclusive where temporalUnit defines the steps.