Package net.jqwik.time.api
Class Times
- java.lang.Object
- 
- net.jqwik.time.api.Times
 
- 
 @API(status=EXPERIMENTAL, since="1.5.1") public class Times extends java.lang.Object
- 
- 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static DurationArbitrarydurations()Create an arbitrary that generates instances of Duration.static OffsetTimeArbitraryoffsetTimes()Create an arbitrary that generates instances of OffsetTime.static LocalTimeArbitrarytimes()Create an arbitrary that generates instances of LocalTime.static Arbitrary<java.util.TimeZone>timeZones()Create an arbitrary that generates instances of TimeZone.static Arbitrary<java.time.ZoneId>zoneIds()Create an arbitrary that generates instances of ZoneId.static ZoneOffsetArbitraryzoneOffsets()Create an arbitrary that generates instances of ZoneOffset.
 
- 
- 
- 
Method Detail- 
timespublic static LocalTimeArbitrary times() Create an arbitrary that generates instances of LocalTime.- Returns:
- a new arbitrary instance
 
 - 
offsetTimespublic static OffsetTimeArbitrary offsetTimes() Create an arbitrary that generates instances of OffsetTime.- Returns:
- a new arbitrary instance
 
 - 
zoneOffsetspublic static ZoneOffsetArbitrary zoneOffsets() Create an arbitrary that generates instances of ZoneOffset.- Returns:
- a new arbitrary instance
 
 - 
timeZonespublic static Arbitrary<java.util.TimeZone> timeZones() Create an arbitrary that generates instances of TimeZone.- Returns:
- a new arbitrary instance
 
 - 
zoneIdspublic static Arbitrary<java.time.ZoneId> zoneIds() Create an arbitrary that generates instances of ZoneId.- Returns:
- a new arbitrary instance
 
 - 
durationspublic static DurationArbitrary durations() Create an arbitrary that generates instances of Duration.- Returns:
- a new arbitrary instance
 
 
- 
 
-