We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Calendar instances can currently not be automatically generated in jqwik.
Provide default generators and DSL for generating GregorianCalendar instances:
DateTimes.calendars()
GregorianCalendarArbitrary
@ForAll Calendar
DateTimeRange
HourRange
Use OffsetDateTime generation under the hood and map to Calendar instances.
OffsetDateTime
Calendar
How can other Calendar subtypes, e.g. BuddhistCalendar, sensibly be generated?
BuddhistCalendar
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Testing Problem
Calendar instances can currently not be automatically generated in jqwik.
Provide default generators and DSL for generating GregorianCalendar instances:
DateTimes.calendars()
->GregorianCalendarArbitrary
@ForAll Calendar
DateTimeRange
,HourRange
).Suggested Solution
Use
OffsetDateTime
generation under the hood and map toCalendar
instances.Discussion
How can other
Calendar
subtypes, e.g.BuddhistCalendar
, sensibly be generated?The text was updated successfully, but these errors were encountered: