Package net.jqwik.time.api
Klasse Times
java.lang.Object
net.jqwik.time.api.Times
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic 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.
-
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
-