Skip to content

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

Notifications You must be signed in to change notification settings

KristianKarl/pbt-workshop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 test always and with reports

./gradlew clean test --info

Run specific test container

./gradlew clean test --info --tests *.CircularBufferProperties

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

  • Java 100.0%