Package net.jqwik.api.arbitraries
package net.jqwik.api.arbitraries
-
ClassDescriptionUse this superclass if you want to provide a specialized type of arbitrary, e.g. with additional methods for configuration or defaults, but don't want to implement the whole Arbitrary interface yourself.ArrayArbitrary<T,
A> Fluent interface to add functionality to arbitraries that generate instances of ArraysFluent interface to configure the generation of BigDecimal values.Fluent interface to configure the generation of BigInteger values.Fluent interface to configure the generation of Byte and byte values.Fluent interface to configure the generation of Character and char values.Fluent interface to configure the generation of Double and double values.Fluent interface to configure the generation of Float and float values.FunctionArbitrary<F,R> Fluent interface to configure arbitraries that represent functional typesFluent interface to configure the generation of Integer and int values.Fluent interface to add functionality to arbitraries that generate instances of type IteratorFluent interface to add functionality to arbitraries that generate instances of type ListFluent interface to configure the generation of Long and long values.MapArbitrary<K,V> Fluent interface to add functionality to arbitraries that generate instances of type MapNumericalArbitrary<T,A extends NumericalArbitrary<T, A>> SetArbitrary<T>Fluent interface to add functionality to arbitraries that generate instances of type SetFluent interface to configure the generation of Short and short values.Fluent interface to configure arbitraries that have size constraints for generated values, e.g. collections and arrays.StreamableArbitrary<T,U> Fluent interface to add functionality to arbitraries whose generation artefacts can be streamed, e.g.Fluent interface to add functionality to arbitraries that generate instances of type StreamFluent interface to configure arbitraries that generate String values.Fluent interface to configure arbitraries that try to generate instances of a given typeT
from the type's available constructors and factory methods.A traverser describes how to travers a given type by providing a hook to resolve a parameter into an arbitrary and a means to find all relevant creators (constructors or factory methods) for a type that does not have a suitable default arbitrary.Fluent interface to configure arbitraries that try to generate instances of a given typeT
from the type's available constructors and factory methods.