Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 634 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 634 Bytes

jqwik-starter-gradle

Simple examples of how to use jqwik with Gradle.

It also uses AssertJ but any Assertion library (including JUnit Jupiter) will do.

Running tests

  • In IDE of your choice that has JUnit5 platform support, e.g. IntelliJ IDEA.
  • Using gradle: ./gradlew test

Configuration

Jqwik's configuration file is located in /src/test/resources/junit-platform.properties

You probably want to add the database name (default is .jqwik-database) to your .gitignore file.