Skip to content

Exercises and Solutions for Workshop on Property-based Testing with Java

Notifications You must be signed in to change notification settings

jlink/pbt-workshop

Repository files navigation

pbt-workshop

Exercises and Solutions for Workshop on Property-based Testing with Java

Running tests with Gradle

Unix

./gradlew test

Windows

gradlew.bat test

Run all tests always (even when nothing has changed)

./gradlew cleanTest test

Run specific test container

./gradlew cleanTest test --tests "*.CircularBufferProperties"

Run specific test package

./gradlew cleanTest test --tests "pbt.examples.reverse.*"

jqwik Reference Material

About

Exercises and Solutions for Workshop on Property-based Testing with Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages