jqwik-team / jqwik

Property-Based Testing on the JUnit Platform
http://jqwik.net
Eclipse Public License 2.0
551 stars 63 forks source link

Time Module: Support generating java.sql.Timestamp #547

Open esfomeado opened 5 months ago

esfomeado commented 5 months ago

Testing Problem

jqwik can generate most of the standard times that Java has but not java.sql.Timestamp so it would be helpful to support it.