A set of JUnit5 (Jupiter Engine) extensions for more controlled pseudo-randomness in unit tests.
This is a rewrite of the JUnit4-based randomizedtesting project.
See the test package for current features, their requirement descriptions and migration from junit4.
See LICENSE.txt to make your company's lawyer happy.
We do not publish snapshot artifacts. If you'd like to work with a snapshot, use gradle's composite build or install maven artifacts locally with:
./gradlew publishToMavenLocal
./gradlew publishToSonatype closeSonatypeStagingRepository
See the migration guide for more details on how to migrate from JUnit4-based randomizedtesting to
this new JUnit5-based project.
