Skip to content

Latest commit

 

History

History

jqwik-starter-gradle-android

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

jqwik-starter-gradle-android

Simple examples of how to use jqwik with Gradle, Android and Kotlin.

Mind that jqwik only works with a full-blown JDK and not with an Android Runtime.

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 also have to set up your local Android SDK and configure it in a local.properties file.

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