Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 953 Bytes

File metadata and controls

31 lines (20 loc) · 953 Bytes

Randomized Testing for JUnit5 (Jupiter Engine)

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.

Snapshot artifacts and releases

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

Release publishing

./gradlew publishToSonatype closeSonatypeStagingRepository

Migration guide

See the migration guide for more details on how to migrate from JUnit4-based randomizedtesting to this new JUnit5-based project.