Skip to content

Latest commit

 

History

History

jqwik-multi-engine-maven

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

jqwik-multi-engine-maven

Simple examples of how to use jqwik together with JUnit 4 and JUnit 5 Jupiter using Maven.

Running tests

  • In IDE of your choice that has JUnit5 platform support, e.g. IntelliJ IDEA.
  • Using gradle: mvn 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.