Package net.jqwik.time.api
Class Times
java.lang.Object
net.jqwik.time.api.Times
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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.
-
Method Details
-
times
Create an arbitrary that generates instances of LocalTime.- Returns:
- a new arbitrary instance
-
offsetTimes
Create an arbitrary that generates instances of OffsetTime.- Returns:
- a new arbitrary instance
-
zoneOffsets
Create an arbitrary that generates instances of ZoneOffset.- Returns:
- a new arbitrary instance
-
timeZones
Create an arbitrary that generates instances of TimeZone.- Returns:
- a new arbitrary instance
-
zoneIds
Create an arbitrary that generates instances of ZoneId.- Returns:
- a new arbitrary instance
-
durations
Create an arbitrary that generates instances of Duration.- Returns:
- a new arbitrary instance
-