Package net.jqwik.api
Class Builders
java.lang.Object
net.jqwik.api.Builders
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Provide access to combinators through builder functionality.static class
Functionality to manipulate a builder. -
Method Summary
Modifier and TypeMethodDescriptionstatic <B> Builders.BuilderCombinator<B>
withBuilder
(Supplier<B> builderSupplier) Combine Arbitraries by means of a builder.
-
Method Details
-
withBuilder
Combine Arbitraries by means of a builder.- Parameters:
builderSupplier
- The supplier will be called freshly for each value generation. For exhaustive generation all supplied objects are supposed to be identical.- Returns:
- BuilderCombinator instance
-