jqwik (pronounced "jay quick") is a library for performing property-based-testing (PBT) on JVM languages including Java, Kotlin and Groovy. Use this tag for questions about the jqwik library.
jqwik is a property-based testing framework for the JVM. It is annotation-based and runs as test engine on the junit 5 platform. Just like its famous ancestor quickcheck jqwik generates test input data for test cases provided by the programmer. Documentation can be found on https://jqwik.net.