public interface SelfConfiguringArbitrary<T>
net.jqwik.properties.arbitraries.OneOfArbitrary
,
net.jqwik.properties.arbitraries.FrequencyOfArbitrary
,
net.jqwik.properties.arbitraries.ArrayArbitrary
Modifier and Type | Method and Description |
---|---|
Arbitrary<T> |
configure(ArbitraryConfigurator configurator,
TypeUsage targetType)
Do all configuration yourself or delegate to
ArbitraryConfigurator.configure(Arbitrary, TypeUsage)
of the configurator that's being handed in. |
Arbitrary<T> configure(ArbitraryConfigurator configurator, TypeUsage targetType)
ArbitraryConfigurator.configure(Arbitrary, TypeUsage)
of the configurator
that's being handed in.configurator
- targetType
-