Klasse DefaultLocalDateArbitrary

java.lang.Object
net.jqwik.api.arbitraries.ArbitraryDecorator<LocalDate>
net.jqwik.time.internal.properties.arbitraries.DefaultLocalDateArbitrary
Alle implementierten Schnittstellen:
Cloneable, net.jqwik.api.Arbitrary<LocalDate>, LocalDateArbitrary

@API(status=INTERNAL) public class DefaultLocalDateArbitrary extends net.jqwik.api.arbitraries.ArbitraryDecorator<LocalDate> implements LocalDateArbitrary
  • Verschachtelte Klassen - Übersicht

    Von Schnittstelle geerbte verschachtelte Klassen/Schnittstellen net.jqwik.api.Arbitrary

    net.jqwik.api.Arbitrary.ArbitraryFacade
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final LocalDate
     
    static final LocalDate
     
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    protected net.jqwik.api.Arbitrary<LocalDate>
     
    Set the allowed lower min (included) bounder of generated local date values.
    Set the allowed upper max (included) bounder of generated local date values.
    dayOfMonthBetween(int min, int max)
    Set the allowed lower min (included) and upper max (included) bounder of generated day of month values.
    static boolean
    isLeapYear(int year)
     
    static boolean
    leapYearPossible(int min, int max)
     
    Set the allowed lower min (included) and upper max (included) bounder of generated month values.
    onlyDaysOfWeek(DayOfWeek... daysOfWeek)
    Set an array of allowed daysOfWeek.
    onlyMonths(Month... months)
    Set an array of allowed months.
    yearBetween(Year min, Year max)
    Set the allowed lower min (included) and upper max (included) bounder of generated year values.

    Von Klasse geerbte Methoden net.jqwik.api.arbitraries.ArbitraryDecorator

    edgeCases, exhaustive, generator, generatorWithEmbeddedEdgeCases, isGeneratorMemoizable, toString, typedClone

    Von Klasse geerbte Methoden java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    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

    Von Schnittstelle geerbte Methoden net.jqwik.time.api.arbitraries.LocalDateArbitrary

    between, monthBetween, yearBetween