Package net.jqwik.time.api.arbitraries
Interface YearArbitrary
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface net.jqwik.api.ArbitraryArbitrary.ArbitraryFacade
 
- 
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default YearArbitrarybetween(int min, int max)Set the allowed lowermin(included) and uppermax(included) bounder of generated year values.YearArbitrarybetween(java.time.Year min, java.time.Year max)Set the allowed lowermin(included) and uppermax(included) bounder of generated year values.- 
Methods inherited from interface net.jqwik.api.ArbitraryallValues, array, asGeneric, collect, dontShrink, edgeCases, edgeCases, edgeCases, exhaustive, exhaustive, filter, fixGenSize, flatMap, forEachValue, generator, generator, generatorWithEmbeddedEdgeCases, ignoreException, injectDuplicates, injectNull, iterator, list, map, optional, optional, sample, sampleStream, set, stream, tuple1, tuple2, tuple3, tuple4, tuple5, withoutEdgeCases
 
- 
 
- 
- 
- 
Method Detail- 
betweenYearArbitrary between(java.time.Year min, java.time.Year max) Set the allowed lowermin(included) and uppermax(included) bounder of generated year values.
 - 
betweendefault YearArbitrary between(int min, int max) Set the allowed lowermin(included) and uppermax(included) bounder of generated year values. Theintvalues can be betweenYear.MIN_VALUEandYear.MAX_VALUE.
 
- 
 
-