Package net.jqwik.time.api.arbitraries
Schnittstelle YearArbitrary
Fluent interface to configure the generation of Year values.
By default, years between 1900 and 2500 are generated.
-
Verschachtelte Klassen - Übersicht
Von Schnittstelle geerbte verschachtelte Klassen/Schnittstellen net.jqwik.api.Arbitrary
Arbitrary.ArbitraryFacade
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungdefault YearArbitrary
between
(int min, int max) Set the allowed lowermin
(included) and uppermax
(included) bounder of generated year values.Set the allowed lowermin
(included) and uppermax
(included) bounder of generated year values.Von Schnittstelle geerbte Methoden net.jqwik.api.Arbitrary
allValues, array, asGeneric, collect, dontShrink, edgeCases, edgeCases, edgeCases, exhaustive, exhaustive, filter, filter, fixGenSize, flatMap, forEachValue, generator, generator, generatorWithEmbeddedEdgeCases, ignoreException, ignoreException, ignoreExceptions, ignoreExceptions, injectDuplicates, injectNull, isGeneratorMemoizable, iterator, list, map, optional, optional, sample, sampleStream, set, stream, tuple1, tuple2, tuple3, tuple4, tuple5, withoutEdgeCases
-
Methodendetails
-
between
Set the allowed lowermin
(included) and uppermax
(included) bounder of generated year values. -
between
Set the allowed lowermin
(included) and uppermax
(included) bounder of generated year values. Theint
values can be betweenYear.MIN_VALUE
andYear.MAX_VALUE
.
-