Package net.jqwik.time.api
Klasse Times
java.lang.Object
net.jqwik.time.api.Times
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic DurationArbitrary
Create an arbitrary that generates instances of Duration.static OffsetTimeArbitrary
Create an arbitrary that generates instances of OffsetTime.static LocalTimeArbitrary
times()
Create an arbitrary that generates instances of LocalTime.Create an arbitrary that generates instances of TimeZone.zoneIds()
Create an arbitrary that generates instances of ZoneId.static ZoneOffsetArbitrary
Create an arbitrary that generates instances of ZoneOffset.
-
Methodendetails
-
times
Create an arbitrary that generates instances of LocalTime.- Gibt zurück:
- a new arbitrary instance
-
offsetTimes
Create an arbitrary that generates instances of OffsetTime.- Gibt zurück:
- a new arbitrary instance
-
zoneOffsets
Create an arbitrary that generates instances of ZoneOffset.- Gibt zurück:
- a new arbitrary instance
-
timeZones
Create an arbitrary that generates instances of TimeZone.- Gibt zurück:
- a new arbitrary instance
-
zoneIds
Create an arbitrary that generates instances of ZoneId.- Gibt zurück:
- a new arbitrary instance
-
durations
Create an arbitrary that generates instances of Duration.- Gibt zurück:
- a new arbitrary instance
-