Package net.jqwik.time.api
Class Times
java.lang.Object
net.jqwik.time.api.Times
-
Method Summary
Modifier and TypeMethodDescriptionstatic DurationArbitraryCreate an arbitrary that generates instances of Duration.static OffsetTimeArbitraryCreate an arbitrary that generates instances of OffsetTime.static LocalTimeArbitrarytimes()Create an arbitrary that generates instances of LocalTime.static net.jqwik.api.Arbitrary<TimeZone>Create an arbitrary that generates instances of TimeZone.static net.jqwik.api.Arbitrary<ZoneId>zoneIds()Create an arbitrary that generates instances of ZoneId.static ZoneOffsetArbitraryCreate 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
-